Package | Description |
---|---|
oracle.fmwplatform.envspec.model.blueprint |
Classes used to describe a Blueprint.
|
oracle.fmwplatform.envspec.model.topology |
Classes used to describe a Topology.
|
Modifier and Type | Method and Description |
---|---|
List<JDBCSystemResource> |
Blueprint.getJDBCSystemResources()
Get the JDBCSystemResources within this blueprint.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Blueprint.addJDBCSystemResource(JDBCSystemResource resource)
Add a JDBC system resource to this blueprint.
|
Constructor and Description |
---|
JDBCSystemResource(JDBCSystemResource original)
Create a new JDBCSystemResource by copy an existing one
|
Modifier and Type | Method and Description |
---|---|
JDBCSystemResource |
Domain.getJDBCSystemResourceByName(String name) |
Modifier and Type | Method and Description |
---|---|
List<JDBCSystemResource> |
Domain.getEffectiveJDBCSystemResources()
Return the list of JDBCSystemResources for all of the blueprints in the domain.
|