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