public class DelivererStat extends Object
Copyright (c) 2002-2003 webMethods, Inc.
Modifier and Type | Class and Description |
---|---|
static class |
DelivererStat.ListenerStat |
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_asynch |
static int |
TYPE_queueIB |
static int |
TYPE_queueOB |
static int |
TYPE_remoteIB |
static int |
TYPE_remoteOB |
static int |
TYPE_synch |
static int |
TYPE_undefined |
Constructor and Description |
---|
DelivererStat() |
DelivererStat(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) |
Modifier and Type | Method and Description |
---|---|
long |
getCount() |
double |
getDutyCycle() |
DelivererStat.ListenerStat[] |
getListeners() |
String |
getName() |
double |
getServiceTime() |
int |
getType() |
public static final int TYPE_undefined
public static final int TYPE_asynch
public static final int TYPE_synch
public static final int TYPE_remoteOB
public static final int TYPE_remoteIB
public static final int TYPE_queueOB
public static final int TYPE_queueIB
public DelivererStat()
public DelivererStat(String name, int type, double svc_t, double duty_cycle, long count)
public DelivererStat(String name, double svc_t, double duty_cycle, long count)
public DelivererStat(String name, int type, ServiceTime t)
public DelivererStat(String name, ServiceTime t)
public String getName()
public int getType()
public double getServiceTime()
public double getDutyCycle()
public DelivererStat.ListenerStat[] getListeners()
public long getCount()