public class InfinispanRouteLocatorBuilder extends Object implements org.wildfly.clustering.service.Builder<RouteLocator>, org.jboss.msc.value.Value<RouteLocator>, InfinispanRouteLocatorConfiguration
RouteLocator.| Constructor and Description |
|---|
InfinispanRouteLocatorBuilder(String deploymentName) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.service.ServiceBuilder<RouteLocator> |
build(org.jboss.msc.service.ServiceTarget target) |
org.infinispan.Cache<String,?> |
getCache() |
static org.jboss.msc.service.ServiceName |
getCacheServiceAlias(String deploymentName) |
NodeFactory<org.infinispan.remoting.transport.Address> |
getNodeFactory() |
Registry<String,Void> |
getRegistry() |
org.jboss.msc.service.ServiceName |
getServiceName() |
RouteLocator |
getValue() |
public InfinispanRouteLocatorBuilder(String deploymentName)
public static org.jboss.msc.service.ServiceName getCacheServiceAlias(String deploymentName)
public org.jboss.msc.service.ServiceName getServiceName()
getServiceName in interface org.wildfly.clustering.service.ServiceNameProviderpublic org.jboss.msc.service.ServiceBuilder<RouteLocator> build(org.jboss.msc.service.ServiceTarget target)
build in interface org.wildfly.clustering.service.Builder<RouteLocator>public RouteLocator getValue()
getValue in interface org.jboss.msc.value.Value<RouteLocator>public org.infinispan.Cache<String,?> getCache()
getCache in interface InfinispanRouteLocatorConfigurationpublic Registry<String,Void> getRegistry()
getRegistry in interface InfinispanRouteLocatorConfigurationpublic NodeFactory<org.infinispan.remoting.transport.Address> getNodeFactory()
getNodeFactory in interface InfinispanRouteLocatorConfigurationCopyright © 2015 JBoss by Red Hat. All rights reserved.