Liferay 6.0.5

com.liferay.util.transport
Interface Transport

All Known Implementing Classes:
MulticastTransport

public interface Transport


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

Method Detail

connect

void connect()
             throws IOException
Throws:
IOException

disconnect

void disconnect()
                throws IOException
Throws:
IOException

sendMessage

void sendMessage(String message)
                 throws IOException
Throws:
IOException

isConnected

boolean isConnected()

Liferay 6.0.5