public interface Transaction extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Object |
getApplicationData() |
String |
getBranchId() |
Dialog |
getDialog() |
Request |
getRequest() |
int |
getRetransmitTimer() |
TransactionState |
getState() |
void |
setApplicationData(Object applicationData) |
void |
setRetransmitTimer(int retransmitTimer) |
void |
terminate() |
Dialog getDialog()
TransactionState getState()
int getRetransmitTimer()
throws UnsupportedOperationException
UnsupportedOperationExceptionvoid setRetransmitTimer(int retransmitTimer)
throws UnsupportedOperationException
UnsupportedOperationExceptionString getBranchId()
Request getRequest()
void setApplicationData(Object applicationData)
Object getApplicationData()
void terminate()
throws ObjectInUseException
ObjectInUseExceptionCopyright © 2016. All rights reserved.