This interface specifies the interactions between the proxy binding and a
connection manager that manages the connection between JBI instances.
author: Sun Microsystems, Inc
getClientConnection(String instanceId) Get a ClientConnection targetted at a particular instance.
Parameters: instanceId - a unique id for this JBI instance.
Get a ClientConnection targetted at a particular instance.
Parameters: instanceId - a unique id for this JBI instance. ClientConnection to use. throws: javax.jbi.JBIException - if there is a problem.
Get an EventConnection.
Parameters: instanceId - a unique id for this JBI instance. ClientConnection to use. throws: javax.jbi.JBIException - if there is a problem.
Creates a ServerConnection.
Parameters: instanceId - a unique id for this connection. ServerConnection to use. throws: javax.jbi.JBIException - if there is a problem.
Queue an Event generated outside the event thread.
Parameters: eventInfo - describing the event. throws: javax.jbi.JBIException - if there is a problem.