com.ibm.websphere.logging.hpel.reader

Class RemoteInstanceDetails

  1. java.lang.Object
  2. extended bycom.ibm.websphere.logging.hpel.reader.RemoteInstanceDetails
All implemented interfaces:
java.io.Serializable

  1. public class RemoteInstanceDetails
  2. extends java.lang.Object
  3. implements java.io.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:
Serialized Form

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
  1. boolean
equals(java.lang.Object obj)
  1. RemoteListCache
getCache()
gets cache for the query result on this instance
  1. java.lang.String[]
getProcPath()
gets list of keys leading to the child sub-process
  1. LogQueryBean
getQuery()
gets query used on this instance
  1. java.util.Date
getStartTime()
gets start time of this instance
  1. int
hashCode()
  1. void
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

  1. public RemoteInstanceDetails(LogQueryBean query,
  2. java.util.Date startTime,
  3. 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

  1. public java.util.Date getStartTime( )
gets start time of this instance
Returns:
this instance's value of startTime

getProcPath

  1. public java.lang.String[] getProcPath( )
gets list of keys leading to the child sub-process
Returns:
this instance's value of subProcs

getQuery

  1. public LogQueryBean getQuery()
gets query used on this instance
Returns:
this instance's value of query

getCache

  1. public RemoteListCache getCache( )
gets cache for the query result on this instance
Returns:
this instance's value of cache

setCache

  1. public void setCache(RemoteListCache cache)
sets cache for the query result on this instance
Parameters:
cache - new instance's value of cache

hashCode

  1. public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

  1. public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object