Uses of Class
planetj.dataengine.webservices.DistributedSignonReceipt

Packages that use DistributedSignonReceipt
planetj.dataengine.webservices   
 

Uses of DistributedSignonReceipt in planetj.dataengine.webservices
 

Methods in planetj.dataengine.webservices that return DistributedSignonReceipt
static DistributedSignonReceipt DistributedObjectManager.signon(URL hostURL, int signonOpId, String name, String password)
          Insert the method's description here.
static DistributedSignonReceipt DistributedObjectManager.signon(DistributedSignonKey key)
          Insert the method's description here.
 

Methods in planetj.dataengine.webservices with parameters of type DistributedSignonReceipt
static Object DistributedObjectManager.runOperation(DistributedSignonReceipt receipt, String host, int opId, String[] opParms)
          Creation date: (1/28/2003 4:49:07 PM)