Package org.jivesoftware.util
Class JiveConstants
- java.lang.Object
-
- org.jivesoftware.util.JiveConstants
-
public class JiveConstants extends Object
Contains constant values representing various objects in Jive.
-
-
Field Summary
Fields Modifier and Type Field Description static long
DAY
Deprecated.static long
HOUR
Deprecated.static long
MINUTE
Deprecated.static int
MUC_MESSAGE_ID
static int
MUC_ROOM
static int
MUC_SERVICE
static int
OFFLINE
static int
ROSTER
static long
SECOND
Deprecated.static int
SECURITY_AUDIT
static int
SYSTEM
static long
WEEK
Deprecated.
-
Constructor Summary
Constructors Constructor Description JiveConstants()
-
-
-
Field Detail
-
SYSTEM
public static final int SYSTEM
- See Also:
- Constant Field Values
-
ROSTER
public static final int ROSTER
- See Also:
- Constant Field Values
-
OFFLINE
public static final int OFFLINE
- See Also:
- Constant Field Values
-
MUC_ROOM
public static final int MUC_ROOM
- See Also:
- Constant Field Values
-
SECURITY_AUDIT
public static final int SECURITY_AUDIT
- See Also:
- Constant Field Values
-
MUC_SERVICE
public static final int MUC_SERVICE
- See Also:
- Constant Field Values
-
MUC_MESSAGE_ID
public static final int MUC_MESSAGE_ID
- See Also:
- Constant Field Values
-
SECOND
@Deprecated public static final long SECOND
Deprecated.
-
MINUTE
@Deprecated public static final long MINUTE
Deprecated.
-
HOUR
@Deprecated public static final long HOUR
Deprecated.
-
DAY
@Deprecated public static final long DAY
Deprecated.
-
WEEK
@Deprecated public static final long WEEK
Deprecated.
-
-