planetj.dataengine.webservices
Class DistributedContext

java.lang.Object
  |
  +--planetj.dataengine.webservices.DistributedContext
All Implemented Interfaces:
Serializable

public class DistributedContext
extends Object
implements Serializable

Context for setting attributes for a distributed transaction. Creation date: (1/29/2003 2:49:11 PM)

See Also:
Serialized Form

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

DistributedContext

public DistributedContext()
DistributedContext constructor comment.

Method Detail

executeDistributedAction

public void executeDistributedAction()
                              throws DistributedException
Insert the method's description here. Creation date: (1/29/2003 2:52:37 PM)

DistributedException

getObject

public Object getObject(Serializable key)
Insert the method's description here. Creation date: (1/29/2003 2:52:37 PM)


getOpParm

public Object getOpParm(Serializable key)
Insert the method's description here. Creation date: (1/29/2003 2:52:37 PM)


putObject

public Object putObject(Serializable key,
                        Serializable value)
Insert the method's description here. Creation date: (1/29/2003 2:52:37 PM)


putOpParm

public Object putOpParm(Serializable key,
                        Serializable value)
Insert the method's description here. Creation date: (1/29/2003 2:52:37 PM)