Liferay 6.2.0

com.liferay.util.transport
Interface Transport

All Known Implementing Classes:
MulticastTransport

public interface Transport


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

Method Detail

connect

void connect()
             throws IOException
Throws:
IOException

disconnect

void disconnect()
                throws IOException
Throws:
IOException

isConnected

boolean isConnected()

sendMessage

void sendMessage(String message)
                 throws IOException
Throws:
IOException

Liferay 6.2.0