com.ibm.retail.si.mgmt.masteragent
Interface ProxyFactoryMBean
- public interface ProxyFactoryMBean
MBean interface definition for ProxyFactory objects to be managed
- Version:
- 1.0
- Author:
- Kriselie D Rivera
Method Summary |
RemoteMBeanProxy |
createProxy(com.ibm.retail.si.mgmt.MgmtDeviceInfo devInfo,
javax.management.ObjectName objName,
javax.management.MBeanInfo mBeanInfo)
Creates a Remote MBean proxy of the supplied ObjectInstance |
void |
initialize()
Initializes factory by getting a reference to the active MasterAgent |
OBJECT_NAME
public static final java.lang.String OBJECT_NAME
- See Also:
- Constant Field Values
createProxy
public RemoteMBeanProxy createProxy(com.ibm.retail.si.mgmt.MgmtDeviceInfo devInfo,
javax.management.ObjectName objName,
javax.management.MBeanInfo mBeanInfo)
- Creates a Remote MBean proxy of the supplied ObjectInstance
- Parameters:
devInfo
- Device Information object about the source deviceobjName
- ObjectName of the source MBeanmBeanInfo
- MBeanInfo object about the source MBean
- Returns:
- Proxied MBean instance of the original ObjectInstance
initialize
public void initialize()
- Initializes factory by getting a reference to the active MasterAgent
Copyright © 2004 IBM. All Rights Reserved.
Generated: July 19 2004