See: Description
| Class | Description |
|---|---|
| ArrayListForContainerAware<P extends oracle.fmwplatform.envspec.common.ParentContainerWithVariables,E extends oracle.fmwplatform.envspec.common.ContainerAware<P>> |
Array list for holding entities that need to be aware of the containing object.
|
| ClusterBinding |
ClusterBinding represents a realized instance of a Cluster and is associated to the Cluster by the Cluster's id.
|
| Database |
Represents a Database.
|
| DataSourceBinding |
Binding information for a data source.
|
| Dependency |
Class to provide dependency information for other model objects
|
| DependencyValidationHelper |
Helper class for validating dependency information in a topology
|
| Directory |
Represents an LDAP Directory.
|
| Domain |
Represents a Domain in a Topology model.
|
| DomainValidation |
Static methods to support domain validation.
|
| ExecuteAction |
Used in the Dependency object to define actions to be executed
|
| GenericDataSourceBinding |
Binding information for a data source.
|
| Host |
Represents a (physical or virtual) machine that is used to host some part of this topology.
|
| Installation |
A set of installations that comprise the Oracle Home.
|
| InstallationData |
A set of data that describes an OracleHome in terms of the Oracle Universal Installer metadata required to create that Oracle Home.
|
| Location | |
| MappedDomain |
MappedDomain represents the relationship between a Domain and its Servers and NodeManager.
|
| MappedOracleHome |
MappedOracleHome represents the relationship between an OracleHome and its MappedDomains.
|
| MappedWebTier | |
| MultiDataSourceBinding |
Used to define a MultiDataSource data source.
|
| Node |
Describes a database cluster node (e.g. in a RAC database)
|
| NodeManager |
Represents a NodeManager.
|
| NoNullArrayList<E> |
ArrayList that doesn't allow null elements
|
| OracleHome |
Represents an OracleHome - a set of product binaries.
|
| Schema |
Defines the data to be used by RCU actions.
|
| ServerBinding |
Binding information for a server.
|
| Topology |
A description of an environment’s major components - Hosts, Oracle Homes, Domains, Node Managers, Data Sources, and other external resources (e.g., load balancers)—and concrete binding information to map these components on to actual hosts (i.e., physical or virtual machines).
|
| Variable |
A name/value pair that is used to define a parameter/variable that can then be used in other settings using the dereference syntax %variable_name%.
|
| VirtualHost | |
| WebTier | |
| WebTierBinding |
| Enum | Description |
|---|---|
| Database.Role |
Represents the role used to connect to the database, e.g. SYSDBA.
|
| Database.Vendor |
The database vendor.
|
| Dependency.Is | |
| Dependency.OrElse | |
| Directory.DirectoryType |
Type of Directory
|
| Location.Handler | |
| Location.WLProxySSL | |
| Location.WLProxySSLPassThrough | |
| MultiDataSourceBinding.AlgorithmType |
Describes the failover algorithm used for a multi-data source.
|
| Schema.Shared |
Type of Schema: "no" is default, "yes" meaning this Schema is shared and owned by another, "primary", domain.
|
| Type |
Used to specify whether the containing element (an OracleHome or a Domain) is stored on shared or local disk.
|
| VirtualHost.Protocol | |
| WebTier.Type |