public class Neo4jClientConnectionService extends Object implements org.jboss.msc.service.Service<Neo4jClientConnectionService>, NoSQLConnection
| Constructor and Description |
|---|
Neo4jClientConnectionService(ConfigurationBuilder configurationBuilder) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getDriver() |
org.jboss.msc.value.InjectedValue<Neo4jSubsystemService> |
getNeo4jSubsystemServiceInjectedValue() |
org.jboss.msc.inject.Injector<org.jboss.as.network.OutboundSocketBinding> |
getOutboundSocketBindingInjector(String name) |
org.jboss.msc.value.InjectedValue<org.jboss.security.SubjectFactory> |
getSubjectFactoryInjector() |
Neo4jClientConnectionService |
getValue() |
void |
start(org.jboss.msc.service.StartContext startContext) |
void |
stop(org.jboss.msc.service.StopContext stopContext) |
<T> T |
unwrap(Class<T> clazz) |
public Neo4jClientConnectionService(ConfigurationBuilder configurationBuilder)
public org.jboss.msc.value.InjectedValue<org.jboss.security.SubjectFactory> getSubjectFactoryInjector()
public org.jboss.msc.value.InjectedValue<Neo4jSubsystemService> getNeo4jSubsystemServiceInjectedValue()
public org.jboss.msc.inject.Injector<org.jboss.as.network.OutboundSocketBinding> getOutboundSocketBindingInjector(String name)
public void start(org.jboss.msc.service.StartContext startContext)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.service.Service<Neo4jClientConnectionService>org.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext stopContext)
stop in interface org.jboss.msc.service.Service<Neo4jClientConnectionService>public Neo4jClientConnectionService getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<Neo4jClientConnectionService>IllegalStateExceptionIllegalArgumentExceptionpublic Object getDriver()
public <T> T unwrap(Class<T> clazz)
unwrap in interface NoSQLConnectionCopyright © 2017 JBoss by Red Hat. All rights reserved.