|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
javax.management.ObjectName |
getPlugin(String logicalPluginName)
Get the JMX object name of the logical plugin. |
Object |
getPluginObject(String logicalPluginName)
Deprecated. Switch plugin to a JMX object an use 'ObjectName getPlugin(String name)' instead |
InvocationResult |
invoke(Invocation invocation)
|
void |
putPlugin(String logicalPluginName,
javax.management.ObjectName objectName)
Puts the objectName in the container. |
void |
putPluginObject(String logicalPluginName,
Object plugin)
Deprecated. Switch plugin to a JMX object an use 'void putPlugin(String name, ObjectName objectName)' instead |
Methods inherited from interface org.apache.geronimo.core.service.Container |
addComponent, getComponents, removeComponent |
Methods inherited from interface org.apache.geronimo.core.service.Component |
getContainer, setContainer |
Method Detail |
public InvocationResult invoke(Invocation invocation) throws Throwable
Throwable
public javax.management.ObjectName getPlugin(String logicalPluginName)
logicalPluginName
- the logical name of the desired plugin
public void putPlugin(String logicalPluginName, javax.management.ObjectName objectName)
logicalPluginName
- the logical name of the plugin to setobjectName
- the JMX object name to setpublic Object getPluginObject(String logicalPluginName)
logicalPluginName
- the name of the plugin to get
public void putPluginObject(String logicalPluginName, Object plugin)
logicalPluginName
- the name of the plugin to getplugin
- the plugin obect or null to remove an existing plugin
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |