public class DistributedCacheManagerFactoryService extends Object implements org.jboss.msc.service.Service<DistributedCacheManagerFactory>
Constructor and Description |
---|
DistributedCacheManagerFactoryService() |
DistributedCacheManagerFactoryService(DistributedCacheManagerFactory factory) |
Modifier and Type | Method and Description |
---|---|
DistributedCacheManagerFactory |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public DistributedCacheManagerFactoryService()
public DistributedCacheManagerFactoryService(DistributedCacheManagerFactory factory)
public DistributedCacheManagerFactory getValue()
getValue
in interface org.jboss.msc.value.Value<DistributedCacheManagerFactory>
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
start
in interface org.jboss.msc.service.Service<DistributedCacheManagerFactory>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.service.Service<DistributedCacheManagerFactory>
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.