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 theObjectStoreEnvironmentBeans using an injected path.- Author:
- Brian Stansberry (c) 2011 Red Hat Inc.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classArjunaObjectStoreEnvironmentService.JdbcStoreConfigstatic classArjunaObjectStoreEnvironmentService.JdbcStoreConfigBulder
-
Constructor Summary
Constructors Constructor Description ArjunaObjectStoreEnvironmentService(boolean useJournalStore, boolean enableAsyncIO, String path, String pathRef, boolean useJdbcStore, String dataSourceJndiName, ArjunaObjectStoreEnvironmentService.JdbcStoreConfig jdbcSoreConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.msc.value.InjectedValue<org.jboss.as.controller.services.path.PathManager>getPathManagerInjector()VoidgetValue()voidstart(org.jboss.msc.service.StartContext context)voidstop(org.jboss.msc.service.StopContext context)
-
-
-
Constructor Detail
-
ArjunaObjectStoreEnvironmentService
public ArjunaObjectStoreEnvironmentService(boolean useJournalStore, boolean enableAsyncIO, String path, String pathRef, boolean useJdbcStore, String dataSourceJndiName, ArjunaObjectStoreEnvironmentService.JdbcStoreConfig jdbcSoreConfig)
-
-
Method Detail
-
getValue
public Void getValue() throws IllegalStateException, IllegalArgumentException
- 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()
-
-