|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.edustructures.sifworks.SIFStatusCodes
public class SIFStatusCodes
Defines SIF 1.0r1 status code constants.
| Field Summary | |
|---|---|
static int |
ALREADY_PROVIDER_6
Already registered as a provider of this object ("6") |
static int |
ALREADY_REGISTERED_4
Already registered using this protocol ("4") |
static int |
ALREADY_SUBSCRIBED_5
Already subscribed to this object ("5") |
static int |
DUPLICATE_MESSAGE_7
Already have a message with this MsgId from sender ("7") |
static int |
FINAL_ACK_3
Final SIF_Ack. |
static int |
IMMEDIATE_ACK_1
Immediate SIF_Ack. |
static int |
INTERMEDIATE_ACK_2
Intermediate SIF_Ack. |
static int |
NO_MESSAGES_9
No messages available. |
static int |
SLEEPING_8
Receiver is sleeping ("8") |
static int |
SUCCESS_0
Success. |
| Constructor Summary | |
|---|---|
SIFStatusCodes()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int SUCCESS_0
public static final int SLEEPING_8
public static final int ALREADY_REGISTERED_4
public static final int FINAL_ACK_3
public static final int ALREADY_PROVIDER_6
public static final int IMMEDIATE_ACK_1
public static final int ALREADY_SUBSCRIBED_5
public static final int DUPLICATE_MESSAGE_7
public static final int NO_MESSAGES_9
public static final int INTERMEDIATE_ACK_2
| Constructor Detail |
|---|
public SIFStatusCodes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||