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