Class RemoteInstanceDetails
java.lang.Object
com.ibm.websphere.logging.hpel.reader.RemoteInstanceDetails
- All Implemented Interfaces:
- Serializable
Object representing a server instance in a query context.
 
 This is the object return in a list from 
RemoteAllResults and which is used
 in remote server instance specific queries to specify the instance to be queried.- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionRemoteInstanceDetails(LogQueryBean query, Date startTime, String[] subProcs) creates instance with a specified time and query.
- 
Method SummaryModifier and TypeMethodDescriptionbooleangetCache()gets cache for the query result on this instanceString[]gets list of keys leading to the child sub-processgetQuery()gets query used on this instancegets start time of this instanceinthashCode()voidsetCache(RemoteListCache cache) sets cache for the query result on this instance
- 
Constructor Details- 
RemoteInstanceDetailscreates 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 Details- 
getStartTimegets start time of this instance- Returns:
- this instance's value of startTime
 
- 
getProcPathgets list of keys leading to the child sub-process- Returns:
- this instance's value of subProcs
 
- 
getQuerygets query used on this instance- Returns:
- this instance's value of query
 
- 
getCachegets cache for the query result on this instance- Returns:
- this instance's value of cache
 
- 
setCachesets cache for the query result on this instance- Parameters:
- cache- new instance's value of cache
 
- 
hashCodepublic int hashCode()
- 
equals
 
-