public class TransportService extends ClientServiceRegistryImpl implements org.jboss.msc.service.Service<ClientServiceRegistry>
ClientServiceRegistryImpl.ClientServiceClientServiceRegistry.Type| Constructor and Description |
|---|
TransportService(String transportName) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationType |
getAuthenticationType()
Provides the authentication type for pre-8.7 JDBC clients.
|
org.jboss.msc.value.InjectedValue<BufferManager> |
getBufferManagerInjector() |
ClassLoader |
getCallerClassloader() |
org.jboss.msc.value.InjectedValue<DQPCore> |
getDqpInjector() |
org.jboss.msc.value.InjectedValue<SessionService> |
getSessionServiceInjector() |
org.jboss.msc.value.InjectedValue<org.jboss.as.network.SocketBinding> |
getSocketBindingInjector() |
SocketConfiguration |
getSocketConfig() |
ClientServiceRegistry |
getValue() |
org.jboss.msc.value.InjectedValue<VDBRepository> |
getVdbRepositoryInjector() |
boolean |
isLocal() |
void |
setAuthenticationType(AuthenticationType authenticationType) |
void |
setLocal(boolean v) |
void |
setMaxODBCLobSizeAllowed(int lobSize) |
void |
setSocketConfig(SocketConfiguration socketConfig) |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
void |
waitForFinished(VDBKey vdbKey,
int timeOutMillis) |
getClientService, getClientService, getSecurityHelper, getVDBRepository, registerClientService, setSecurityHelper, setVDBRepositorypublic TransportService(String transportName)
public ClientServiceRegistry getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<ClientServiceRegistry>IllegalStateExceptionIllegalArgumentExceptionpublic void waitForFinished(VDBKey vdbKey, int timeOutMillis) throws ConnectionException
waitForFinished in interface ClientServiceRegistrywaitForFinished in class ClientServiceRegistryImplConnectionExceptionpublic ClassLoader getCallerClassloader()
getCallerClassloader in interface ClientServiceRegistrypublic 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.network.SocketBinding> getSocketBindingInjector()
public SocketConfiguration getSocketConfig()
public void setSocketConfig(SocketConfiguration socketConfig)
public org.jboss.msc.value.InjectedValue<VDBRepository> getVdbRepositoryInjector()
public org.jboss.msc.value.InjectedValue<DQPCore> getDqpInjector()
public org.jboss.msc.value.InjectedValue<BufferManager> getBufferManagerInjector()
public AuthenticationType getAuthenticationType()
ClientServiceRegistrygetAuthenticationType in interface ClientServiceRegistrygetAuthenticationType in class ClientServiceRegistryImplpublic void setAuthenticationType(AuthenticationType authenticationType)
setAuthenticationType in class ClientServiceRegistryImplpublic org.jboss.msc.value.InjectedValue<SessionService> getSessionServiceInjector()
public void setMaxODBCLobSizeAllowed(int lobSize)
public void setLocal(boolean v)
public boolean isLocal()
Copyright © 2019. All rights reserved.