Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

com.newstep.solid.test.processor.performance.core
Class Constants

public class Constants      
com.newstep.solid.test.performance.core.Constants.java

Newstep Networks
Copyright (c) 2005-2007 Newstep Networks. All rights reserved
Version:
1.0
Author:
ageorge
Custom properties
created:
Apr 6, 2005
 
 

Nested Class Summary
public Static class
MESSAGE_TYPE
public Static class
EVENT_TYPE
public Static class
MESSAGE_DECODED_STATE
public Static class
EVENT_PROCESSED_STATE
public Static class
SEQUENCE_ORDER_ARRIVAL
public Static class
SENDING_ORDER_ARRIVAL
Field Summary
String
state
String
order
String
order
String
eventType
int
destID
String
encoding
String
state
public final static int
public final static int
public final static int
EVENT_PROCESSED_STATE
CORRECT_PROCESSOR_REACHED
EVENT_PROCESSED_STATE
INCORRECT_PROCESSOR_REACHED
EVENT_PROCESSED_STATE
NOT_PROCESSED
private String
state
private int
destID
private String
eventType
EVENT_TYPE
EVENT_1
EVENT_TYPE
EVENT_2
EVENT_TYPE
EVENT_3
public final static int
public final static int
public final static int
MESSAGE_DECODED_STATE
CORRECT_DECODER_REACHED
MESSAGE_DECODED_STATE
INCORRECT_DECODER_REACHED
MESSAGE_DECODED_STATE
NOT_DECODED
private String
state
private String
encoding
MESSAGE_TYPE
ENCODING_1
MESSAGE_TYPE
ENCODING_2
MESSAGE_TYPE
ENCODING_3
SENDING_ORDER_ARRIVAL
IN_ORDER
SENDING_ORDER_ARRIVAL
NOT_ARRIVED
private String
order
SENDING_ORDER_ARRIVAL
OUT_OF_ORDER
SEQUENCE_ORDER_ARRIVAL
IN_ORDER
SEQUENCE_ORDER_ARRIVAL
NOT_ARRIVED
private String
order
SEQUENCE_ORDER_ARRIVAL
OUT_OF_ORDER
Constructor Summary
void
EVENT_PROCESSED_STATE(String state)
void
EVENT_TYPE(Integer destID, String eventType)
void
MESSAGE_DECODED_STATE(String state)
void
MESSAGE_TYPE(String encoding)
void
SENDING_ORDER_ARRIVAL(String order)
void
SEQUENCE_ORDER_ARRIVAL(String order)
Method Summary
public String
getState()
public int
getDestID()
public String
getEventType()
public String
getState()
public String
getEncoding()
public String
getOrder()
public String
getOrder()
Field Detail
DEFAULT_ARRAY_LIST_SIZE
public final static int DEFAULT_ARRAY_LIST_SIZE
The minimum size of an arraylist
Final.
Multiplicity:
1
Static.
 

DEFAULT_DECODING_DELAY
public final static int DEFAULT_DECODING_DELAY
The default time (in nanoseconds) for which a decoder will pause while
running.
Final.
Multiplicity:
1
Static.
 

DEFAULT_PROCESSING_DELAY
public final static int DEFAULT_PROCESSING_DELAY
The default time (in nanoseconds) for which an event handler will pause
while running.
Final.
Multiplicity:
1
Static.
 

MAX_EVENT_ID
public final static int MAX_EVENT_ID
Event types have an associated ID. This is the highest ID associated
with any event.
Final.
Multiplicity:
1
Static.
 

MAX_MESSAGES_PER_PRODUCER
public final static int MAX_MESSAGES_PER_PRODUCER
The maximum number of messages that a single producer will send
Final.
Multiplicity:
1
Static.
 

MAX_MESSAGE_PRODUCERS
public final static int MAX_MESSAGE_PRODUCERS
The maximum number of message producers that will be created
Final.
Multiplicity:
1
Static.
 

Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD