org.jdiameter.server.impl.helpers
Interface StatisticTypes


public interface StatisticTypes

Enumeration of all static records


Field Summary
static int NET_LIST_COUNTER
          Count of regestered network listeners (applications)
static int PEER_QUEUE_SIZE
          Size of peer fsm queue
static int REQ_MESS_COUNTER
          Count of sended requests
static int RESP_MESS_COUNTER
          Count of received responses
 

Field Detail

REQ_MESS_COUNTER

static final int REQ_MESS_COUNTER
Count of sended requests

See Also:
Constant Field Values

RESP_MESS_COUNTER

static final int RESP_MESS_COUNTER
Count of received responses

See Also:
Constant Field Values

NET_LIST_COUNTER

static final int NET_LIST_COUNTER
Count of regestered network listeners (applications)

See Also:
Constant Field Values

PEER_QUEUE_SIZE

static final int PEER_QUEUE_SIZE
Size of peer fsm queue

See Also:
Constant Field Values


Copyright © 2008. All Rights Reserved.