org.jacorb.orb.iiop
Class ClientIIOPConnection
public
class
ClientIIOPConnection
extends IIOPConnection
implements Configurable
Version: $Id: ClientIIOPConnection.java,v 1.32 2006/07/25 15:43:21 alphonse.bendt Exp $
Author: Nicolas Noffke Andre Spiegel
Method Summary |
void | close() |
void | configure(Configuration configuration) |
void | connect(Profile server_profile, long time_out)
Attempts to establish a 1-to-1 connection with a server using the
Listener endpoint from the given Profile description. |
public static int openTransports
public ClientIIOPConnection()
public void close()
public void configure(Configuration configuration)
public void connect(Profile server_profile, long time_out)
Attempts to establish a 1-to-1 connection with a server using the
Listener endpoint from the given Profile description. It shall
throw a COMM_FAILURE exception if it fails (e.g. if the endpoint
is unreachable) or a TIMEOUT exception if the given time_out period
has expired before a connection is established. If the connection
is successfully established it shall store the used Profile data.