Uses of Interface
javax.rad.remote.event.ICallBackListener

Packages that use ICallBackListener
com.sibvisions.rad.remote 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 ICallBackListener in com.sibvisions.rad.remote
 

Methods in com.sibvisions.rad.remote with parameters of type ICallBackListener
 Object[] AbstractSerializedConnection.call(ConnectionInfo pConnectionInfo, String[] pObjectName, String[] pMethod, Object[][] pParams, ICallBackListener[] pCallBack)
          Calls desired methods from a remote server object.
 

Uses of ICallBackListener in com.sibvisions.rad.server
 

Methods in com.sibvisions.rad.server with parameters of type ICallBackListener
 Object[] DirectServerConnection.call(ConnectionInfo pConnectionInfo, String[] pObjectName, String[] pMethod, Object[][] pParams, ICallBackListener[] pCallBack)
          Calls desired methods from a remote server object.
 void Server.executeActionCallBack(Object pSessionId, ICallBackListener pCallBackListener, String pAction, Object... pParams)
          Executes an asynchronous action call.
 void IDirectServer.executeActionCallBack(Object pSessionId, ICallBackListener pCallBackListener, String pAction, Object... pParams)
          Executes an asynchronous action call.
 void Server.executeCallBack(Object pSessionId, ICallBackListener pCallBackListener, String pObjectName, String pMethod, Object... pParams)
          Executes an asynchronous method call.
 void IDirectServer.executeCallBack(Object pSessionId, ICallBackListener pCallBackListener, String pObjectName, String pMethod, Object... pParams)
          Executes an asynchronous method call.
 

Uses of ICallBackListener in com.sibvisions.rad.util
 

Methods in com.sibvisions.rad.util with parameters of type ICallBackListener
 Object[] DirectObjectConnection.call(ConnectionInfo pConnectionInfo, String[] pObjectName, String[] pMethod, Object[][] pParams, ICallBackListener[] pCallBack)
          Calls a list of methods from objects identified by name(s).
 

Uses of ICallBackListener in javax.rad.remote
 

Methods in javax.rad.remote with parameters of type ICallBackListener
 Object[] IConnection.call(ConnectionInfo pConnectionInfo, String[] pObjectName, String[] pMethod, Object[][] pParams, ICallBackListener[] pCallBack)
          Calls desired methods from a remote server object.
 void AbstractConnection.call(ICallBackListener[] pCallBack, String[] pObjectName, String[] pMethod, Object[][] pParams)
          Calls desired methods of server objects, through the connection.
 void AbstractConnection.call(ICallBackListener pCallBack, String pObjectName, String pMethod)
          The method will call a remote method from a remote object.
 void AbstractConnection.call(ICallBackListener pCallBack, String pObjectName, String pMethod, Object... pParams)
          The method will call a remote method from a remote object.
 void AbstractConnection.callAction(ICallBackListener[] pCallBack, String[] pAction, Object[][] pParams)
          The method will call one or more remote actions.
 void AbstractConnection.callAction(ICallBackListener pCallBack, String pAction)
          The method will call a remote action.
 void AbstractConnection.callAction(ICallBackListener pCallBack, String pAction, Object... pParams)
          The method will call a remote action.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.