|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.server.JGroupsProvider
public class JGroupsProvider
This class contains a collection of utilities for managing JGroups objects.
Nested Class Summary | |
---|---|
static class |
JGroupsProvider.Protocol
|
Field Summary | |
---|---|
static java.lang.String |
CLUSTER_PROTOCOL
|
static java.lang.String |
TCP
|
Constructor Summary | |
---|---|
JGroupsProvider(int port)
|
Method Summary | |
---|---|
org.jgroups.mux.Multiplexer |
get()
Helper method to create a JChannel. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String TCP
public static final java.lang.String CLUSTER_PROTOCOL
Constructor Detail |
---|
public JGroupsProvider(int port)
Method Detail |
---|
public org.jgroups.mux.Multiplexer get()
get
in interface com.google.inject.Provider<org.jgroups.mux.Multiplexer>
String
- name - Name of the group the channel will join.
org.jgroups.ChannelException
- if there is an error creating the JChannel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |