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