public class BusinessActivityTerminatorImple extends Object implements BusinessActivityTerminator
| Constructor and Description | 
|---|
BusinessActivityTerminatorImple()
create a business activity terminator for use on the server side with an empty participant endpoint
 which gets set at registration time 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
cancel()  | 
void | 
close()  | 
void | 
complete()
Complete doesn't mean go away, it just means that all work you need to
 accomplish the commit/rollback has been received. 
 | 
W3CEndpointReference | 
getEndpoint()
retrieve the participant endpoint associated with this business activity terminator 
 | 
void | 
setEndpoint(W3CEndpointReference participantEndpoint)
update the business activity terminator with an endpoint supplied at registration time 
 | 
public BusinessActivityTerminatorImple()
                                throws SystemException
SystemExceptionpublic void close()
           throws TransactionRolledBackException,
                  UnknownTransactionException,
                  SystemException
close in interface BusinessActivityTerminatorTransactionRolledBackExceptionUnknownTransactionExceptionSystemExceptionpublic void cancel()
            throws UnknownTransactionException,
                   SystemException
cancel in interface BusinessActivityTerminatorUnknownTransactionExceptionSystemExceptionpublic void complete()
              throws UnknownTransactionException,
                     SystemException
complete in interface BusinessActivityTerminatorUnknownTransactionExceptionSystemExceptionpublic void setEndpoint(W3CEndpointReference participantEndpoint)
participantEndpoint - public W3CEndpointReference getEndpoint()
Copyright © 2017 JBoss by Red Hat. All rights reserved.