|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mdm.index.ops.EORetriever
Retrieves EO from the database based on Epaths specified. Internally it uses QueryManager to retrieves the SO and SBR and it combines them using ObjectNode.combine method.
Constructor Summary | |
EORetriever()
Default constructor |
Method Summary | |
EnterpriseObject |
getEO(java.sql.Connection conn,
java.lang.String euid,
java.lang.String[] epaths)
Gets EO based on epaths specified. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EORetriever() throws java.lang.Exception
java.lang.Exception
- if an error occurs.Method Detail |
public EnterpriseObject getEO(java.sql.Connection conn, java.lang.String euid, java.lang.String[] epaths) throws java.lang.Exception
conn
- JDBC Connection.euid
- EUID of EO to retrieve.epaths
- List of epaths on which EO is to constructed.
java.lang.Exception
- if any error occurs.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sun Microsystems, Inc.