org.jacorb.orb
public class BasicAdapter extends _HandleLocalBase implements Configurable
Version: $Id: BasicAdapter.java,v 1.59 2006/07/13 08:57:36 nick.cross Exp $
Method Summary | |
---|---|
boolean | add_input(Connection conn)
Announces a new connection instance to the ORB.
|
void | closed_by_peer(Connection conn)
In some cases, the client side can initiate the closing of a
connection. |
void | configure(Configuration myConfiguration)
configure the BasicAdapter |
void | deliverRequest(ServerRequest request, POA poa)
to be called from the POA, code duplicated for performance
reasons to avoid synchronization in the private version of this
method. |
String | getAddress() |
List | getEndpointProfiles()
Returns a List of endpoint profiles for all transports that listen
for incoming connections. |
ORB | getORB() |
int | getPort() |
RequestListener | getRequestListener() |
int | getSSLPort() |
boolean | hasSSLListener() |
void | renewSSLServerSockets()
Tell all IIOPListeners to renew their SSL server sockets.
|
void | return_result(ServerRequest request)
to be called from the POA |
void | signal_data_available(Connection conn)
The plugged-in transport (e.g. the Listener instance) shall call
this function when it owns a server-side Connection and data arrives
on the local endpoint. |
void | stopListeners() |
The Handle shall accept the connection (and cache information about it if needed), as long as it is allowed to do so by the ORB. In this case it shall return true. If a new connection is currently not allowed, it shall ignore the passed instance and return false.
Deprecated: This method cannot return a sensible result in the presence of alternate transports, use getEndpointProfiles instead.
Deprecated: This method cannot return a sensible result in the presence of alternate transports, use getEndpointProfiles instead.
Deprecated: This method cannot return a sensible result in the presence of alternate transports, use getEndpointProfiles instead.
Deprecated: This method cannot return a sensible result in the presence of alternate transports, use getEndpointProfiles instead.
See Also: IIOPListener