Uses of Interface
com.sas.services.information.metadata.ConnectionInterface
Packages that use ConnectionInterface
Package
Description
Information Service metadata.
Server classes for SAS Foundation Services.
-
Uses of ConnectionInterface in com.sas.services.information.metadata
Subinterfaces of ConnectionInterface in com.sas.services.information.metadataModifier and TypeInterfaceDescriptioninterfaceinterfaceProxyInterfaceinterfaceinterfaceClasses in com.sas.services.information.metadata that implement ConnectionInterfaceModifier and TypeClassDescriptionclassOMRConnectionclassOMRProxyclassOMRTCPIPConnectionMethods in com.sas.services.information.metadata with parameters of type ConnectionInterfaceModifier and TypeMethodDescriptionvoidOMRProxyList.addSourceConnection(ConnectionInterface connection) voidOMRServer.addSourceConnection(ConnectionInterface connection) voidServerInterface.addSourceConnection(ConnectionInterface connection) Add a connection definition that can be used to access this server.voidOMRProxyList.removeSourceConnection(ConnectionInterface connection) voidOMRServer.removeSourceConnection(ConnectionInterface connection) voidServerInterface.removeSourceConnection(ConnectionInterface connection) Remove a connection definition from the list that can access this server.voidConnectionInterface.setProperty(ConnectionInterface objCon, String value, String PropName) Set the value to the property of connection.voidOMRConnection.setProperty(ConnectionInterface objCon, String value, String PropName) -
Uses of ConnectionInterface in com.sas.services.information.metadata.servers
Classes in com.sas.services.information.metadata.servers with type parameters of type ConnectionInterfaceModifier and TypeClassDescriptionclassAbstractConnectionBuilder<T extends ConnectionInterface,J extends com.sas.metadata.remote.Connection, B extends AbstractConnectionBuilder<T, J, B>> Abstract base class for a server connection builder.Methods in com.sas.services.information.metadata.servers that return ConnectionInterfaceModifier and TypeMethodDescriptionDataServerInterface.createConnection(String connectionName, Map<String, String> properties) Creates a new connection on this server.SASInfrastructureDataServerImpl.createConnection(String connectionName, Map<String, String> properties)