Package com.webmethods.rtl.event
Class DelivererStat
java.lang.Object
com.webmethods.rtl.event.DelivererStat
Copyright (c) 2002-2003 webMethods, Inc.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Constructor Summary
ConstructorsConstructorDescriptionDelivererStat
(String name, double svc_t, double duty_cycle, long count) DelivererStat
(String name, int type, double svc_t, double duty_cycle, long count) DelivererStat
(String name, int type, ServiceTime t) DelivererStat
(String name, ServiceTime t) -
Method Summary
-
Field Details
-
TYPE_undefined
public static final int TYPE_undefined- See Also:
-
TYPE_asynch
public static final int TYPE_asynch- See Also:
-
TYPE_synch
public static final int TYPE_synch- See Also:
-
TYPE_remoteOB
public static final int TYPE_remoteOB- See Also:
-
TYPE_remoteIB
public static final int TYPE_remoteIB- See Also:
-
TYPE_queueOB
public static final int TYPE_queueOB- See Also:
-
TYPE_queueIB
public static final int TYPE_queueIB- See Also:
-
-
Constructor Details
-
DelivererStat
public DelivererStat() -
DelivererStat
-
DelivererStat
-
DelivererStat
-
DelivererStat
-
-
Method Details
-
getName
-
getType
public int getType() -
getServiceTime
public double getServiceTime() -
getDutyCycle
public double getDutyCycle() -
getListeners
-
getCount
public long getCount()
-