Package | Description |
---|---|
com.kabira.platform |
Managed Object Services
|
Modifier and Type | Method and Description |
---|---|
Transaction.Result |
Transaction.execute()
Executes the user defined method within a transaction.
|
Transaction.Result |
Transaction.execute(Transaction.Properties properties)
Executes the user defined method within a transaction.
|
static Transaction.Result |
Transaction.Result.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Transaction.Result[] |
Transaction.Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|