public static final class MsgDispatcherCore.Entry
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| int | dstThe bits of destination dispatching are ascertained already before it is taken in the queue. | 
| int | identBit31 is set if the state is coming, 0 if it is going. | 
| java.lang.String | textThe output and format controlling text. | 
| OS_TimeStamp | timestampThe time stamp of the message. | 
| VaArgBuffer | valuesValues from variable argument list. | 
| Constructor and Description | 
|---|
| Entry() | 
| Modifier and Type | Method and Description | 
|---|---|
| static int | _sizeof() | 
public int ident
public int dst
public java.lang.String text
public final OS_TimeStamp timestamp
public final VaArgBuffer values