Compoze Software, Inc.

com.compoze.domino
Class TraceReport.TraceInformation

java.lang.Object
  extended bycom.compoze.domino.TraceReport.TraceInformation
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TraceReport

public class TraceReport.TraceInformation
extends java.lang.Object
implements java.io.Serializable

This class represents trace information such as route server and time.

See Also:
TraceReport.getTraceInformation(), Serialized Form

Method Summary
 java.util.Date getRouteEndTime()
          Gets the route end time.
 java.lang.String getRouteServer()
          Gets the route server.
 java.util.Date getRouteStartTime()
          Gets the route start time.
 java.lang.String toString()
          Returns the string representation of the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getRouteServer

public java.lang.String getRouteServer()
Gets the route server.

Returns:
the route server

getRouteStartTime

public java.util.Date getRouteStartTime()
Gets the route start time.

Returns:
the route start time

getRouteEndTime

public java.util.Date getRouteEndTime()
Gets the route end time.

Returns:
the route end time

toString

public java.lang.String toString()
Returns the string representation of the object.

Returns:
the string representation of the object

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.