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 |
---|---|
MaxThreadsConstraint |
Blueprint.addMaxThreadsConstraint(String id)
Create a new max threads constraint.
|
MaxThreadsConstraint |
Blueprint.getMaxThreadsConstraint(String id)
Locate and return a max threads constraint.
|
MaxThreadsConstraint |
MaxThreadsConstraint.setConnectionPool(String connectionPoolName) |
MaxThreadsConstraint |
MaxThreadsConstraint.setCount(String count) |
MaxThreadsConstraint |
MaxThreadsConstraint.setName(String name) |
Modifier and Type | Method and Description |
---|---|
List<MaxThreadsConstraint> |
Blueprint.getMaxThreadsConstraints()
Get the max thread constraints within this blueprint.
|
Modifier and Type | Method and Description |
---|---|
MaxThreadsConstraint |
Domain.getMaxThreadsConstraintByName(String resourceName)
Return the AppSvcResource by the provided name
|
Modifier and Type | Method and Description |
---|---|
List<MaxThreadsConstraint> |
Domain.getEffectiveMaxThreadsConstraint()
Return the list of max thread constraint resources for all of the blueprints in the domain.
|