public class ArjunaObjectStoreEnvironmentService extends Object implements org.jboss.msc.service.Service<Void>
ObjectStoreEnvironmentBeans using an injected path.| 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>IllegalStateExceptionIllegalArgumentExceptionpublic void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.Serviceorg.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.Servicepublic org.jboss.msc.value.InjectedValue<org.jboss.as.controller.services.path.PathManager> getPathManagerInjector()
Copyright © 2022 JBoss by Red Hat. All rights reserved.