org.sapia.ubik.rmi.server.transport
Interface RmiConnection

All Superinterfaces:
Connection
All Known Implementing Classes:
HttpRmiClientConnection, JdkRmiClientConnection, NioTcpRmiClientConnection, NioTcpRmiServerConnection, ServletRmiConnection, SocketRmiConnection, UdpRmiConnection

public interface RmiConnection
extends Connection

Author:
Yanick Duchesne
Copyright:
Copyright © 2002-2003 Sapia Open Source Software. All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site

Method Summary
 void send(java.lang.Object o, VmId associated, java.lang.String transportType)
           
 
Methods inherited from interface org.sapia.ubik.net.Connection
close, getServerAddress, receive, send
 

Method Detail

send

void send(java.lang.Object o,
          VmId associated,
          java.lang.String transportType)
          throws java.io.IOException,
                 java.rmi.RemoteException
Throws:
java.io.IOException
java.rmi.RemoteException
See Also:
Connection.send(Object)


Copyright © 2010 Sapia OSS. All Rights Reserved.