public class BinaryStorageService extends Object implements org.jboss.msc.service.Service<BinaryStorage>
Constructor and Description |
---|
BinaryStorageService(String repositoryName) |
BinaryStorageService(String repositoryName,
EditableDocument binaryConfig) |
Modifier and Type | Method and Description |
---|---|
protected BinaryStorage |
binaryStorage() |
org.jboss.msc.inject.Injector<org.infinispan.manager.CacheContainer> |
getBinaryCacheManagerInjector() |
org.jboss.msc.value.InjectedValue<String> |
getBinaryStorageBasePathInjector() |
org.jboss.msc.value.InjectedValue<String> |
getDataDirectoryPathInjector() |
BinaryStorage |
getValue() |
void |
start(org.jboss.msc.service.StartContext arg0) |
void |
stop(org.jboss.msc.service.StopContext arg0) |
public BinaryStorageService(String repositoryName, EditableDocument binaryConfig)
public BinaryStorageService(String repositoryName)
protected final BinaryStorage binaryStorage()
public org.jboss.msc.value.InjectedValue<String> getBinaryStorageBasePathInjector()
public org.jboss.msc.inject.Injector<org.infinispan.manager.CacheContainer> getBinaryCacheManagerInjector()
public BinaryStorage getValue() throws IllegalStateException, IllegalArgumentException
getValue
in interface org.jboss.msc.value.Value<BinaryStorage>
IllegalStateException
IllegalArgumentException
public org.jboss.msc.value.InjectedValue<String> getDataDirectoryPathInjector()
public void start(org.jboss.msc.service.StartContext arg0)
start
in interface org.jboss.msc.service.Service<BinaryStorage>
public void stop(org.jboss.msc.service.StopContext arg0)
stop
in interface org.jboss.msc.service.Service<BinaryStorage>
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.