Package org.teiid.transport
Interface ClientServiceRegistry
-
- All Known Implementing Classes:
ClientServiceRegistryImpl
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 org.teiid.net.socket.AuthenticationTypegetAuthenticationType()Deprecated.ClassLoadergetCallerClassloader()<T> TgetClientService(Class<T> iface)org.teiid.security.SecurityHelpergetSecurityHelper()VDBRepositorygetVDBRepository()voidwaitForFinished(org.teiid.vdb.runtime.VDBKey vdbKey, int timeOutMillis)
-
-
-
Method Detail
-
getClientService
<T> T getClientService(Class<T> iface) throws org.teiid.core.ComponentNotFoundException
- Throws:
org.teiid.core.ComponentNotFoundException
-
getSecurityHelper
org.teiid.security.SecurityHelper getSecurityHelper()
-
getAuthenticationType
@Deprecated org.teiid.net.socket.AuthenticationType getAuthenticationType()
Deprecated.Provides the authentication type for pre-8.7 JDBC clients.- Returns:
-
waitForFinished
void waitForFinished(org.teiid.vdb.runtime.VDBKey vdbKey, int timeOutMillis) throws org.teiid.net.ConnectionException- Throws:
org.teiid.net.ConnectionException
-
getCallerClassloader
ClassLoader getCallerClassloader()
-
getVDBRepository
VDBRepository getVDBRepository()
-
-