org.glassfish.admin.mbeanserver
Interface AMXStartupServiceMBean

All Superinterfaces:
AMXLoader

@Contract
public interface AMXStartupServiceMBean
extends AMXLoader

MBean representing AMX, once started.

See Also:
org.glassfish.admin.amx.loader.AMXStartupService

Field Summary
static ObjectName OBJECT_NAME
          ObjectName of the MBean which actually laods AMX MBeans; that MBean references this constant
 
Fields inherited from interface org.glassfish.api.amx.AMXLoader
LOADER_PREFIX
 
Method Summary
 ObjectName getDomainRoot()
           
 JMXServiceURL[] getJMXServiceURLs()
           
 
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 laods AMX MBeans; that MBean references this constant

Method Detail

getDomainRoot

ObjectName getDomainRoot()

getJMXServiceURLs

JMXServiceURL[] getJMXServiceURLs()


Copyright © 2012. All Rights Reserved.