public class TdbSessionObject
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Cancel xml transaction
|
TdbSession |
getSession()
Retrieve the session object
|
boolean |
isCancelable()
Retrieve cancelable state
|
void |
setCancelable(boolean cancelable)
Set cancelable state
|
public TdbSession getSession()
public boolean isCancelable()
public void setCancelable(boolean cancelable) throws TdbException
cancelable
- true if object is cancelableTdbException
public void cancel() throws TdbException
TdbException