org.javagroups
Interface Transport

All Known Implementing Classes:
Channel, ProtocolStack

public interface Transport


Method Summary
 java.lang.Object receive(long timeout)
           
 void send(Message msg)
           
 

Method Detail

send

public void send(Message msg)
          throws java.lang.Exception
java.lang.Exception

receive

public java.lang.Object receive(long timeout)
                         throws java.lang.Exception
java.lang.Exception


Copyright ? 2001,2002 www.javagroups.com . All Rights Reserved.