Class SimpleIdentifierFactoryService<I>
java.lang.Object
org.wildfly.clustering.server.service.SimpleService
org.wildfly.clustering.server.local.manager.SimpleIdentifierFactoryService<I>
- Type Parameters:
I- the identifier type
- All Implemented Interfaces:
Supplier<I>, Supplier<I>, IdentifierFactoryService<I>, Service
public class SimpleIdentifierFactoryService<I>
extends SimpleService
implements IdentifierFactoryService<I>
Simple
IdentifierFactoryService that delegates to a supplier.- Author:
- Paul Ferraro
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleIdentifierFactoryService(Supplier<I> factory) Creates an identifier factory service based on the specified factory. -
Method Summary
Methods inherited from class SimpleService
isStarted, start, stopMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Supplier
handle, thenAccept, thenApply, thenApplyAsDouble, thenApplyAsInt, thenApplyAsLong, thenTest
-
Constructor Details
-
SimpleIdentifierFactoryService
-
-
Method Details
-
get
-