planetj.dataengine.webservices
Class DistributedObjectManager

java.lang.Object
  |
  +--planetj.dataengine.webservices.DistributedObjectManager
All Implemented Interfaces:
IDistributedConsts

public class DistributedObjectManager
extends Object
implements IDistributedConsts

Insert the type's description here. Creation date: (1/28/2003 4:48:54 PM)


Field Summary
 
Fields inherited from interface planetj.dataengine.webservices.IDistributedConsts
SESSION_ID, SIGN_ON, USER_NAME
 
Constructor Summary
DistributedObjectManager()
          DistributedObjectManager constructor comment.
 
Method Summary
static URL createOperationURL(String host, String sessionId, int opId, String[] opParms)
          Insert the method's description here.
static void main(String[] args)
          Insert the method's description here.
static Object runOperation(DistributedContext context, URL hostURL)
          Sends a distributed context to a host and returns the response.
static Object runOperation(DistributedSignonReceipt receipt, String host, int opId, String[] opParms)
          Creation date: (1/28/2003 4:49:07 PM)
static Object runOperation(String host, String sessionId, int opId, String[] opParms)
          Insert the method's description here.
static DistributedSignonReceipt signon(DistributedSignonKey key)
          Insert the method's description here.
static DistributedSignonReceipt signon(URL hostURL, int signonOpId, String name, String password)
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistributedObjectManager

public DistributedObjectManager()
DistributedObjectManager constructor comment.

Method Detail

createOperationURL

public static URL createOperationURL(String host,
                                     String sessionId,
                                     int opId,
                                     String[] opParms)
                              throws MalformedURLException
Insert the method's description here. Creation date: (1/28/2003 4:49:07 PM)

MalformedURLException

main

public static void main(String[] args)
Insert the method's description here. Creation date: (1/28/2003 4:49:07 PM)


runOperation

public static Object runOperation(String host,
                                  String sessionId,
                                  int opId,
                                  String[] opParms)
                           throws MalformedURLException,
                                  DistributedException
Insert the method's description here. Creation date: (1/28/2003 4:49:07 PM)

MalformedURLException
DistributedException

runOperation

public static Object runOperation(DistributedContext context,
                                  URL hostURL)
                           throws DistributedException
Sends a distributed context to a host and returns the response. Creation date: (1/28/2003 4:49:07 PM)

DistributedException

runOperation

public static Object runOperation(DistributedSignonReceipt receipt,
                                  String host,
                                  int opId,
                                  String[] opParms)
                           throws MalformedURLException,
                                  DistributedException
Creation date: (1/28/2003 4:49:07 PM)

MalformedURLException
DistributedException

signon

public static DistributedSignonReceipt signon(URL hostURL,
                                              int signonOpId,
                                              String name,
                                              String password)
                                       throws DistributedException
Insert the method's description here. Creation date: (1/28/2003 4:49:07 PM)

DistributedException

signon

public static DistributedSignonReceipt signon(DistributedSignonKey key)
                                       throws DistributedException
Insert the method's description here. Creation date: (1/28/2003 4:49:07 PM)

DistributedException