|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void setConnection(AbstractConnection pConnection)
pConnection
- the connectionAbstractConnection getConnection()
boolean isConnected()
true
if the connection is established
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |