getIsActive() public method
Returns a value indicating whether this transaction is active.
public boolean getIsActive ( ) | ||
---|---|---|
return | boolean |
Whether this transaction is active. Only an active transaction can commit() or rollBack(). |
getIsActive() public method
Returns a value indicating whether this transaction is active.
public boolean getIsActive ( ) | ||
---|---|---|
return | boolean |
Whether this transaction is active. Only an active transaction can commit() or rollBack(). |
Please login to continue.