|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--planetj.dataengine.webservices.DistributedContext
Context for setting attributes for a distributed transaction. Creation date: (1/29/2003 2:49:11 PM)
Constructor Summary | |
DistributedContext()
DistributedContext constructor comment. |
Method Summary | |
void |
executeDistributedAction()
Insert the method's description here. |
Object |
getObject(Serializable key)
Insert the method's description here. |
Object |
getOpParm(Serializable key)
Insert the method's description here. |
Object |
putObject(Serializable key,
Serializable value)
Insert the method's description here. |
Object |
putOpParm(Serializable key,
Serializable value)
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 DistributedContext()
Method Detail |
public void executeDistributedAction() throws DistributedException
DistributedException
public Object getObject(Serializable key)
public Object getOpParm(Serializable key)
public Object putObject(Serializable key, Serializable value)
public Object putOpParm(Serializable key, Serializable value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |