Package | Description |
---|---|
org.jgroups |
Provides top-level public JGroups classes such as Channel, Message, etc.
|
Modifier and Type | Field and Description |
---|---|
static Message.TransientFlag |
Message.OOB_DELIVERED |
Modifier and Type | Method and Description |
---|---|
static Message.TransientFlag |
Message.TransientFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Message.TransientFlag[] |
Message.TransientFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Message |
Message.clearTransientFlag(Message.TransientFlag... flags) |
boolean |
Message.isTransientFlagSet(Message.TransientFlag flag) |
Message |
Message.setTransientFlag(Message.TransientFlag... flags)
Same as
Message.setFlag(Flag...) except that transient flags are not marshalled |
boolean |
Message.setTransientFlagIfAbsent(Message.TransientFlag flag)
Atomically checks if a given flag is set and - if not - sets it.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.