public interface HLS
| Modifier and Type | Method and Description |
|---|---|
void |
begun()
An activity has begun and is active on the current thread.
|
Outcome |
complete(CompletionStatus cs)
The current activity is completing with the specified completion status.
|
void |
completed()
The activity has completed and is still active on the current
thread.
|
Context |
context()
Return the context augmentation for this HLS, if any on the current
activity, i.e., the activity active on the current thread.
|
String |
identity()
The HLS name.
|
int |
priority()
The activity service maintains a priority ordered list of HLS
implementations.
|
void |
resumed()
The activity has been resumed on the current thread and is active on
that thread.
|
void |
suspended()
The activity is being suspended, but is still active on the current
thread.
|
void begun()
throws SystemException
SystemException - Thrown if an error occurs. Any error
will cause the activity to be failed.Outcome complete(CompletionStatus cs) throws SystemException
cs - The completion status to use.SystemException - Thrown if an error occurs. Any error
will cause the activity to be failed.void suspended()
throws SystemException
SystemExceptionvoid resumed()
throws SystemException
SystemExceptionvoid completed()
throws SystemException
SystemExceptionString identity() throws SystemException
SystemExceptionint priority()
throws SystemException
SystemExceptionContext context() throws SystemException
SystemExceptionCopyright © 2017 JBoss by Red Hat. All rights reserved.