|
Openfire 3.8.1 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<OfflineMessageStrategy.Type>
org.jivesoftware.openfire.OfflineMessageStrategy.Type
public static enum OfflineMessageStrategy.Type
Strategy types.
| Enum Constant Summary | |
|---|---|
bounce
All messages are bounced to the sender. |
|
drop
All messages are silently dropped. |
|
store
All messages are stored. |
|
store_and_bounce
Messages are stored up to the storage limit, and then bounced. |
|
store_and_drop
Messages are stored up to the storage limit, and then silently dropped. |
|
| Method Summary | |
|---|---|
static OfflineMessageStrategy.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OfflineMessageStrategy.Type[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final OfflineMessageStrategy.Type bounce
public static final OfflineMessageStrategy.Type drop
public static final OfflineMessageStrategy.Type store
public static final OfflineMessageStrategy.Type store_and_bounce
public static final OfflineMessageStrategy.Type store_and_drop
| Method Detail |
|---|
public static final OfflineMessageStrategy.Type[] values()
for(OfflineMessageStrategy.Type c : OfflineMessageStrategy.Type.values())
System.out.println(c);
public static OfflineMessageStrategy.Type valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
|
Openfire 3.8.1 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||