Interface AutoCloseableGroup<A>
-
- Type Parameters:
A- the address type
- All Superinterfaces:
AutoCloseable,Group,Group<A>,NodeFactory<A>,Registrar<GroupListener>
- All Known Implementing Classes:
CacheGroup,LocalGroup
public interface AutoCloseableGroup<A> extends Group<A>, AutoCloseable
AGroupwith a specific lifecycle (i.e. that must be closed).- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()-
Methods inherited from interface org.wildfly.clustering.group.Group
getLocalMember, getMembership, getName, isSingleton
-
Methods inherited from interface org.wildfly.clustering.server.NodeFactory
createNode
-
-
-
-
Method Detail
-
close
void close()
- Specified by:
closein interfaceAutoCloseable
-
-