Package org.teiid.transport
Interface ClientServiceRegistry
-
- All Known Implementing Classes:
ClientServiceRegistryImpl,TransportService
public interface ClientServiceRegistry
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classClientServiceRegistry.Type
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description AuthenticationTypegetAuthenticationType()Deprecated.ClassLoadergetCallerClassloader()<T> TgetClientService(Class<T> iface)SecurityHelpergetSecurityHelper()VDBRepositorygetVDBRepository()voidwaitForFinished(VDBKey vdbKey, int timeOutMillis)
-
-
-
Method Detail
-
getClientService
<T> T getClientService(Class<T> iface) throws ComponentNotFoundException
- Throws:
ComponentNotFoundException
-
getSecurityHelper
SecurityHelper getSecurityHelper()
-
getAuthenticationType
@Deprecated AuthenticationType getAuthenticationType()
Deprecated.Provides the authentication type for pre-8.7 JDBC clients.- Returns:
-
waitForFinished
void waitForFinished(VDBKey vdbKey, int timeOutMillis) throws ConnectionException
- Throws:
ConnectionException
-
getCallerClassloader
ClassLoader getCallerClassloader()
-
getVDBRepository
VDBRepository getVDBRepository()
-
-