javax.rad.remote
Class SubConnection
java.lang.Object
javax.rad.remote.AbstractConnection
javax.rad.remote.SubConnection
public class SubConnection
- extends AbstractConnection
The SubConnection uses the connection of a
MasterConnection for transfering data to the server. It has
no alive check.
- See Also:
IConnection
| Methods inherited from class javax.rad.remote.AbstractConnection |
addConnectionListener, call, call, call, call, call, call, call, callAction, callAction, callAction, callAction, callAction, callAction, callAction, createConnectionProperties, finalize, fireCallError, getApplicationName, getConnection, getConnectionId, getConnectionListener, getLifeCycleName, getPassword, getProperties, getProperty, getUserName, isOpen, removeConnectionListener, reopen, setApplicationName, setLifeCycleName, setPassword, setProperty, setTimeout, setUserName |
open
public void open()
throws Throwable
- Opens the connection.
- Specified by:
open in class AbstractConnection
- Throws:
Throwable - if the connection can not be or is already opened
close
public void close()
throws Throwable
- Close the connection.
- Overrides:
close in class AbstractConnection
- Throws:
Throwable - if it is not possible to close the connection
getMasterConnection
public MasterConnection getMasterConnection()
- Returns the master connection.
- Returns:
- the master connection
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.