com.edustructures.sifworks
Class SIFStatusCodes

java.lang.Object
  extended by com.edustructures.sifworks.SIFStatusCodes

public class SIFStatusCodes
extends java.lang.Object

Defines SIF 1.0r1 status code constants.

Version:
ADK 1.0

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

SUCCESS_0

public static final int SUCCESS_0
Success. SIF_Status / SIF_Data may contain additional data (ZIS only) ("0")

See Also:
Constant Field Values

SLEEPING_8

public static final int SLEEPING_8
Receiver is sleeping ("8")

See Also:
Constant Field Values

ALREADY_REGISTERED_4

public static final int ALREADY_REGISTERED_4
Already registered using this protocol ("4")

See Also:
Constant Field Values

FINAL_ACK_3

public static final int FINAL_ACK_3
Final SIF_Ack. Processing of a previously message acknowledged with INTERMEDIATE_ACK is now complete. Discard the referenced message (Agent only) ("3")

See Also:
Constant Field Values

ALREADY_PROVIDER_6

public static final int ALREADY_PROVIDER_6
Already registered as a provider of this object ("6")

See Also:
Constant Field Values

IMMEDIATE_ACK_1

public static final int IMMEDIATE_ACK_1
Immediate SIF_Ack. Message is persisted or processing is complete. Discard the referenced message (Agent only) ("1")

See Also:
Constant Field Values

ALREADY_SUBSCRIBED_5

public static final int ALREADY_SUBSCRIBED_5
Already subscribed to this object ("5")

See Also:
Constant Field Values

DUPLICATE_MESSAGE_7

public static final int DUPLICATE_MESSAGE_7
Already have a message with this MsgId from sender ("7")

See Also:
Constant Field Values

NO_MESSAGES_9

public static final int NO_MESSAGES_9
No messages available. This is returned when an agent is trying to pull messages from a ZIS and there are no messages available ("9")

See Also:
Constant Field Values

INTERMEDIATE_ACK_2

public static final int INTERMEDIATE_ACK_2
Intermediate SIF_Ack. Message processing will take time. The message referenced must still be persisted. Expect a FINAL_ACK at a later time (Agent only) ("2")

See Also:
Constant Field Values
Constructor Detail

SIFStatusCodes

public SIFStatusCodes()


Copyright © 2001-2007 Edustructures LLC. All Rights Reserved. SIFWorks® and ADK® are registered trademarks of Edustructures LLC. SIF™ and Schools Interoperability Framework are trademarks of the Schools Interoperability Framework Association.