javax.rad.application
Interface IConnectable

All Known Implementing Classes:
Application, RemoteApplication, RemoteWorkScreen, RemoteWorkScreenApplication

public interface IConnectable

Platform and technology independent connectable definition. It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .


Method Summary
 AbstractConnection getConnection()
          Gets the communication connection.
 boolean isConnected()
          Checks if the communication is established.
 void setConnection(AbstractConnection pConnection)
          Sets the communication connection.
 

Method Detail

setConnection

void setConnection(AbstractConnection pConnection)
Sets the communication connection.

Parameters:
pConnection - the connection

getConnection

AbstractConnection getConnection()
Gets the communication connection.

Returns:
the connection

isConnected

boolean isConnected()
Checks if the communication is established.

Returns:
true if the connection is established


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.