throw new InvalidActivityException(
wsasLogger.log_mesg.getString("com.arjuna.mwlabs.wsas.activity.ActivityImple_2")
+ " " + this);
}
Outcome current = null;
try
{
setCompletionStatus(cs);
}
catch (Exception ex)
{
// ignore and complete with the status we have.
}
_status = Completing.instance();
try
{
OrderedList hls = HLSManager.HLServices();
OrderedListIterator iter = new OrderedListIterator(hls);
HLSWrapper elem = (HLSWrapper) iter.iterate();
while (elem != null)
{
Outcome result = null;
try
{
result = elem.hls().complete(getCompletionStatus());
}