Modifier and Type | Class and Description |
---|---|
static class |
ArjunaObjectStoreEnvironmentService.JdbcStoreConfig |
static class |
ArjunaObjectStoreEnvironmentService.JdbcStoreConfigBulder |
Constructor and Description |
---|
ArjunaObjectStoreEnvironmentService(boolean useJournalStore,
boolean enableAsyncIO,
String path,
String pathRef,
boolean useJdbcStore,
String dataSourceJndiName,
ArjunaObjectStoreEnvironmentService.JdbcStoreConfig jdbcSoreConfig) |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.value.InjectedValue<org.jboss.as.controller.services.path.PathManager> |
getPathManagerInjector() |
Void |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public ArjunaObjectStoreEnvironmentService(boolean useJournalStore, boolean enableAsyncIO, String path, String pathRef, boolean useJdbcStore, String dataSourceJndiName, ArjunaObjectStoreEnvironmentService.JdbcStoreConfig jdbcSoreConfig)
public Void getValue() throws IllegalStateException, IllegalArgumentException
getValue
in interface org.jboss.msc.value.Value<Void>
IllegalStateException
IllegalArgumentException
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
start
in interface org.jboss.msc.service.Service<Void>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.service.Service<Void>
public org.jboss.msc.value.InjectedValue<org.jboss.as.controller.services.path.PathManager> getPathManagerInjector()
Copyright © 2017 JBoss by Red Hat. All rights reserved.