| Package | Description |
|---|---|
| oracle.fmwplatform.envspec.model.blueprint |
Classes used to describe a Blueprint.
|
| oracle.fmwplatform.envspec.model.blueprint.jms |
Classes used to describe a Blueprint.
|
| oracle.fmwplatform.envspec.model.topology |
Classes used to describe a Topology.
|
| oracle.fmwplatform.envspec.model.topology.jms |
Classes used to describe JMS topology.
|
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
JDBCDriverParameters.getProperties() |
List<Property> |
JDBCDriverParameters.getSystemProperties() |
| Modifier and Type | Method and Description |
|---|---|
JDBCDriverParameters |
JDBCDriverParameters.setProperties(List<Property> properties) |
JDBCDriverParameters |
JDBCDriverParameters.setSystemProperties(List<Property> properties) |
| Modifier and Type | Method and Description |
|---|---|
Property |
ForeignServer.getJndiProperty(String key)
Get the specified JNDI property object.
|
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
ForeignServer.getJndiProperties()
Get the list of JNDI properties.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ForeignServer.addJndiProperty(Property property)
Add a JNDI property.
|
| Modifier and Type | Method and Description |
|---|---|
ForeignServer |
ForeignServer.setJndiProperties(List<Property> jndiProperties)
Set the list of JNDI properties.
|
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
MailSessionBinding.getJndiProperties()
Return the additional set of properties for this mail endpoint
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MailSessionBinding.addJndiProperty(Property jndiProperty)
Add the additional property about the mail endpoint to the existing list of properties
|
| Modifier and Type | Method and Description |
|---|---|
MailSessionBinding |
MailSessionBinding.setJndiProperties(List<Property> jndiProperties)
Replace / set the additional mail endpoint properties
|
| Constructor and Description |
|---|
Property(Property original) |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
ForeignServerBinding.getJndiProperties() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ForeignServerBinding.addJndiProperty(Property prop) |
boolean |
ForeignServerBinding.removeJndiProperty(Property property) |
boolean |
ForeignServerBinding.setJndiProperty(Property property) |