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.SerializableObject representing a server instance in a query context. This is the object return in a list fromRemoteAllResultsand which is used in remote server instance specific queries to specify the instance to be queried.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description RemoteInstanceDetails(LogQueryBean query, java.util.Date startTime, java.lang.String[] subProcs)creates instance with a specified time and query.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)RemoteListCachegetCache()gets cache for the query result on this instancejava.lang.String[]getProcPath()gets list of keys leading to the child sub-processLogQueryBeangetQuery()gets query used on this instancejava.util.DategetStartTime()gets start time of this instanceinthashCode()voidsetCache(RemoteListCache cache)sets cache for the query result on this instance
 
- 
- 
- 
Constructor Detail- 
RemoteInstanceDetailspublic 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- 
getStartTimepublic java.util.Date getStartTime() gets start time of this instance- Returns:
- this instance's value of startTime
 
 - 
getProcPathpublic java.lang.String[] getProcPath() gets list of keys leading to the child sub-process- Returns:
- this instance's value of subProcs
 
 - 
getQuerypublic LogQueryBean getQuery() gets query used on this instance- Returns:
- this instance's value of query
 
 - 
getCachepublic RemoteListCache getCache() gets cache for the query result on this instance- Returns:
- this instance's value of cache
 
 - 
setCachepublic void setCache(RemoteListCache cache) sets cache for the query result on this instance- Parameters:
- cache- new instance's value of cache
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 
- 
 
-