|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oddjob.jmx.handlers.DynaBeanHandlerFactory
public class DynaBeanHandlerFactory
Field Summary | |
---|---|
static HandlerVersion |
VERSION
|
Constructor Summary | |
---|---|
DynaBeanHandlerFactory()
|
Method Summary | |
---|---|
ClientHandlerResolver<org.apache.commons.beanutils.DynaBean> |
clientHandlerFactory()
Provide the corresponding ClientInterfaceHandlerFactory
resolver. |
ServerInterfaceHandler |
createServerHandler(Object target,
ServerSideToolkit serverSideToolkit)
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<Object> |
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
Constructor Detail |
---|
public DynaBeanHandlerFactory()
Method Detail |
---|
public Class<Object> interfaceClass()
ServerInterfaceHandlerFactory
interfaceClass
in interface ServerInterfaceHandlerFactory<Object,org.apache.commons.beanutils.DynaBean>
public MBeanAttributeInfo[] getMBeanAttributeInfo()
ServerInterfaceHandlerFactory
getMBeanAttributeInfo
in interface ServerInterfaceHandlerFactory<Object,org.apache.commons.beanutils.DynaBean>
public MBeanOperationInfo[] getMBeanOperationInfo()
ServerInterfaceHandlerFactory
getMBeanOperationInfo
in interface ServerInterfaceHandlerFactory<Object,org.apache.commons.beanutils.DynaBean>
public MBeanNotificationInfo[] getMBeanNotificationInfo()
ServerInterfaceHandlerFactory
getMBeanNotificationInfo
in interface ServerInterfaceHandlerFactory<Object,org.apache.commons.beanutils.DynaBean>
public ServerInterfaceHandler createServerHandler(Object target, ServerSideToolkit serverSideToolkit)
ServerInterfaceHandlerFactory
createServerHandler
in interface ServerInterfaceHandlerFactory<Object,org.apache.commons.beanutils.DynaBean>
target
- The target object implementing the interface.serverSideToolkit
- The OddjobMBean.
public ClientHandlerResolver<org.apache.commons.beanutils.DynaBean> clientHandlerFactory()
ServerInterfaceHandlerFactory
ClientInterfaceHandlerFactory
resolver.
clientHandlerFactory
in interface ServerInterfaceHandlerFactory<Object,org.apache.commons.beanutils.DynaBean>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |