public class CompositeBinaryStorageService extends Object implements org.jboss.msc.service.Service<BinaryStorage>
CompositeBinaryStore
Constructor and Description |
---|
CompositeBinaryStorageService(String repositoryName,
EditableDocument binaries) |
Modifier and Type | Method and Description |
---|---|
BinaryStorage |
getValue() |
org.jboss.msc.value.InjectedValue<BinaryStorage> |
nestedStoreConfiguration(String storeName) |
void |
start(org.jboss.msc.service.StartContext startContext) |
void |
stop(org.jboss.msc.service.StopContext stopContext) |
public CompositeBinaryStorageService(String repositoryName, EditableDocument binaries)
public BinaryStorage getValue() throws IllegalStateException, IllegalArgumentException
getValue
in interface org.jboss.msc.value.Value<BinaryStorage>
IllegalStateException
IllegalArgumentException
public org.jboss.msc.value.InjectedValue<BinaryStorage> nestedStoreConfiguration(String storeName)
public void start(org.jboss.msc.service.StartContext startContext)
start
in interface org.jboss.msc.service.Service<BinaryStorage>
public void stop(org.jboss.msc.service.StopContext stopContext)
stop
in interface org.jboss.msc.service.Service<BinaryStorage>
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.