Class SimpleIdentifierFactory<I>
java.lang.Object
org.wildfly.clustering.server.local.manager.SimpleIdentifierFactory<I>
- Type Parameters:
I- the identifier type
- All Implemented Interfaces:
Supplier<I>,Supplier<I>,IdentifierFactory<I>,Service
Simple
IdentifierFactory that delegates to a supplier.- Author:
- Paul Ferraro
-
Constructor Details
-
SimpleIdentifierFactory
-
-
Method Details
-
get
-
isStarted
public boolean isStarted()Description copied from interface:ServiceIndicates whether or not this service is started. -
start
public void start()Description copied from interface:ServiceStarts this service. -
stop
public void stop()Description copied from interface:ServiceStops this service.
-