com.ibm.websphere.logging.hpel.reader
Class RemoteInstanceDetails
- java.lang.Object
com.ibm.websphere.logging.hpel.reader.RemoteInstanceDetails
All implemented interfaces:
java.io.Serializable
- public class RemoteInstanceDetails
- extends java.lang.Object
- implements java.io.Serializable
RemoteAllResults
and which is used
in remote server instance specific queries to specify the instance to be queried.
See Also:
Constructor Summary
Constructor and Description |
---|
RemoteInstanceDetails(LogQueryBean query,java.util.Date startTime,java.lang.String[] subProcs)
creates instance with a specified time and query.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
equals(java.lang.Object obj)
|
getCache()
gets cache for the query result on this instance
|
|
|
getProcPath()
gets list of keys leading to the child sub-process
|
getQuery()
gets query used on this instance
|
|
|
getStartTime()
gets start time of this instance
|
|
hashCode()
|
|
setCache(RemoteListCache cache)
sets cache for the query result on this instance
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
RemoteInstanceDetails
- public RemoteInstanceDetails(LogQueryBean query,
- java.util.Date startTime,
- java.lang.String[] subProcs)
creates instance with a specified time and query.
Parameters:
query
- criteria to use for queries on the instance startTime
- time at which that instance was active subProcs
- list of keys leading to the child sub-process. Method Detail
getStartTime
- public java.util.Date getStartTime( )
gets start time of this instance
Returns:
this instance's value of startTime
getProcPath
- public java.lang.String[] getProcPath( )
gets list of keys leading to the child sub-process
Returns:
this instance's value of subProcs
getQuery
- public LogQueryBean getQuery()
gets query used on this instance
Returns:
this instance's value of query
getCache
- public RemoteListCache getCache( )
gets cache for the query result on this instance
Returns:
this instance's value of cache
setCache
- public void setCache(RemoteListCache cache)
sets cache for the query result on this instance
Parameters:
cache
- new instance's value of cache hashCode
- public int hashCode()
Overrides:
hashCode
in class java.lang.Object
equals
- public boolean equals(java.lang.Object obj)
Overrides:
equals
in class java.lang.Object