com.ibm.ws.javax.activity
Interface Status


public interface Status

During the existence of an Activity its Status will progress from StatusActive through StatusCompleting to StatusCompleted.


Field Summary
static int StatusActive
          There is an active Activity associated with the calling thread
static int StatusCompleted
          The Activity associated with the calling thread has completed
static int StatusCompleting
          The Activity associated with the calling thread is completing
static int StatusError
          The Activity service cannot contact the application's signal set to retrieve signals
static int StatusHeurisiticCompleting
          The Activity associated with the calling thread is completing heurisitically
static int StatusNoActivity
          There is no Activity associated with the calling thread
static int StatusUnknown
          The Activity service is unable to determine the status of the Activity associated with the calling thread.
 

Field Detail

StatusActive

public static final int StatusActive
There is an active Activity associated with the calling thread

See Also:
Constant Field Values

StatusCompleting

public static final int StatusCompleting
The Activity associated with the calling thread is completing

See Also:
Constant Field Values

StatusCompleted

public static final int StatusCompleted
The Activity associated with the calling thread has completed

See Also:
Constant Field Values

StatusNoActivity

public static final int StatusNoActivity
There is no Activity associated with the calling thread

See Also:
Constant Field Values

StatusUnknown

public static final int StatusUnknown
The Activity service is unable to determine the status of the Activity associated with the calling thread. This is a transient condition.

See Also:
Constant Field Values

StatusError

public static final int StatusError
The Activity service cannot contact the application's signal set to retrieve signals

See Also:
Constant Field Values

StatusHeurisiticCompleting

public static final int StatusHeurisiticCompleting
The Activity associated with the calling thread is completing heurisitically

See Also:
Constant Field Values


 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.