public class ComponentOwnerHandlerFactory extends java.lang.Object implements ServerInterfaceHandlerFactory<ConfigurationOwner,ConfigurationOwner>
Modifier and Type | Class and Description |
---|---|
static class |
ComponentOwnerHandlerFactory.ClientFactory |
Modifier and Type | Field and Description |
---|---|
static NotificationType<ConfigOwnerEvent.Change> |
CHANGE_NOTIF_TYPE |
static NotificationType<java.lang.Boolean> |
MODIFIED_NOTIF_TYPE |
static HandlerVersion |
VERSION |
Constructor and Description |
---|
ComponentOwnerHandlerFactory() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<ConfigurationOwner> |
clientClass()
Provide the client class.
|
ServerInterfaceHandler |
createServerHandler(ConfigurationOwner target,
ServerSideToolkit ojmb)
Create a handler that handles communication on behalf of the
MBean with the interface.
|
boolean |
equals(java.lang.Object obj) |
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.
|
int |
hashCode() |
java.lang.Class<ConfigurationOwner> |
serverClass()
Provide the service side class this is the factory for.
|
public static final HandlerVersion VERSION
public static final NotificationType<java.lang.Boolean> MODIFIED_NOTIF_TYPE
public static final NotificationType<ConfigOwnerEvent.Change> CHANGE_NOTIF_TYPE
public java.lang.Class<ConfigurationOwner> serverClass()
ServerInterfaceHandlerFactory
serverClass
in interface ServerInterfaceHandlerFactory<ConfigurationOwner,ConfigurationOwner>
public java.lang.Class<ConfigurationOwner> clientClass()
ServerInterfaceHandlerFactory
clientClass
in interface ServerInterfaceHandlerFactory<ConfigurationOwner,ConfigurationOwner>
public HandlerVersion getHandlerVersion()
ServerInterfaceHandlerFactory
getHandlerVersion
in interface ServerInterfaceHandlerFactory<ConfigurationOwner,ConfigurationOwner>
public javax.management.MBeanAttributeInfo[] getMBeanAttributeInfo()
ServerInterfaceHandlerFactory
getMBeanAttributeInfo
in interface ServerInterfaceHandlerFactory<ConfigurationOwner,ConfigurationOwner>
public javax.management.MBeanOperationInfo[] getMBeanOperationInfo()
ServerInterfaceHandlerFactory
getMBeanOperationInfo
in interface ServerInterfaceHandlerFactory<ConfigurationOwner,ConfigurationOwner>
public java.util.List<NotificationType<?>> getNotificationTypes()
ServerInterfaceHandlerFactory
getNotificationTypes
in interface ServerInterfaceHandlerFactory<ConfigurationOwner,ConfigurationOwner>
public ServerInterfaceHandler createServerHandler(ConfigurationOwner target, ServerSideToolkit ojmb)
ServerInterfaceHandlerFactory
createServerHandler
in interface ServerInterfaceHandlerFactory<ConfigurationOwner,ConfigurationOwner>
target
- The target object implementing the interface.ojmb
- The OddjobMBean.public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object