Package org.jboss.as.txn.service
Class ArjunaObjectStoreEnvironmentService
java.lang.Object
org.jboss.as.txn.service.ArjunaObjectStoreEnvironmentService
- All Implemented Interfaces:
org.jboss.msc.Service
Configures the
ObjectStoreEnvironmentBeans using an injected path.- Author:
- Brian Stansberry (c) 2011 Red Hat Inc., Richard Opalka
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final class -
Field Summary
Fields inherited from interface org.jboss.msc.Service
NULL -
Constructor Summary
ConstructorsConstructorDescriptionArjunaObjectStoreEnvironmentService(Consumer<Class<Void>> serviceConsumer, Supplier<org.jboss.as.controller.services.path.PathManager> pathManagerSupplier, boolean useJournalStore, boolean enableAsyncIO, String path, String pathRef, boolean useJdbcStore, String dataSourceJndiName, ArjunaObjectStoreEnvironmentService.JdbcStoreConfig jdbcSoreConfig) -
Method Summary
-
Constructor Details
-
ArjunaObjectStoreEnvironmentService
public ArjunaObjectStoreEnvironmentService(Consumer<Class<Void>> serviceConsumer, Supplier<org.jboss.as.controller.services.path.PathManager> pathManagerSupplier, boolean useJournalStore, boolean enableAsyncIO, String path, String pathRef, boolean useJdbcStore, String dataSourceJndiName, ArjunaObjectStoreEnvironmentService.JdbcStoreConfig jdbcSoreConfig)
-
-
Method Details
-
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
-