|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oddjob.jmx.handlers.StatefulHandlerFactory
public class StatefulHandlerFactory
Nested Class Summary | |
---|---|
static class |
StatefulHandlerFactory.ClientStatefulHandlerFactory
|
static class |
StatefulHandlerFactory.StateData
|
Field Summary | |
---|---|
static String |
STATE_CHANGE_NOTIF_TYPE
|
static HandlerVersion |
VERSION
|
Constructor Summary | |
---|---|
StatefulHandlerFactory()
|
Method Summary | |
---|---|
ClientHandlerResolver<Stateful> |
clientHandlerFactory()
Provide the corresponding ClientInterfaceHandlerFactory
resolver. |
ServerInterfaceHandler |
createServerHandler(Stateful stateful,
ServerSideToolkit ojmb)
Create a handler that handles communication on behalf of the MBean with the interface. |
MBeanAttributeInfo[] |
getMBeanAttributeInfo()
Get the MBeanAttributeInfo for the interface. |
MBeanNotificationInfo[] |
getMBeanNotificationInfo()
Get the MBeanNotificationInfo for the interface. |
MBeanOperationInfo[] |
getMBeanOperationInfo()
Get the MBeanOperationInfo for the interface. |
Class<Stateful> |
interfaceClass()
Provide the interface class this is the information about. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final HandlerVersion VERSION
public static final String STATE_CHANGE_NOTIF_TYPE
Constructor Detail |
---|
public StatefulHandlerFactory()
Method Detail |
---|
public Class<Stateful> interfaceClass()
ServerInterfaceHandlerFactory
interfaceClass
in interface ServerInterfaceHandlerFactory<Stateful,Stateful>
public MBeanAttributeInfo[] getMBeanAttributeInfo()
ServerInterfaceHandlerFactory
getMBeanAttributeInfo
in interface ServerInterfaceHandlerFactory<Stateful,Stateful>
public MBeanOperationInfo[] getMBeanOperationInfo()
ServerInterfaceHandlerFactory
getMBeanOperationInfo
in interface ServerInterfaceHandlerFactory<Stateful,Stateful>
public MBeanNotificationInfo[] getMBeanNotificationInfo()
ServerInterfaceHandlerFactory
getMBeanNotificationInfo
in interface ServerInterfaceHandlerFactory<Stateful,Stateful>
public ServerInterfaceHandler createServerHandler(Stateful stateful, ServerSideToolkit ojmb)
ServerInterfaceHandlerFactory
createServerHandler
in interface ServerInterfaceHandlerFactory<Stateful,Stateful>
stateful
- The target object implementing the interface.ojmb
- The OddjobMBean.
public ClientHandlerResolver<Stateful> clientHandlerFactory()
ServerInterfaceHandlerFactory
ClientInterfaceHandlerFactory
resolver.
clientHandlerFactory
in interface ServerInterfaceHandlerFactory<Stateful,Stateful>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |