Compoze Software, Inc.

com.compoze.trigger
Class StatisticsResponse


java.lang.Object

  |

  +--com.compoze.trigger.StatisticsResponse

All Implemented Interfaces:
java.io.Serializable

public class StatisticsResponse
extends java.lang.Object
implements java.io.Serializable

This class represents a response to a statistics request.

See Also:
Serialized Form

Constructor Summary
StatisticsResponse(long lTimeDifference)
          Constructor.
 
Method Summary
 long getTimeDifference()
          Get the time difference between the server and client.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticsResponse


public StatisticsResponse(long lTimeDifference)
Constructor.
Parameters:
iActiveConnections - the number of active threads
lTimeDifference - the server to client time difference
Method Detail

getTimeDifference


public long getTimeDifference()
Get the time difference between the server and client.
Returns:
the time difference (server minus client milliseconds)

Compoze Software, Inc.

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