org.glassfish.api.amx
Interface AMXLoader


@Contract
@Taxonomy(stability=UNCOMMITTED)
public interface AMXLoader

A loader of AMX MBeans. Any module that wants automatic support for loading AMX MBeans should implement this contract, choosing an appropriate name. The loader will be found and instantiated when AMX is loaded.

See Also:
AMXValues

Field Summary
static java.lang.String LOADER_PREFIX
          property prefix used by AMXLoader MBeans, name to be suffixed to it
 
Method Summary
 javax.management.ObjectName loadAMXMBeans()
          Loader a hierarchy of AMX MBeans, returning the ObjectName of the root of the hierarchy.
 void unloadAMXMBeans()
          Unload (unregister) AMX MBeans.
 

Field Detail

LOADER_PREFIX

static final java.lang.String LOADER_PREFIX
property prefix used by AMXLoader MBeans, name to be suffixed to it

Method Detail

loadAMXMBeans

javax.management.ObjectName loadAMXMBeans()
Loader a hierarchy of AMX MBeans, returning the ObjectName of the root of the hierarchy.


unloadAMXMBeans

void unloadAMXMBeans()
Unload (unregister) AMX MBeans.



Copyright © 2012 GlassFish Community. All Rights Reserved.