Java EE 5 SDK

com.sun.appserv.management.base
Class AllTypesMapper

java.lang.Object
  extended by com.sun.appserv.management.base.TypesMapper
      extended by com.sun.appserv.management.base.AllTypesMapper

public final class AllTypesMapper
extends TypesMapper

Map all types (XTypes and J2EETypes) to their respective interfaces.

See Also:
XTypesMapper, J2EETypesMapper

Method Summary
static AllTypesMapper getInstance()
          Get the singleton instance.
 Class<?> getInterfaceForType(String type)
          Return the Class associated with a given type.
 
Methods inherited from class com.sun.appserv.management.base.TypesMapper
getClasses, getJ2EETypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static AllTypesMapper getInstance()
Get the singleton instance.


getInterfaceForType

public Class<?> getInterfaceForType(String type)
Description copied from class: TypesMapper
Return the Class associated with a given type.

Overrides:
getInterfaceForType in class TypesMapper
Parameters:
type - the j2eeType
Returns:
the interface class associated with a given j2eeType.

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.