KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > resource > spi > work > ExecutionContext

javax.resource.spi.work
Class ExecutionContext

java.lang.Object
  extended byjavax.resource.spi.work.ExecutionContext
See Also:
Top Examples, Source Code

public ExecutionContext()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public long getTransactionTimeout()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Xid getXid()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setTransactionTimeout(long timeout)
                           throws NotSupportedException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setXid(Xid xid)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags