|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionInfo | |
---|---|
com.sibvisions.rad.remote | Contains general communication classes which can be used from client and server implementations. |
com.sibvisions.rad.remote.http | Contains general communication classes which can be used from client and server implementations. |
com.sibvisions.rad.server | Contains remote server classes and dependent components. |
com.sibvisions.rad.util | Contains utility classes for the javax.rad API. |
javax.rad.remote | Contains all important interfaces for implementing the client/server communication. |
Uses of ConnectionInfo in com.sibvisions.rad.remote |
---|
Methods in com.sibvisions.rad.remote that return ConnectionInfo | |
---|---|
ConnectionInfo[] |
AbstractSerializedConnection.setAndCheckAlive(ConnectionInfo pConnectionInfo,
ConnectionInfo[] pSubConnections)
Sets the alive state for a connection, on the server, and validates the alive state of subconnections. |
Methods in com.sibvisions.rad.remote with parameters of type ConnectionInfo | |
---|---|
Object[] |
AbstractSerializedConnection.call(ConnectionInfo pConnectionInfo,
String[] pObjectName,
String[] pMethod,
Object[][] pParams,
ICallBackListener[] pCallBack)
Calls desired methods from a remote server object. |
void |
AbstractSerializedConnection.close(ConnectionInfo pConnectionInfo)
Close the connection to the server. |
abstract InputStream |
AbstractSerializedConnection.getInputStream(ConnectionInfo pConnectionInfo)
Gets the InputStream for reading the response from the
server. |
abstract OutputStream |
AbstractSerializedConnection.getOutputStream(ConnectionInfo pConnectionInfo)
Gets the OutputStream for submitting requests to the
server. |
Hashtable<String,Object> |
AbstractSerializedConnection.getProperties(ConnectionInfo pConnectionInfo)
Gets a clone of all connection properties. |
Object |
AbstractSerializedConnection.getProperty(ConnectionInfo pConnectionInfo,
String pName)
Gets a connection property. |
boolean |
AbstractSerializedConnection.isOpen(ConnectionInfo pConnectionInfo)
Checks if the connection to the server is opened. |
void |
AbstractSerializedConnection.open(ConnectionInfo pConnectionInfo)
Opens the connection to the server. |
void |
AbstractSerializedConnection.openSub(ConnectionInfo pConnectionInfo,
ConnectionInfo pConnectionInfoSub)
Opens a new sub connection. |
void |
AbstractSerializedConnection.reopen(ConnectionInfo pConnectionInfo)
Closes and opens the connection to the server. |
ConnectionInfo[] |
AbstractSerializedConnection.setAndCheckAlive(ConnectionInfo pConnectionInfo,
ConnectionInfo[] pSubConnections)
Sets the alive state for a connection, on the server, and validates the alive state of subconnections. |
ConnectionInfo[] |
AbstractSerializedConnection.setAndCheckAlive(ConnectionInfo pConnectionInfo,
ConnectionInfo[] pSubConnections)
Sets the alive state for a connection, on the server, and validates the alive state of subconnections. |
void |
AbstractSerializedConnection.setNewPassword(ConnectionInfo pConnectionInfo,
String pOldPassword,
String pNewPassword)
Sets a new password for the connected user. |
void |
AbstractSerializedConnection.setProperty(ConnectionInfo pConnectionInfo,
String pName,
Object pValue)
Sets a connection property. |
Uses of ConnectionInfo in com.sibvisions.rad.remote.http |
---|
Methods in com.sibvisions.rad.remote.http with parameters of type ConnectionInfo | |
---|---|
InputStream |
HttpConnection.getInputStream(ConnectionInfo pConnectionInfo)
Gets the InputStream for reading the response from the
server. |
OutputStream |
HttpConnection.getOutputStream(ConnectionInfo pConnectionInfo)
Gets the OutputStream for submitting requests to the
server. |
Uses of ConnectionInfo in com.sibvisions.rad.server |
---|
Methods in com.sibvisions.rad.server that return ConnectionInfo | |
---|---|
ConnectionInfo[] |
DirectServerConnection.setAndCheckAlive(ConnectionInfo pConnectionInfo,
ConnectionInfo[] pSubConnections)
Sets the alive state for a connection, on the server, and validates the alive state of subconnections. |
Methods in com.sibvisions.rad.server with parameters of type ConnectionInfo | |
---|---|
Object[] |
DirectServerConnection.call(ConnectionInfo pConnectionInfo,
String[] pObjectName,
String[] pMethod,
Object[][] pParams,
ICallBackListener[] pCallBack)
Calls desired methods from a remote server object. |
void |
DirectServerConnection.close(ConnectionInfo pConnectionInfo)
Close the connection to the server. |
Hashtable<String,Object> |
DirectServerConnection.getProperties(ConnectionInfo pConnectionInfo)
Gets a clone of all connection properties. |
Object |
DirectServerConnection.getProperty(ConnectionInfo pConnectionInfo,
String pName)
Gets a connection property. |
boolean |
DirectServerConnection.isOpen(ConnectionInfo pConnectionInfo)
Checks if the connection to the server is opened. |
void |
DirectServerConnection.open(ConnectionInfo pConnectionInfo)
Opens the connection to the server. |
void |
DirectServerConnection.openSub(ConnectionInfo pConnectionInfo,
ConnectionInfo pConnectionInfoSub)
Opens a new sub connection. |
void |
DirectServerConnection.reopen(ConnectionInfo pConnectionInfo)
Closes and opens the connection to the server. |
ConnectionInfo[] |
DirectServerConnection.setAndCheckAlive(ConnectionInfo pConnectionInfo,
ConnectionInfo[] pSubConnections)
Sets the alive state for a connection, on the server, and validates the alive state of subconnections. |
ConnectionInfo[] |
DirectServerConnection.setAndCheckAlive(ConnectionInfo pConnectionInfo,
ConnectionInfo[] pSubConnections)
Sets the alive state for a connection, on the server, and validates the alive state of subconnections. |
void |
DirectServerConnection.setNewPassword(ConnectionInfo pConnectionInfo,
String pOldPassword,
String pNewPassword)
Sets a new password for the connected user. |
void |
DirectServerConnection.setProperty(ConnectionInfo pConnectionInfo,
String pName,
Object pValue)
Sets a connection property. |
Uses of ConnectionInfo in com.sibvisions.rad.util |
---|
Methods in com.sibvisions.rad.util that return ConnectionInfo | |
---|---|
ConnectionInfo[] |
DirectObjectConnection.setAndCheckAlive(ConnectionInfo pConnectionInfo,
ConnectionInfo[] pSubConnections)
Returns null . |
Methods in com.sibvisions.rad.util with parameters of type ConnectionInfo | |
---|---|
Object[] |
DirectObjectConnection.call(ConnectionInfo pConnectionInfo,
String[] pObjectName,
String[] pMethod,
Object[][] pParams,
ICallBackListener[] pCallBack)
Calls a list of methods from objects identified by name(s). |
void |
DirectObjectConnection.close(ConnectionInfo pConnectionInfo)
Close the connection to the server. |
Hashtable<String,Object> |
DirectObjectConnection.getProperties(ConnectionInfo pConnectionInfo)
Gets a clone of all connection properties. |
Object |
DirectObjectConnection.getProperty(ConnectionInfo pConnectionInfo,
String pName)
Gets a connection property. |
boolean |
DirectObjectConnection.isOpen(ConnectionInfo pConnectionInfo)
The connection is always open. |
void |
DirectObjectConnection.open(ConnectionInfo pConnectionInfo)
Sets a random connection ID. |
void |
DirectObjectConnection.openSub(ConnectionInfo pConnectionInfo,
ConnectionInfo pConnectionInfoSub)
Sets a random connection ID for the sub connection. |
void |
DirectObjectConnection.reopen(ConnectionInfo pConnectionInfo)
Not supported. |
ConnectionInfo[] |
DirectObjectConnection.setAndCheckAlive(ConnectionInfo pConnectionInfo,
ConnectionInfo[] pSubConnections)
Returns null . |
ConnectionInfo[] |
DirectObjectConnection.setAndCheckAlive(ConnectionInfo pConnectionInfo,
ConnectionInfo[] pSubConnections)
Returns null . |
void |
DirectObjectConnection.setNewPassword(ConnectionInfo pConnectionInfo,
String pOldPassword,
String pNewPassword)
Sets a new password for the connected user. |
void |
DirectObjectConnection.setProperty(ConnectionInfo pConnectionInfo,
String pName,
Object pValue)
Sets a connection property. |
Uses of ConnectionInfo in javax.rad.remote |
---|
Fields in javax.rad.remote declared as ConnectionInfo | |
---|---|
protected ConnectionInfo |
AbstractConnection.coninf
the connection information. |
Methods in javax.rad.remote that return ConnectionInfo | |
---|---|
ConnectionInfo[] |
IConnection.setAndCheckAlive(ConnectionInfo pConnectionInfo,
ConnectionInfo[] pSubConnections)
Sets the alive state for a connection, on the server, and validates the alive state of subconnections. |
Methods in javax.rad.remote with parameters of type ConnectionInfo | |
---|---|
Object[] |
IConnection.call(ConnectionInfo pConnectionInfo,
String[] pObjectName,
String[] pMethod,
Object[][] pParams,
ICallBackListener[] pCallBack)
Calls desired methods from a remote server object. |
void |
IConnection.close(ConnectionInfo pConnectionInfo)
Close the connection to the server. |
Hashtable<String,Object> |
IConnection.getProperties(ConnectionInfo pConnectionInfo)
Gets a clone of all connection properties. |
Object |
IConnection.getProperty(ConnectionInfo pConnectionInfo,
String pName)
Gets a connection property. |
boolean |
IConnection.isOpen(ConnectionInfo pConnectionInfo)
Checks if the connection to the server is opened. |
void |
IConnection.open(ConnectionInfo pConnectionInfo)
Opens the connection to the server. |
void |
IConnection.openSub(ConnectionInfo pConnectionInfo,
ConnectionInfo pConnectionInfoSub)
Opens a new sub connection. |
void |
IConnection.reopen(ConnectionInfo pConnectionInfo)
Closes and opens the connection to the server. |
ConnectionInfo[] |
IConnection.setAndCheckAlive(ConnectionInfo pConnectionInfo,
ConnectionInfo[] pSubConnections)
Sets the alive state for a connection, on the server, and validates the alive state of subconnections. |
ConnectionInfo[] |
IConnection.setAndCheckAlive(ConnectionInfo pConnectionInfo,
ConnectionInfo[] pSubConnections)
Sets the alive state for a connection, on the server, and validates the alive state of subconnections. |
void |
IConnection.setNewPassword(ConnectionInfo pConnectionInfo,
String pOldPassword,
String pNewPassword)
Sets a new password for the connected user. |
void |
IConnection.setProperty(ConnectionInfo pConnectionInfo,
String pName,
Object pValue)
Sets a connection property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |