|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.oddjob.jmx.handlers.ComponentOwnerHandlerFactory
public class ComponentOwnerHandlerFactory
| Nested Class Summary | |
|---|---|
static class |
ComponentOwnerHandlerFactory.ClientConfigurationOwnerHandlerFactory
|
| Field Summary | |
|---|---|
static String |
CHANGE_NOTIF_TYPE
|
static String |
MODIFIED_NOTIF_TYPE
|
static HandlerVersion |
VERSION
|
| Constructor Summary | |
|---|---|
ComponentOwnerHandlerFactory()
|
|
| Method Summary | |
|---|---|
ClientHandlerResolver<ConfigurationOwner> |
clientHandlerFactory()
Provide the corresponding ClientInterfaceHandlerFactory
resolver. |
ServerInterfaceHandler |
createServerHandler(ConfigurationOwner 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<ConfigurationOwner> |
interfaceClass()
Provide the interface class this is the information about. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final HandlerVersion VERSION
public static final String MODIFIED_NOTIF_TYPE
public static final String CHANGE_NOTIF_TYPE
| Constructor Detail |
|---|
public ComponentOwnerHandlerFactory()
| Method Detail |
|---|
public Class<ConfigurationOwner> interfaceClass()
ServerInterfaceHandlerFactory
interfaceClass in interface ServerInterfaceHandlerFactory<ConfigurationOwner,ConfigurationOwner>public MBeanAttributeInfo[] getMBeanAttributeInfo()
ServerInterfaceHandlerFactory
getMBeanAttributeInfo in interface ServerInterfaceHandlerFactory<ConfigurationOwner,ConfigurationOwner>public MBeanOperationInfo[] getMBeanOperationInfo()
ServerInterfaceHandlerFactory
getMBeanOperationInfo in interface ServerInterfaceHandlerFactory<ConfigurationOwner,ConfigurationOwner>public MBeanNotificationInfo[] getMBeanNotificationInfo()
ServerInterfaceHandlerFactory
getMBeanNotificationInfo 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 ClientHandlerResolver<ConfigurationOwner> clientHandlerFactory()
ServerInterfaceHandlerFactoryClientInterfaceHandlerFactory
resolver.
clientHandlerFactory in interface ServerInterfaceHandlerFactory<ConfigurationOwner,ConfigurationOwner>
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||