|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--planetj.dataengine.webservices.DistributedObjectManager
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 |
public DistributedObjectManager()
Method Detail |
public static URL createOperationURL(String host, String sessionId, int opId, String[] opParms) throws MalformedURLException
MalformedURLException
public static void main(String[] args)
public static Object runOperation(String host, String sessionId, int opId, String[] opParms) throws MalformedURLException, DistributedException
MalformedURLException
DistributedException
public static Object runOperation(DistributedContext context, URL hostURL) throws DistributedException
DistributedException
public static Object runOperation(DistributedSignonReceipt receipt, String host, int opId, String[] opParms) throws MalformedURLException, DistributedException
MalformedURLException
DistributedException
public static DistributedSignonReceipt signon(URL hostURL, int signonOpId, String name, String password) throws DistributedException
DistributedException
public static DistributedSignonReceipt signon(DistributedSignonKey key) throws DistributedException
DistributedException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |