Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


oracle.odi.domain.topology.finder
Interface IOdiPhysicalAgentFinder

All Superinterfaces:
IFinder

public interface IOdiPhysicalAgentFinder
extends IFinder

Finder interface for OdiPhysicalAgent.

Since:
11.1.1.3.0

Method Summary
 OdiPhysicalAgent findByName(java.lang.String pAgentName)
          Find OdiPhysicalAgent by name.

 

Methods inherited from interface oracle.odi.domain.finder.IFinder
findAll, findById, findByIds

 

Method Detail

findByName

OdiPhysicalAgent findByName(java.lang.String pAgentName)
Find OdiPhysicalAgent by name.
Parameters:
pAgentName - Name of agent
Returns:
OdiPhysicalAgent instance

Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.