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()
ServerInterfaceHandlerFactoryinterfaceClass in interface ServerInterfaceHandlerFactory<Object,LogEnabled>public MBeanAttributeInfo[] getMBeanAttributeInfo()
ServerInterfaceHandlerFactorygetMBeanAttributeInfo in interface ServerInterfaceHandlerFactory<Object,LogEnabled>public MBeanOperationInfo[] getMBeanOperationInfo()
ServerInterfaceHandlerFactorygetMBeanOperationInfo in interface ServerInterfaceHandlerFactory<Object,LogEnabled>public MBeanNotificationInfo[] getMBeanNotificationInfo()
ServerInterfaceHandlerFactorygetMBeanNotificationInfo in interface ServerInterfaceHandlerFactory<Object,LogEnabled>public ServerInterfaceHandler createServerHandler(Object target, ServerSideToolkit ojmb)
ServerInterfaceHandlerFactorycreateServerHandler in interface ServerInterfaceHandlerFactory<Object,LogEnabled>target - The target object implementing the interface.ojmb - The OddjobMBean.public ClientHandlerResolver<LogEnabled> clientHandlerFactory()
ServerInterfaceHandlerFactoryClientInterfaceHandlerFactory
resolver.clientHandlerFactory in interface ServerInterfaceHandlerFactory<Object,LogEnabled>