FileDocCategorySizeDatePackage
J2EETypesMapper.javaAPI DocGlassfish v2 API3537Fri May 04 22:30:52 BST 2007com.sun.appserv.management.j2ee

J2EETypesMapper

public final class J2EETypesMapper extends com.sun.appserv.management.base.TypesMapper
Map all types from J2EE Types to their respective MBean interfaces.

Fields Summary
private static J2EETypesMapper
INSTANCE
private static final Class[]
MBEANINTERFACES
The classes for which we need mapping (all MBeans must be included)
Constructors Summary
private J2EETypesMapper()

		super( MBEANINTERFACES );
	
Methods Summary
public static synchronized com.sun.appserv.management.j2ee.J2EETypesMappergetInstance()

	
	
		   
	
	
		if ( INSTANCE == null )
		{
			INSTANCE	= new J2EETypesMapper();
		}
		
		return( INSTANCE );