* @message com.arjuna.mwlabs.wsas.UserActivityImple_3 [com.arjuna.mwlabs.wsas.UserActivityImple_3] - Activity.completed caught:
*/
public Outcome end () throws InvalidActivityException, WrongStateException, ProtocolViolationException, SystemException, NoActivityException, SystemException, NoPermissionException, ActiveChildException
{
ActivityImple currentActivity = current();
if (currentActivity == null)
throw new NoActivityException();
/*
if (currentActivity.parent() != null)
throw new ActiveChildException();
*/
Outcome res = null;
try
{
res = currentActivity.end();
}
catch (Exception ex)
{
wsasLogger.arjLoggerI18N.warn("com.arjuna.mwlabs.wsas.UserActivityImple_1",
new Object[]{ex});