|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sonicsw.mf.mgmtapi.runtime.MFProxyFactory
public final class MFProxyFactory
Provides factory methods to create a runtime proxies that remotely interact with the management API of Sonic MBeans.
Method Summary | |
---|---|
static IActivationDaemonProxy |
createActivationDaemonProxy(JMSConnectorClient connector,
ObjectName objectName)
Creates a runtime proxy to remotely interact with the management API of an ActivationDaemon MBean. |
static IAgentManagerProxy |
createAgentManagerProxy(JMSConnectorClient connector,
ObjectName objectName)
Creates a runtime proxy to remotely interact with the management API of an AgentManager MBean. |
static IAgentProxy |
createAgentProxy(JMSConnectorClient connector,
ObjectName objectName)
Creates a runtime proxy to remotely interact with the management API of an Agent MBean. |
static ICollectionsMonitorProxy |
createCollectionsMonitorProxy(JMSConnectorClient connector,
ObjectName objectName)
Creates a runtime proxy to remotely interact with the management API of a CollectionsMonitor MBean. |
static IDirectoryServiceProxy |
createDirectoryServiceProxy(JMSConnectorClient connector,
ObjectName objectName)
Creates a runtime proxy to remotely interact with the management API of a DirectoryService MBean. |
static IHostManagerProxy |
createHostManagerProxy(JMSConnectorClient connector,
ObjectName objectName)
Creates a runtime proxy to remotely interact with the management API of a HostManager MBean. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static IActivationDaemonProxy createActivationDaemonProxy(JMSConnectorClient connector, ObjectName objectName)
connector
- The JMS/JMX connector to be used for communications.objectName
- The JMX ObjectName of the ActivationDaemon MBean.
public static IAgentManagerProxy createAgentManagerProxy(JMSConnectorClient connector, ObjectName objectName)
connector
- The JMS/JMX connector to be used for communications.objectName
- The JMX ObjectName of the AgentManager MBean.
public static IAgentProxy createAgentProxy(JMSConnectorClient connector, ObjectName objectName)
connector
- The JMS/JMX connector to be used for communications.objectName
- The JMX ObjectName of the Agent MBean.
public static ICollectionsMonitorProxy createCollectionsMonitorProxy(JMSConnectorClient connector, ObjectName objectName)
connector
- The JMS/JMX connector to be used for communications.objectName
- The JMX ObjectName of the CollectionsMonitor MBean.
public static IDirectoryServiceProxy createDirectoryServiceProxy(JMSConnectorClient connector, ObjectName objectName)
connector
- The JMS/JMX connector to be used for communications.objectName
- The JMX ObjectName of the DirectoryService MBean.
public static IHostManagerProxy createHostManagerProxy(JMSConnectorClient connector, ObjectName objectName)
connector
- The JMS/JMX connector to be used for communications.objectName
- The JMX ObjectName of the HostManager MBean.
|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |