public interface NullActivity
Modifier and Type | Method and Description |
---|---|
void |
endActivity()
End the null activity.
|
void endActivity() throws TransactionRequiredLocalException, SLEEException
This method is a mandatory transactional method. The null activity will only end if the transaction invoking this method commits successfully.
TransactionRequiredLocalException
- if this method is invoked without a valid transaction
context.SLEEException
- if the activity could not be ended due to a system-level
failure.