|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.rad.remote.AbstractConnection
javax.rad.remote.SubConnection
public class SubConnection
The SubConnection uses the connection of a
MasterConnection for transfering data to the server. It has
no alive check.
IConnection| Field Summary |
|---|
| Fields inherited from class javax.rad.remote.AbstractConnection |
|---|
coninf, connection |
| Method Summary | |
|---|---|
protected void |
close(boolean pDoCall)
Close the connection, with or without remote call. |
MasterConnection |
getMasterConnection()
Returns the master connection. |
protected UIInvoker |
getUIInvoker()
Gets the UI invoker. |
boolean |
isOpen()
Checks if the connection is open. |
void |
open()
Opens the connection. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void open()
throws Throwable
open in class AbstractConnectionThrowable - if the connection can not be or is already openedprotected UIInvoker getUIInvoker()
getUIInvoker in class AbstractConnectionUIInvokerpublic boolean isOpen()
isOpen in class AbstractConnectiontrue if the connection is open, otherwise false
protected void close(boolean pDoCall)
throws Throwable
close in class AbstractConnectionpDoCall - true to send close to the server, false to close internal without
remote communication (client-side close)
Throwable - if it is not possible to close the connectionpublic MasterConnection getMasterConnection()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||