Class SimpleIdentifierFactory<I>
java.lang.Object
org.wildfly.clustering.server.local.manager.SimpleIdentifierFactory<I>
- All Implemented Interfaces:
Supplier<I>,IdentifierFactory<I>,Restartable
Simple
IdentifierFactory that delegates to a supplier.- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SimpleIdentifierFactory
-
-
Method Details
-
get
-
start
public void start()- Specified by:
startin interfaceRestartable
-
stop
public void stop()- Specified by:
stopin interfaceRestartable
-