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

E17060-01

oracle.odi.runtime.agent.invocation
Class RemoteObjectResult

java.lang.Object
  extended by oracle.odi.runtime.agent.invocation.RemoteObjectResult

public class RemoteObjectResult
extends java.lang.Object

Simple class holding remote object invocation result.

Since:
11.1.1.3.0

Method Summary
 int getCode()
          Returns the code value.
 java.lang.String getObjectId()
          Returns the object id value.
 java.lang.String getResult()
          Returns the result value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCode

public int getCode()
Returns the code value.

Returns:
the code value.

getObjectId

public java.lang.String getObjectId()
Returns the object id value.

Returns:
the object id value.

getResult

public java.lang.String getResult()
Returns the result value.

Returns:
Returns the result value.

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

E17060-01

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