public class ConfigPointHandlerFactory extends java.lang.Object implements ServerInterfaceHandlerFactory<java.lang.Object,ConfigPoint>
ConfigPoint. This is intended to replace DragPoint in ComponentOwnerHandlerFactory
however it's still a W.I.P.| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigPointHandlerFactory.ClientFactory |
| Modifier and Type | Field and Description |
|---|---|
static NotificationType<java.lang.Integer> |
CONFIG_POINT_INFO_NOTIFICATION_TYPE |
static HandlerVersion |
VERSION |
| Constructor and Description |
|---|
ConfigPointHandlerFactory() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<ConfigPoint> |
clientClass()
Provide the client class.
|
ServerInterfaceHandler |
createServerHandler(java.lang.Object target,
ServerSideToolkit toolkit)
Create a handler that handles communication on behalf of the
MBean with the interface.
|
HandlerVersion |
getHandlerVersion()
Get the version of this handler.
|
javax.management.MBeanAttributeInfo[] |
getMBeanAttributeInfo()
Get the MBeanAttributeInfo for the interface.
|
javax.management.MBeanOperationInfo[] |
getMBeanOperationInfo()
Get the MBeanOperationInfo for the interface.
|
java.util.List<NotificationType<?>> |
getNotificationTypes()
Get the MBeanNotificationInfo for the interface.
|
java.lang.Class<java.lang.Object> |
serverClass()
Provide the service side class this is the factory for.
|
public static final HandlerVersion VERSION
public static final NotificationType<java.lang.Integer> CONFIG_POINT_INFO_NOTIFICATION_TYPE
public java.lang.Class<java.lang.Object> serverClass()
ServerInterfaceHandlerFactoryserverClass in interface ServerInterfaceHandlerFactory<java.lang.Object,ConfigPoint>public java.lang.Class<ConfigPoint> clientClass()
ServerInterfaceHandlerFactoryclientClass in interface ServerInterfaceHandlerFactory<java.lang.Object,ConfigPoint>public HandlerVersion getHandlerVersion()
ServerInterfaceHandlerFactorygetHandlerVersion in interface ServerInterfaceHandlerFactory<java.lang.Object,ConfigPoint>public javax.management.MBeanAttributeInfo[] getMBeanAttributeInfo()
ServerInterfaceHandlerFactorygetMBeanAttributeInfo in interface ServerInterfaceHandlerFactory<java.lang.Object,ConfigPoint>public javax.management.MBeanOperationInfo[] getMBeanOperationInfo()
ServerInterfaceHandlerFactorygetMBeanOperationInfo in interface ServerInterfaceHandlerFactory<java.lang.Object,ConfigPoint>public java.util.List<NotificationType<?>> getNotificationTypes()
ServerInterfaceHandlerFactorygetNotificationTypes in interface ServerInterfaceHandlerFactory<java.lang.Object,ConfigPoint>public ServerInterfaceHandler createServerHandler(java.lang.Object target, ServerSideToolkit toolkit)
ServerInterfaceHandlerFactorycreateServerHandler in interface ServerInterfaceHandlerFactory<java.lang.Object,ConfigPoint>target - The target object implementing the interface.toolkit - The OddjobMBean.