|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ServerInterfaceManager
An InterfaceManager collects together the interfaces to be exposed by a component.
| Method Summary | |
|---|---|
ClientHandlerResolver<?>[] |
allClientInfo()
Return the interface supported. |
void |
destroy()
Called when an MBean is being destroyed. |
MBeanInfo |
getMBeanInfo()
Get the MBeanInfo based on all the interfaces. |
Object |
invoke(String actionName,
Object[] params,
String[] signature)
Invoke a method using the arguments as received by an MBean. |
| Method Detail |
|---|
ClientHandlerResolver<?>[] allClientInfo()
MBeanInfo getMBeanInfo()
Object invoke(String actionName,
Object[] params,
String[] signature)
throws MBeanException,
ReflectionException
actionName - The action (method) name.params - An array of object that are the parameters.signature - An array of Strings that are class names.
MBeanException
ReflectionExceptionvoid destroy()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||