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

Field Summary
static java.lang.String OBJECT_NAME
           
 
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
 

Field Detail

OBJECT_NAME

public static final java.lang.String OBJECT_NAME
See Also:
Constant Field Values
Method Detail

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 device
objName - ObjectName of the source MBean
mBeanInfo - 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