com.ibm.retail.si.mgmt.masteragent
Interface RemoteConnectorMBean


public interface RemoteConnectorMBean

The purpose of this MBean is to make MBeanServerConnections to newly discovered agents, and to trigger the creation of MgmtRemoteMBeanProxys.

The ObjectName of this MBean includes the following attributes, in addition to the SIF attribute of DeviceID:

This management interface defines no attributes

The following operations are included in this management interface. These are described in more detail in the corresponding method documentation.

An AgentDiscoveredNotification is emitted by classes implementing this interface when a connection has been established to a newly discovered agent and its corresponding MBeanServerConnection has been stored in the RemoteServerPool.

An AgentConnectionFailedNotification is emmited by classes implementing this interface upon a failed connection attempt to a newly discovered agent.

Author:
Chris D Arrington, Kriselie D Rivera

Method Summary
 void initialize()
          Initializes the MBean
 void shutdown()
          Performs shutdown of the MBean
 

Method Detail

initialize

public void initialize()
                throws MgmtException
Initializes the MBean

MgmtException

shutdown

public void shutdown()
Performs shutdown of the MBean



Copyright © 2004 IBM. All Rights Reserved.
Generated: July 19 2004