| Package | Description |
|---|---|
| oracle.odi.domain.topology |
This package contains the Oracle Data Integrator Topology domain model implementation.
|
| oracle.odi.domain.topology.finder |
This package contains classes for searching Oracle Data Integrator topology entities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OdiPhysicalExtRtEngine
An ODI physical external runtime engine, holding metadata about a deployed external runtime engine.
|
| Modifier and Type | Method and Description |
|---|---|
OdiPhysicalAgent |
OdiContextualAgentMapping.getPhysicalAgent()
Obtains physical agent defined for this
OdiContextualAgentMapping. |
OdiPhysicalAgent |
OdiPhysicalAgentDataSource.getPhysicalAgent()
Obtains the physical agent related to this
OdiPhysicalAgentDataSource. |
OdiPhysicalAgent |
OdiLogicalAgent.getPhysicalAgent(OdiContext pContext)
|
| Modifier and Type | Method and Description |
|---|---|
void |
OdiPhysicalAgent.addLoadBalancingAgent(OdiPhysicalAgent pAgent)
Add given agent to the collection of load balancing agents related to this
OdiPhysicalAgent. |
void |
OdiPhysicalAgent.removeLoadBalancingAgent(OdiPhysicalAgent pAgent)
Remove given agent to the collection of load balancing agents related to this
OdiPhysicalAgent. |
void |
OdiContextualAgentMapping.setPhysicalAgent(OdiPhysicalAgent pPhysicalAgent)
Defines the physical agent for this
OdiContextualAgentMapping. |
| Constructor and Description |
|---|
OdiContextualAgentMapping(OdiContext pContext,
OdiLogicalAgent pLogicalAgent,
OdiPhysicalAgent pPhysicalAgent)
Create a new
OdiContextualAgentMapping. |
OdiPhysicalAgentDataSource(OdiPhysicalAgent pAgent,
AbstractOdiDataServer pDataServer)
Create a new
OdiPhysicalAgentDataSource. |
| Modifier and Type | Method and Description |
|---|---|
OdiPhysicalAgent |
IOdiPhysicalAgentFinder.findByName(java.lang.String pAgentName)
Find OdiPhysicalAgent by name.
|