| Package | Description |
|---|---|
| oracle.fmwplatform.envspec.model.blueprint |
Classes used to describe a Blueprint.
|
| Modifier and Type | Method and Description |
|---|---|
static GlobalTransactionProtocol |
GlobalTransactionProtocol.fromValue(String value) |
GlobalTransactionProtocol |
JDBCDataSourceParameters.getGlobalTransactionProtocol() |
static GlobalTransactionProtocol |
GlobalTransactionProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlobalTransactionProtocol[] |
GlobalTransactionProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JDBCDataSourceParameters |
JDBCDataSourceParameters.setGlobalTransactionProtocol(GlobalTransactionProtocol globalTransactionProtocol) |