|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.oddjob.jmx.handlers.BeanDirectoryHandlerFactory
public class BeanDirectoryHandlerFactory
| Nested Class Summary | |
|---|---|
static class |
BeanDirectoryHandlerFactory.ClientBeanDirectoryHandlerFactory
|
| Field Summary | |
|---|---|
static HandlerVersion |
VERSION
|
| Constructor Summary | |
|---|---|
BeanDirectoryHandlerFactory()
|
|
| Method Summary | |
|---|---|
ClientHandlerResolver<RemoteDirectoryOwner> |
clientHandlerFactory()
Provide the corresponding ClientInterfaceHandlerFactory
resolver. |
ServerInterfaceHandler |
createServerHandler(BeanDirectoryOwner directory,
ServerSideToolkit serverToolkit)
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<BeanDirectoryOwner> |
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
| Constructor Detail |
|---|
public BeanDirectoryHandlerFactory()
| Method Detail |
|---|
public Class<BeanDirectoryOwner> interfaceClass()
ServerInterfaceHandlerFactory
interfaceClass in interface ServerInterfaceHandlerFactory<BeanDirectoryOwner,RemoteDirectoryOwner>public MBeanAttributeInfo[] getMBeanAttributeInfo()
ServerInterfaceHandlerFactory
getMBeanAttributeInfo in interface ServerInterfaceHandlerFactory<BeanDirectoryOwner,RemoteDirectoryOwner>public MBeanOperationInfo[] getMBeanOperationInfo()
ServerInterfaceHandlerFactory
getMBeanOperationInfo in interface ServerInterfaceHandlerFactory<BeanDirectoryOwner,RemoteDirectoryOwner>public MBeanNotificationInfo[] getMBeanNotificationInfo()
ServerInterfaceHandlerFactory
getMBeanNotificationInfo in interface ServerInterfaceHandlerFactory<BeanDirectoryOwner,RemoteDirectoryOwner>public ClientHandlerResolver<RemoteDirectoryOwner> clientHandlerFactory()
ServerInterfaceHandlerFactoryClientInterfaceHandlerFactory
resolver.
clientHandlerFactory in interface ServerInterfaceHandlerFactory<BeanDirectoryOwner,RemoteDirectoryOwner>
public ServerInterfaceHandler createServerHandler(BeanDirectoryOwner directory,
ServerSideToolkit serverToolkit)
ServerInterfaceHandlerFactory
createServerHandler in interface ServerInterfaceHandlerFactory<BeanDirectoryOwner,RemoteDirectoryOwner>directory - The target object implementing the interface.serverToolkit - The OddjobMBean.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||