org.jgroups

Interface Transport

Known Implementing Classes:
Channel, EnsChannel, JChannel, ProtocolStack

public interface Transport

Method Summary

Object
receive(long timeout)
void
send(Message msg)

Method Details

receive

public Object receive(long timeout)
            throws Exception


send

public void send(Message msg)
            throws Exception


Copyright B) 2001,2002 www.jgroups.com . All Rights Reserved.