Uses of Class
javax.rad.server.ResultObject

Packages that use ResultObject
com.sibvisions.rad.server Contains remote server classes and dependent components. 
javax.rad.server Contains classes and interfaces needed for implementing a remote server. 
javax.rad.server.push Contains classes for server-to-client push support. 
 

Uses of ResultObject in com.sibvisions.rad.server
 

Methods in com.sibvisions.rad.server that return types with arguments of type ResultObject
 java.util.List<ResultObject> Server.getCallBackResults(java.lang.Object pSessionId)
          Returns all available objects of an asynchronous execution.
 

Methods in com.sibvisions.rad.server with parameters of type ResultObject
protected  void AbstractSession.addCallBackResult(ResultObject pResult)
          Adds the result of an asynchronous call to the cache.
 

Uses of ResultObject in javax.rad.server
 

Methods in javax.rad.server that return types with arguments of type ResultObject
 java.util.List<ResultObject> IServer.getCallBackResults(java.lang.Object pSessionId)
          Returns all available objects of an asynchronous execution.
 

Uses of ResultObject in javax.rad.server.push
 

Methods in javax.rad.server.push that return ResultObject
 ResultObject PushMessage.getObject()
          Gets the object.
 

Constructors in javax.rad.server.push with parameters of type ResultObject
PushMessage(ISession pSession, PushMessage.MessageType pType, ResultObject pObject)
          Creates a new instance of PushMessage.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.