org.glassfish.admin.amx.impl.j2ee.loader
Interface AMXJ2EEStartupServiceMBean

All Superinterfaces:
AMXLoader
All Known Implementing Classes:
AMXJ2EEStartupService

public interface AMXJ2EEStartupServiceMBean
extends AMXLoader

MBean responsible for starting AMX configuration support.

See Also:
AMXConfigStartupService

Field Summary
static ObjectName OBJECT_NAME
          ObjectName of the MBean which actually loads AMX MBeans; that MBean references this constant
 
Fields inherited from interface org.glassfish.api.amx.AMXLoader
LOADER_PREFIX
 
Method Summary
 ObjectName getJ2EEDomain()
           
 
Methods inherited from interface org.glassfish.api.amx.AMXLoader
loadAMXMBeans, unloadAMXMBeans
 

Field Detail

OBJECT_NAME

static final ObjectName OBJECT_NAME
ObjectName of the MBean which actually loads AMX MBeans; that MBean references this constant

Method Detail

getJ2EEDomain

ObjectName getJ2EEDomain()


Copyright © 2012 GlassFish Community. All Rights Reserved.