public class OrientClientConnectionsService extends Object implements org.jboss.msc.service.Service<OrientClientConnectionsService>, NoSQLConnection
| Constructor and Description |
|---|
OrientClientConnectionsService(Configuration configuration,
OrientInteraction orientInteraction) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.value.InjectedValue<OrientSubsystemService> |
getOrientSubsystemServiceInjectedValue() |
org.jboss.msc.value.InjectedValue<org.jboss.as.network.OutboundSocketBinding> |
getOutboundSocketBindingInjectedValue() |
org.jboss.msc.value.InjectedValue<org.jboss.security.SubjectFactory> |
getSubjectFactoryInjector() |
OrientClientConnectionsService |
getValue() |
void |
start(org.jboss.msc.service.StartContext startContext) |
void |
stop(org.jboss.msc.service.StopContext stopContext) |
<T> T |
unwrap(Class<T> clazz) |
public OrientClientConnectionsService(Configuration configuration, OrientInteraction orientInteraction)
public void start(org.jboss.msc.service.StartContext startContext)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.service.Service<OrientClientConnectionsService>org.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext stopContext)
stop in interface org.jboss.msc.service.Service<OrientClientConnectionsService>public OrientClientConnectionsService getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<OrientClientConnectionsService>IllegalStateExceptionIllegalArgumentExceptionpublic <T> T unwrap(Class<T> clazz)
unwrap in interface NoSQLConnectionpublic org.jboss.msc.value.InjectedValue<OrientSubsystemService> getOrientSubsystemServiceInjectedValue()
public org.jboss.msc.value.InjectedValue<org.jboss.as.network.OutboundSocketBinding> getOutboundSocketBindingInjectedValue()
public org.jboss.msc.value.InjectedValue<org.jboss.security.SubjectFactory> getSubjectFactoryInjector()
Copyright © 2017 JBoss by Red Hat. All rights reserved.