KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > transaction > Status

javax.transaction
Interface Status

See Also:
Top Examples, Source Code

public static final int STATUS_ACTIVE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int STATUS_COMMITTED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int STATUS_COMMITTING
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int STATUS_MARKED_ROLLBACK
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int STATUS_NO_TRANSACTION
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int STATUS_PREPARED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int STATUS_PREPARING
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int STATUS_ROLLEDBACK
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int STATUS_ROLLING_BACK
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int STATUS_UNKNOWN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags