com.liferay.util.transport
Interface Transport

All Known Implementing Classes:
MulticastTransport

public interface Transport

View Source

Author:
Michael C. Han

Method Summary
 void connect()
           
 void disconnect()
           
 boolean isConnected()
           
 void sendMessage(java.lang.String message)
           
 

Method Detail

connect

void connect()
             throws java.io.IOException
Throws:
java.io.IOException

disconnect

void disconnect()
                throws java.io.IOException
Throws:
java.io.IOException

sendMessage

void sendMessage(java.lang.String message)
                 throws java.io.IOException
Throws:
java.io.IOException

isConnected

boolean isConnected()