public class LogEnabledHandlerFactory extends Object implements ServerInterfaceHandlerFactory<Object,LogEnabled>
Modifier and Type | Class and Description |
---|---|
static class |
LogEnabledHandlerFactory.ClientLogPollableHandlerFactory |
Modifier and Type | Field and Description |
---|---|
static HandlerVersion |
VERSION |
Constructor and Description |
---|
LogEnabledHandlerFactory() |
Modifier and Type | Method and Description |
---|---|
ClientHandlerResolver<LogEnabled> |
clientHandlerFactory()
Provide the corresponding
ClientInterfaceHandlerFactory
resolver. |
ServerInterfaceHandler |
createServerHandler(Object target,
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<Object> |
interfaceClass()
Provide the interface class this is the information
about.
|
public static final HandlerVersion VERSION
public Class<Object> interfaceClass()
ServerInterfaceHandlerFactory
interfaceClass
in interface ServerInterfaceHandlerFactory<Object,LogEnabled>
public MBeanAttributeInfo[] getMBeanAttributeInfo()
ServerInterfaceHandlerFactory
getMBeanAttributeInfo
in interface ServerInterfaceHandlerFactory<Object,LogEnabled>
public MBeanOperationInfo[] getMBeanOperationInfo()
ServerInterfaceHandlerFactory
getMBeanOperationInfo
in interface ServerInterfaceHandlerFactory<Object,LogEnabled>
public MBeanNotificationInfo[] getMBeanNotificationInfo()
ServerInterfaceHandlerFactory
getMBeanNotificationInfo
in interface ServerInterfaceHandlerFactory<Object,LogEnabled>
public ServerInterfaceHandler createServerHandler(Object target, ServerSideToolkit ojmb)
ServerInterfaceHandlerFactory
createServerHandler
in interface ServerInterfaceHandlerFactory<Object,LogEnabled>
target
- The target object implementing the interface.ojmb
- The OddjobMBean.public ClientHandlerResolver<LogEnabled> clientHandlerFactory()
ServerInterfaceHandlerFactory
ClientInterfaceHandlerFactory
resolver.clientHandlerFactory
in interface ServerInterfaceHandlerFactory<Object,LogEnabled>