Class LocalGroup
- java.lang.Object
-
- org.wildfly.clustering.server.infinispan.group.AbstractLocalGroup<org.jgroups.Address>
-
- org.wildfly.clustering.server.infinispan.group.LocalGroup
-
- All Implemented Interfaces:
AutoCloseable,org.wildfly.clustering.group.Group,org.wildfly.clustering.Registrar<org.wildfly.clustering.group.GroupListener>,org.wildfly.clustering.Registration,Group<org.jgroups.Address>,NodeFactory<org.jgroups.Address>
public class LocalGroup extends AbstractLocalGroup<org.jgroups.Address>
Non-clusteredGroupimplementation- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description LocalGroup(String nodeName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jgroups.AddressgetAddress(org.wildfly.clustering.group.Node node)-
Methods inherited from class org.wildfly.clustering.server.infinispan.group.AbstractLocalGroup
close, createNode, getLocalMember, getMembership, getName, isSingleton, register
-
-
-
-
Constructor Detail
-
LocalGroup
public LocalGroup(String nodeName)
-
-