Home | History | Annotate | Download | only in imps

Lines Matching refs:Primitive

21  * A primitive is the basic packet sent between the IMPS server and the IMPS
24 public final class Primitive {
36 * Constructs a new Primitive with default value.
38 public Primitive() {
42 * Constructs a new Primitive with a type.
44 * @param type the type of the primitive.
46 public Primitive(String type) {
51 * Gets the session type of this primitive.
60 * Gets the session ID of this primitive.
69 * Sets the session ID of this primitive.
78 * Gets the transaction mode of this primitive.
87 * Sets the transaction mode of this primitive.
96 * Gets the transaction ID of this primitive.
105 * Sets the transaction ID of this primitive.
202 * Represents the transaction mode of a primitive.
206 * Indicates the primitive is a request in a transaction.
211 * Indicates the primitive is a response in a transaction.
217 * Represents the session type of a primitive.
221 * Indicates a primitive is sent within a session.
226 * Indicates a primitive is sent without a session.