|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.beepcore.beep.core.MessageStatus
Field Summary | |
static int |
MESSAGE_STATUS_NOT_SENT
BEEP message status. |
static int |
MESSAGE_STATUS_RECEIVED_ERROR
BEEP message status. |
static int |
MESSAGE_STATUS_RECEIVED_REPLY
BEEP message status. |
static int |
MESSAGE_STATUS_SENT
BEEP message status. |
static int |
MESSAGE_STATUS_UNK
Uninitialized BEEP status. |
Method Summary | |
int |
getAnsno()
Returns the answer number. |
Channel |
getChannel()
Returns the channel. |
OutputDataStream |
getMessageData()
Returns the message data. |
int |
getMessageStatus()
Returns the message status. |
int |
getMsgno()
Returns the message number. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int MESSAGE_STATUS_UNK
public static final int MESSAGE_STATUS_NOT_SENT
public static final int MESSAGE_STATUS_SENT
public static final int MESSAGE_STATUS_RECEIVED_REPLY
public static final int MESSAGE_STATUS_RECEIVED_ERROR
Method Detail |
public int getAnsno()
public Channel getChannel()
public OutputDataStream getMessageData()
public int getMessageStatus()
public int getMsgno()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |