public interface TransportProvider
| Modifier and Type | Method and Description |
|---|---|
Connections |
getPoolFor(ServerAddress address)
Returns a client connection pool to the given server address.
|
String |
getTransportType()
Returns this instance's "transport type".
|
Server |
newDefaultServer()
This method is called by Ubik RMI's runtime when a server is needed on
the client side to recieve asynchronous responses (i.e.: callbacks).
|
Server |
newServer(Properties props)
Returns a server implementation.
|
void |
shutdown()
Shuts down this provider.
|
Connections getPoolFor(ServerAddress address) throws RemoteException
address - a ServerAddress.ConnectionOptionsException.RemoteException - if a problem occurs creating the connection.Server newServer(Properties props) throws RemoteException
props - the Properties used to create the server.Server instance.RemoteExceptionServer newDefaultServer() throws RemoteException
Server instance.Server.RemoteExceptionString getTransportType()
void shutdown()
Copyright © 2012 Sapia OSS. All Rights Reserved.