|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.oddjob.jmx.handlers.LogPollableHandlerFactory
public class LogPollableHandlerFactory
Provide Handlers for the LogPollable interface.
This is a special handler because url and consoleId never change on the server so we can cache the values.
| Nested Class Summary | |
|---|---|
static class |
LogPollableHandlerFactory.ClientLogPollableHandlerFactory
|
| Field Summary | |
|---|---|
static HandlerVersion |
VERSION
|
| Constructor Summary | |
|---|---|
LogPollableHandlerFactory()
|
|
| Method Summary | |
|---|---|
ClientHandlerResolver<LogPollable> |
clientHandlerFactory()
Provide the corresponding ClientInterfaceHandlerFactory
resolver. |
ServerInterfaceHandler |
createServerHandler(Object 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<Object> |
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 LogPollableHandlerFactory()
| Method Detail |
|---|
public Class<Object> interfaceClass()
ServerInterfaceHandlerFactory
interfaceClass in interface ServerInterfaceHandlerFactory<Object,LogPollable>public MBeanAttributeInfo[] getMBeanAttributeInfo()
ServerInterfaceHandlerFactory
getMBeanAttributeInfo in interface ServerInterfaceHandlerFactory<Object,LogPollable>public MBeanOperationInfo[] getMBeanOperationInfo()
ServerInterfaceHandlerFactory
getMBeanOperationInfo in interface ServerInterfaceHandlerFactory<Object,LogPollable>public MBeanNotificationInfo[] getMBeanNotificationInfo()
ServerInterfaceHandlerFactory
getMBeanNotificationInfo in interface ServerInterfaceHandlerFactory<Object,LogPollable>
public ServerInterfaceHandler createServerHandler(Object target,
ServerSideToolkit ojmb)
ServerInterfaceHandlerFactory
createServerHandler in interface ServerInterfaceHandlerFactory<Object,LogPollable>target - The target object implementing the interface.ojmb - The OddjobMBean.
public ClientHandlerResolver<LogPollable> clientHandlerFactory()
ServerInterfaceHandlerFactoryClientInterfaceHandlerFactory
resolver.
clientHandlerFactory in interface ServerInterfaceHandlerFactory<Object,LogPollable>
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||