Uses of Class
com.sas.services.information.ServerDef
Packages that use ServerDef
Package
Description
Interact with data repositories on behalf of client applications.
-
Uses of ServerDef in com.sas.services.information
Fields in com.sas.services.information with type parameters of type ServerDefModifier and TypeFieldDescriptionMap<String, ServerDef> InformationServiceInitObject.serverDefsServer Definitions map.Methods in com.sas.services.information that return ServerDefModifier and TypeMethodDescriptionfinal ServerDefInformationServiceInitObject.getServerDef(String name) final ServerDefInformationServiceInitObject.getServerDefUsingID(String uid) Gets the ServerDef for the specified unique ID.Methods in com.sas.services.information with parameters of type ServerDefModifier and TypeMethodDescriptionbooleanInformationService.addServerDef(ServerDef serverDef) final booleanInformationServiceInitObject.addServerDef(ServerDef def) booleanInformationServiceInterface.addServerDef(ServerDef serverDef) Add a new server definition to the Information Service configuration.booleanInformationServiceProxy.addServerDef(ServerDef serverDef) InformationService.connect(UserContextInterface user, ServerDef serverDef) InformationService.connect(UserContextInterface user, ServerDef serverDef, Cluster cluster) InformationServiceInterface.connect(UserContextInterface user, ServerDef serverDef) Connect to a ServerInterface object.InformationServiceInterface.connect(UserContextInterface user, ServerDef serverDef, Cluster cluster) Connect to a ServerInterface object.InformationServiceProxy.connect(UserContextInterface user, ServerDef serverDef) Connect to a ServerInterface object.InformationServiceProxy.connect(UserContextInterface user, ServerDef serverDef, Cluster cluster) Connect to a ServerInterface object.voidOMIServer.connect(com.sas.meta.SASOMI.IOMI cnxn, ServerDef def, UserContextInterface user) Construct an OMIServer with the connection already established.voidOMIServer.connect(com.sas.meta.SASOMI.IOMI cnxn, ServerDef def, UserContextInterface user, Cluster cluster) Construct an OMIServer with the connection already established.voidOMIServer.connect(ServerDef def, UserContextInterface user) voidOMIServer.connect(ServerDef def, UserContextInterface user, Cluster cluster) voidServerInterface.connect(com.sas.meta.SASOMI.IOMI cnxn, ServerDef def, UserContextInterface user) Construct an OMIServer with the connection already established.voidServerInterface.connect(com.sas.meta.SASOMI.IOMI cnxn, ServerDef def, UserContextInterface user, Cluster cluster) Construct an OMIServer with the connection already established.voidServerInterface.connect(ServerDef def, UserContextInterface user) Connect a user to an InformationService server.voidServerInterface.connect(ServerDef def, UserContextInterface user, Cluster cluster) Connect a user to an InformationService server.booleanInformationService.removeServerDef(ServerDef serverDef) booleanInformationServiceInterface.removeServerDef(ServerDef serverDef) Remove a server definition from the Information Service configuration.booleanInformationServiceProxy.removeServerDef(ServerDef serverDef) InformationServiceInitObject.removeServerDefinition(ServerDef serverDef) Remove an Information Service server definition from the model.final booleanInformationServiceInitObject.replaceServerDef(String oldServerDefName, ServerDef newServerDef) Updates the configuration by replacing the name of a repository definition and updating its associations to repository groups.