|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GroupManager | |
---|---|
jgroup.core | |
jgroup.relacs.gm | |
jgroup.relacs.gmi | |
jgroup.relacs.registry |
Uses of GroupManager in jgroup.core |
---|
Methods in jgroup.core that return GroupManager | |
---|---|
static GroupManager |
GroupManager.getGroupManager(int gid)
|
static GroupManager |
GroupManager.getGroupManager(int groupId,
java.lang.String[] serviceSet,
java.lang.Object listener)
Returns a group manager object through which handlers, for each of the services associated with the listener interfaces implemented by the specified object, can be accessed. |
static GroupManager |
GroupManager.getGroupManager(java.lang.Object listener)
Returns a group manager object through which handlers, for each of the services associated with the listener interfaces implemented by the specified object, can be accessed. |
Uses of GroupManager in jgroup.relacs.gm |
---|
Methods in jgroup.relacs.gm with parameters of type GroupManager | |
---|---|
static TimestampLayer |
TimestampLayer.getLayer(GroupManager gm,
MembershipService ms,
InternalGMIService igmi)
|
static NotifyLayer |
NotifyLayer.getLayer(GroupManager gm,
RegistryService rs,
MembershipService ms,
InternalGMIService igmi)
|
Constructors in jgroup.relacs.gm with parameters of type GroupManager | |
---|---|
NotifyLayer(GroupManager gm,
RegistryService rs,
MembershipService ms)
Initializes a NotifyLayer |
Uses of GroupManager in jgroup.relacs.gmi |
---|
Methods in jgroup.relacs.gmi with parameters of type GroupManager | |
---|---|
static JeriEGMILayer |
JeriEGMILayer.getLayer(GroupManager gm,
MulticastService mcast,
MembershipService pgms)
|
void |
GroupInvocationHandler.setGroupManager(GroupManager gm)
Initialize the timestamp service. |
Constructors in jgroup.relacs.gmi with parameters of type GroupManager | |
---|---|
GroupInvocationDispatcher(GroupManager gm,
MethodTable methodTable)
Constructs a new invocation dispatcher, using the given table of available server side EGMI methods. |
Uses of GroupManager in jgroup.relacs.registry |
---|
Constructors in jgroup.relacs.registry with parameters of type GroupManager | |
---|---|
RegistryImpl(GroupManager gm)
Special constructor for creating the dependable registry as part of another group (e.g., the replication manager group). |
|
RegistryImpl(GroupManager gm,
java.rmi.server.RMIClientSocketFactory csf,
java.rmi.server.RMIServerSocketFactory ssf)
Creates and exports a dependable registry replica on the local host that listen to incoming requests on the port specified within the configuration object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |