com.compoze.domino
Class TraceReport.TraceInformation
java.lang.Object
|
+--com.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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.
- Overrides:
toString
in class java.lang.Object
- Returns:
- the string representation of the object
Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.