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