Uses of Interface
com.sas.services.connection.ConnectionInterface
Packages that use ConnectionInterface
Package
Description
Service for making and managing connections to IOM servers.
Provides a connection factory configuation for use with SAS Foundation Services.
This subsystem provides utilities to deploy and lookup SAS Foundation Services.
Interact with data repositories on behalf of client applications.
Security Service login.
Execute stored processes.
Utility classes used by Foundation Services.
-
Uses of ConnectionInterface in com.sas.services.connection
Methods in com.sas.services.connection that return ConnectionInterfaceModifier and TypeMethodDescriptionprotected ConnectionInterfaceAggregationKernel.doGetConnection(ConnectionRequest cxReq) protected ConnectionInterfaceConnectionFactoryKernel.doGetConnection(ConnectionRequest cxReq) protected ConnectionInterfacePoolingKernel.doGetConnection(ConnectionRequest cxReq) static ConnectionInterfaceConnectionFactoryUtil.extractConnectionHandle(Object objRef) Extract the connection handle for the specified remote object reference.ConnectionFactory.getConnection()ConnectionFactory.getConnection(long waitMilliseconds) ConnectionFactory.getConnection(String domain) ConnectionFactory.getConnection(String domain, long waitMilliseconds) ConnectionFactory.getConnection(String userName, String password) ConnectionFactory.getConnection(String userName, String password, long waitMilliseconds) ConnectionFactory.getConnection(String userName, String password, String domain) ConnectionFactory.getConnection(String userName, String password, String domain, long waitMilliseconds) ConnectionFactoryInterface.getConnection()Get a connection to a server that does not require a user name and password for connections.ConnectionFactoryInterface.getConnection(long waitMilliseconds) Get a connection to a server that does not require a user name and password for connections.ConnectionFactoryInterface.getConnection(String domain) Get a connection to a server that does not require a user name and password for connections.ConnectionFactoryInterface.getConnection(String domain, long waitMilliseconds) Get a connection to a server that does not require a user name and password for connections.ConnectionFactoryInterface.getConnection(String userName, String password) Get a connection to a server.ConnectionFactoryInterface.getConnection(String userName, String password, long waitMilliseconds) Get a connection to a server.ConnectionFactoryInterface.getConnection(String userName, String password, String domain) Get a connection to a server.ConnectionFactoryInterface.getConnection(String userName, String password, String domain, long waitMilliseconds) Get a connection to a server.protected final ConnectionInterfaceConnectionFactoryKernel.getConnection(ConnectionRequest cxReq) protected ConnectionInterfaceConnectionFactoryKernel.getConnection(Credential userLogin, long waitMilliseconds, Logger cxLogger) protected ConnectionInterfaceConnectionFactoryShell.getConnection(ConnectionRequest cxReq) ConnectionFactoryShell.getConnection(Credential userLogin) ConnectionFactoryShell.getConnection(Credential userLogin, long waitMilliseconds) protected ConnectionInterfaceConnectionFactoryShell.getConnection(Credential userLogin, long waitMilliseconds, Logger cxLogger) ConnectionFactoryShellInterface.getConnection(Credential login) Get a connection to a server.ConnectionFactoryShellInterface.getConnection(Credential login, long waitMilliseconds) Get a connection to a server.Methods in com.sas.services.connection with parameters of type ConnectionInterfaceModifier and TypeMethodDescriptionConnectionFactoryUtil.extractConnectionFactoryAdmin(ConnectionInterface cx) -
Uses of ConnectionInterface in com.sas.services.connection.platform
Methods in com.sas.services.connection.platform that return ConnectionInterfaceModifier and TypeMethodDescriptionPlatformConnectionFactory.getConnection(UserContextInterface userContext) PlatformConnectionFactory.getConnection(UserContextInterface userContext, long waitMilliseconds) PlatformConnectionFactoryInterface.getConnection(UserContextInterface userContext) Get a connection to a server.PlatformConnectionFactoryInterface.getConnection(UserContextInterface userContext, long waitMilliseconds) Get a connection to a server. -
Uses of ConnectionInterface in com.sas.services.connection.platform.mgmt
Methods in com.sas.services.connection.platform.mgmt that return ConnectionInterfaceMethods in com.sas.services.connection.platform.mgmt with parameters of type ConnectionInterfaceModifier and TypeMethodDescriptionvoidServerFactoryMBean.createMBean(javax.management.ObjectName on, ConnectionInterface connection) Constructors in com.sas.services.connection.platform.mgmt with parameters of type ConnectionInterfaceModifierConstructorDescriptionServerMBean(String desc, ConnectionInterface connection, ISpawnedServer spawnedServer) Construct the Server MBean.SpawnedServerMBean(ISpawnedServer spawnedServer, String instanceId, javax.management.ObjectName spawnerObjectName, ConnectionInterface topConn) Construct the SpawnedServer MBean.SpawnerMBean(ConnectionInterface connection, UserContextInterface userContext) Construct the spawner MBean. -
Uses of ConnectionInterface in com.sas.services.deployment
Constructors in com.sas.services.deployment with parameters of type ConnectionInterfaceModifierConstructorDescriptionOMRServiceConfigFactory(String repositoryName, ConnectionInterface metadataServerConnection) Constructs a factory which can be used to manufacture service configurations queried from a SAS metadata repository. -
Uses of ConnectionInterface in com.sas.services.information
Fields in com.sas.services.information declared as ConnectionInterface -
Uses of ConnectionInterface in com.sas.services.security.login
Fields in com.sas.services.security.login declared as ConnectionInterfaceModifier and TypeFieldDescriptionprotected ConnectionInterfaceOMIServerPrincipal.cxprotected ConnectionInterfaceSasLoginModule.cxConnection.protected ConnectionInterfaceTrustedLoginModule.cxprotected ConnectionInterfaceOMIServerPrincipal.tcxprotected ConnectionInterfaceTrustedLoginModule.tcx -
Uses of ConnectionInterface in com.sas.services.storedprocess
Methods in com.sas.services.storedprocess that return ConnectionInterfaceModifier and TypeMethodDescriptionStoredProcess2Interface.getConnection()Get a connection for stored process execution. -
Uses of ConnectionInterface in com.sas.services.util
Methods in com.sas.services.util that return ConnectionInterfaceModifier and TypeMethodDescriptionServicesConnectionFactory.getConnection(UserContextInterface userContext) ServicesConnectionFactory.getConnection(UserContextInterface userContext, long waitMilliseconds) ServicesConnectionFactoryInterface.getConnection(UserContextInterface userContext) Get a connection to a server.ServicesConnectionFactoryInterface.getConnection(UserContextInterface userContext, long waitMilliseconds) Get a connection to a server.