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