A B D F G I J O R S
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addBroadcaster(Broadcaster) - Method in class org.atmosphere.plugin.jgroups.JGroupsChannel
-
Adds/replaces the broadcaster to the JGroupsChannel
B
- BroadcastMessage - Class in org.atmosphere.plugin.jgroups
-
Container for holding the true message when broadcasting between cluster nodes.
- BroadcastMessage(String, Object) - Constructor for class org.atmosphere.plugin.jgroups.BroadcastMessage
- BroadcastMessage(String, Object) - Constructor for class org.atmosphere.plugin.jgroups.JGroupsBroadcaster.BroadcastMessage
D
- DEFAULT_CHANNEL_NAME - Static variable in class org.atmosphere.plugin.jgroups.DefaultJGroupsChannelFactory
- DEFAULT_JGROUPS_XML - Static variable in class org.atmosphere.plugin.jgroups.DefaultJGroupsChannelFactory
- DefaultJGroupsChannelFactory - Class in org.atmosphere.plugin.jgroups
-
Creates a default, singleton JGroupsChannel object
- destroy() - Method in class org.atmosphere.plugin.jgroups.JGroupsBroadcaster
- destroy() - Method in class org.atmosphere.plugin.jgroups.JGroupsChannel
-
Shutdown the cluster.
- destroy() - Method in class org.atmosphere.plugin.jgroups.JGroupsFilter
F
- filter(String, Object, Object) - Method in class org.atmosphere.plugin.jgroups.JGroupsFilter
-
Every time a message gets broadcasted, make sure we update the cluster.
G
- getBroadcaster() - Method in class org.atmosphere.plugin.jgroups.JGroupsFilter
- getDefaultJGroupsChannel() - Static method in class org.atmosphere.plugin.jgroups.DefaultJGroupsChannelFactory
- getDefaultJGroupsChannel(String) - Static method in class org.atmosphere.plugin.jgroups.DefaultJGroupsChannelFactory
- getDefaultJGroupsChannel(String, String) - Static method in class org.atmosphere.plugin.jgroups.DefaultJGroupsChannelFactory
- getMessage() - Method in class org.atmosphere.plugin.jgroups.BroadcastMessage
- getMessage() - Method in class org.atmosphere.plugin.jgroups.JGroupsBroadcaster.BroadcastMessage
- getTopic() - Method in class org.atmosphere.plugin.jgroups.BroadcastMessage
- getTopicId() - Method in class org.atmosphere.plugin.jgroups.JGroupsBroadcaster.BroadcastMessage
I
- incomingBroadcast() - Method in class org.atmosphere.plugin.jgroups.JGroupsBroadcaster
- init() - Method in class org.atmosphere.plugin.jgroups.JGroupsChannel
-
Connect to the cluster
- init(AtmosphereConfig) - Method in class org.atmosphere.plugin.jgroups.JGroupsFilter
- initialize(String, AtmosphereConfig) - Method in class org.atmosphere.plugin.jgroups.JGroupsBroadcaster
J
- JGroupsBroadcaster - Class in org.atmosphere.plugin.jgroups
-
Simple
Broadcasterimplementation based on JGroups - JGroupsBroadcaster() - Constructor for class org.atmosphere.plugin.jgroups.JGroupsBroadcaster
- JGroupsBroadcaster.BroadcastMessage - Class in org.atmosphere.plugin.jgroups
- JGroupsChannel - Class in org.atmosphere.plugin.jgroups
-
JGroupsChannel establishes a connection to a JGroups cluster.
- JGroupsChannel(JChannel, String) - Constructor for class org.atmosphere.plugin.jgroups.JGroupsChannel
-
Constructor
- JGroupsFilter - Class in org.atmosphere.plugin.jgroups
-
This is attached to a Broadcaster you want to have in a clustered situation.
- JGroupsFilter() - Constructor for class org.atmosphere.plugin.jgroups.JGroupsFilter
- JGroupsFilter(String) - Constructor for class org.atmosphere.plugin.jgroups.JGroupsFilter
- JGroupsFilter(JGroupsChannel) - Constructor for class org.atmosphere.plugin.jgroups.JGroupsFilter
-
Constructor
- JGroupsFilter(JGroupsChannel, Broadcaster) - Constructor for class org.atmosphere.plugin.jgroups.JGroupsFilter
-
Constructor with broadcaster
O
- org.atmosphere.plugin.jgroups - package org.atmosphere.plugin.jgroups
- outgoingBroadcast(Object) - Method in class org.atmosphere.plugin.jgroups.JGroupsBroadcaster
R
- receive(Message) - Method in class org.atmosphere.plugin.jgroups.JGroupsChannel
- removeBroadcaster(Broadcaster) - Method in class org.atmosphere.plugin.jgroups.JGroupsChannel
-
Removes the broadcaster from the JGroupsChannel
S
- send(String, Object) - Method in class org.atmosphere.plugin.jgroups.JGroupsChannel
-
Called from a ClusterBroadcastFilter filter() method to send the message over to other Atmosphere cluster nodes
- setBroadcaster(Broadcaster) - Method in class org.atmosphere.plugin.jgroups.JGroupsFilter
- setUri(String) - Method in class org.atmosphere.plugin.jgroups.JGroupsFilter
All Classes All Packages