org.jgroups
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
Throws:
java.lang.Exception

receive

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


Copyright © 2001,2002 www.jgroups.com . All Rights Reserved.