com.sun.appserv.management.base
Class TypesMapper
java.lang.Object
com.sun.appserv.management.base.TypesMapper
- Direct Known Subclasses:
- AllTypesMapper, J2EETypesMapper, XTypesMapper
public class TypesMapper
- extends Object
Map all types from XTypes to their respective MBean interfaces.
- See Also:
AllTypesMapper
,
J2EETypesMapper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypesMapper
public TypesMapper(Class[] interfaces)
getInterfaceForType
public Class getInterfaceForType(String type)
- Return the Class associated with a given type.
getJ2EETypes
public Set<String> getJ2EETypes()
getClasses
public Set<Class> getClasses()
Submit a bug or feature Copyright 2006 Sun Microsystems, Inc. All rights reserved.