Package org.jboss.as.txn.service
Class ArjunaObjectStoreEnvironmentService
java.lang.Object
org.jboss.as.txn.service.ArjunaObjectStoreEnvironmentService
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<Void>,org.jboss.msc.value.Value<Void>
public class ArjunaObjectStoreEnvironmentService
extends Object
implements org.jboss.msc.service.Service<Void>
Configures the
ObjectStoreEnvironmentBeans using an injected path.- Author:
- Brian Stansberry (c) 2011 Red Hat Inc.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final class -
Field Summary
Fields inherited from interface org.jboss.msc.service.Service
NULL -
Constructor Summary
ConstructorsConstructorDescriptionArjunaObjectStoreEnvironmentService(boolean useJournalStore, boolean enableAsyncIO, String path, String pathRef, boolean useJdbcStore, String dataSourceJndiName, ArjunaObjectStoreEnvironmentService.JdbcStoreConfig jdbcSoreConfig) -
Method Summary
-
Constructor Details
-
ArjunaObjectStoreEnvironmentService
public ArjunaObjectStoreEnvironmentService(boolean useJournalStore, boolean enableAsyncIO, String path, String pathRef, boolean useJdbcStore, String dataSourceJndiName, ArjunaObjectStoreEnvironmentService.JdbcStoreConfig jdbcSoreConfig)
-
-
Method Details
-
getValue
- Specified by:
getValuein interfaceorg.jboss.msc.value.Value<Void>- Throws:
IllegalStateExceptionIllegalArgumentException
-
start
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException - Specified by:
startin interfaceorg.jboss.msc.Service- Throws:
org.jboss.msc.service.StartException
-
stop
public void stop(org.jboss.msc.service.StopContext context) - Specified by:
stopin interfaceorg.jboss.msc.Service
-
getPathManagerInjector
public org.jboss.msc.value.InjectedValue<org.jboss.as.controller.services.path.PathManager> getPathManagerInjector()
-