|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.runtime.agent.invocation.WorkRepositoryInfo
public class WorkRepositoryInfo
Class holding the information about the cleaned stale sessions.
| Constructor Summary | |
|---|---|
WorkRepositoryInfo(java.lang.String name, java.util.List<java.lang.Long> cleanedStaleSessions, java.lang.Integer errorCode, java.lang.String errorMessage)Constructs a WorkRepositoryInfo object. |
|
| Method Summary | |
|---|---|
java.util.List<java.lang.Long> |
getcleanedStaleSessions()Gets the value of the session property. |
java.lang.Integer |
getErrorCode()Gets the value of the errorCode property. |
java.lang.String |
getErrorMessage()Gets the value of the errorMessage property. |
java.lang.String |
getName()Gets the value of the name property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WorkRepositoryInfo(java.lang.String name,
java.util.List<java.lang.Long> cleanedStaleSessions,
java.lang.Integer errorCode,
java.lang.String errorMessage)
name - name of the work repository.cleanedStaleSessions - list of cleaned sessions ids.errorCode - error code.errorMessage - error message.| Method Detail |
|---|
public java.util.List<java.lang.Long> getcleanedStaleSessions()
getSession().add(newItem);
Objects of the following type(s) are allowed in the list Long
public java.lang.Integer getErrorCode()
Integerpublic java.lang.String getErrorMessage()
Stringpublic java.lang.String getName()
String
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||