Uses of Class
com.sas.services.information.ServerDef

Packages that use ServerDef
com.sas.services.information Interact with data repositories on behalf of client applications. 
 

Uses of ServerDef in com.sas.services.information
 

Methods in com.sas.services.information with parameters of type ServerDef
abstract  boolean InformationServiceInterface.addServerDef(ServerDef serverDef)
          Add a new server definition to the Information Service configuration.
 boolean InformationService.addServerDef(ServerDef serverDef)
           
abstract  void ServerInterface.connect(com.sas.meta.SASOMI.IOMI cnxn, ServerDef def, UserContextInterface user)
          Construct an OMIServer with the connection already established.
 void OMIServer.connect(com.sas.meta.SASOMI.IOMI cnxn, ServerDef def, UserContextInterface user)
          Construct an OMIServer with the connection already established.
abstract  void ServerInterface.connect(com.sas.meta.SASOMI.IOMI cnxn, ServerDef def, UserContextInterface user, Cluster cluster)
          Construct an OMIServer with the connection already established.
 void OMIServer.connect(com.sas.meta.SASOMI.IOMI cnxn, ServerDef def, UserContextInterface user, Cluster cluster)
          Construct an OMIServer with the connection already established.
abstract  void ServerInterface.connect(ServerDef def, UserContextInterface user)
          Connect a user to an InformationService server.
 void OMIServer.connect(ServerDef def, UserContextInterface user)
           
abstract  void ServerInterface.connect(ServerDef def, UserContextInterface user, Cluster cluster)
          Connect a user to an InformationService server.
 void OMIServer.connect(ServerDef def, UserContextInterface user, Cluster cluster)
           
abstract  ServerInterface InformationServiceInterface.connect(UserContextInterface user, ServerDef serverDef)
          Connect to a ServerInterface object.
 ServerInterface InformationService.connect(UserContextInterface user, ServerDef serverDef)
           
abstract  ServerInterface InformationServiceInterface.connect(UserContextInterface user, ServerDef serverDef, Cluster cluster)
          Connect to a ServerInterface object.
 ServerInterface InformationService.connect(UserContextInterface user, ServerDef serverDef, Cluster cluster)
           
abstract  boolean InformationServiceInterface.removeServerDef(ServerDef serverDef)
          Remove a server definition from the Information Service configuration.
 boolean InformationService.removeServerDef(ServerDef serverDef)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.