Interface GridServerInterface

All Superinterfaces:
MetadataInterface, PublicObjectInterface, Remote

public interface GridServerInterface extends MetadataInterface
  • Method Details

    • getPropertySetNames

      List<com.sas.metadata.remote.PropertySet> getPropertySetNames() throws ServiceException, RemoteException, com.sas.metadata.remote.MdException
      Throws:
      ServiceException
      RemoteException
      com.sas.metadata.remote.MdException
    • getPropertySet

      com.sas.metadata.remote.PropertySet getPropertySet(String applicationName) throws ServiceException, RemoteException, com.sas.metadata.remote.MdException
      Throws:
      ServiceException
      RemoteException
      com.sas.metadata.remote.MdException
    • setPropertySetName

      void setPropertySetName(String applicationName) throws ServiceException, RemoteException, com.sas.metadata.remote.MdException
      Throws:
      ServiceException
      RemoteException
      com.sas.metadata.remote.MdException
    • getGridRequiredProperty

      String getGridRequiredProperty(String applicationName) throws ServiceException, RemoteException, com.sas.metadata.remote.MdException
      Throws:
      ServiceException
      RemoteException
      com.sas.metadata.remote.MdException
    • setGridRequiredProperty

      void setGridRequiredProperty(String applicationName, String gridRequired) throws ServiceException, RemoteException, com.sas.metadata.remote.MdException
      Throws:
      ServiceException
      RemoteException
      com.sas.metadata.remote.MdException
    • getUserMappings

      List<String> getUserMappings(String propertySetName) throws ServiceException, RemoteException, com.sas.metadata.remote.MdException
      Throws:
      ServiceException
      RemoteException
      com.sas.metadata.remote.MdException
    • setUserMappings

      void setUserMappings(String propertySetName, List<String> identityList, GridApplicationInterface gao) throws ServiceException, RemoteException, com.sas.metadata.remote.MdException
      Throws:
      ServiceException
      RemoteException
      com.sas.metadata.remote.MdException
    • getGridCommand

      String getGridCommand() throws ServiceException, RemoteException, com.sas.metadata.remote.MdException
      Throws:
      ServiceException
      RemoteException
      com.sas.metadata.remote.MdException
    • setGridCommand

      void setGridCommand(String gridCommand) throws ServiceException, RemoteException, com.sas.metadata.remote.MdException
      Throws:
      ServiceException
      RemoteException
      com.sas.metadata.remote.MdException
    • getProvider

      String getProvider() throws ServiceException, RemoteException, com.sas.metadata.remote.MdException
      Throws:
      ServiceException
      RemoteException
      com.sas.metadata.remote.MdException
    • setProvider

      void setProvider(String provider) throws ServiceException, RemoteException, com.sas.metadata.remote.MdException
      Throws:
      ServiceException
      RemoteException
      com.sas.metadata.remote.MdException
    • getRequiredResources

      List<String> getRequiredResources() throws ServiceException, RemoteException, com.sas.metadata.remote.MdException
      Throws:
      ServiceException
      RemoteException
      com.sas.metadata.remote.MdException
    • setRequiredResources

      void setRequiredResources(List<String> requiredResources) throws ServiceException, RemoteException, com.sas.metadata.remote.MdException
      Throws:
      ServiceException
      RemoteException
      com.sas.metadata.remote.MdException
    • getGridOptions

      List<String> getGridOptions() throws ServiceException, RemoteException, com.sas.metadata.remote.MdException
      Throws:
      ServiceException
      RemoteException
      com.sas.metadata.remote.MdException
    • setGridOptions

      void setGridOptions(List<String> gridOptions) throws ServiceException, RemoteException, com.sas.metadata.remote.MdException
      Throws:
      ServiceException
      RemoteException
      com.sas.metadata.remote.MdException
    • getSASOptions

      List<String> getSASOptions() throws ServiceException, RemoteException, com.sas.metadata.remote.MdException
      Throws:
      ServiceException
      RemoteException
      com.sas.metadata.remote.MdException
    • setSASOptions

      void setSASOptions(List<String> sasOptions) throws ServiceException, RemoteException, com.sas.metadata.remote.MdException
      Throws:
      ServiceException
      RemoteException
      com.sas.metadata.remote.MdException
    • getServerProperties

      com.sas.metadata.remote.AssociationList getServerProperties() throws ServiceException, RemoteException, com.sas.metadata.remote.MdException
      Throws:
      ServiceException
      RemoteException
      com.sas.metadata.remote.MdException
    • setUsageVersion

      void setUsageVersion(double versionNumber) throws RemoteException
      Throws:
      RemoteException
    • setPublicType

      void setPublicType(String publicType) throws RemoteException
      Throws:
      RemoteException
    • getUserGaos

      List<GaoIdentity> getUserGaos(String appName) throws ServiceException, com.sas.metadata.remote.MdException, RemoteException
      Throws:
      ServiceException
      com.sas.metadata.remote.MdException
      RemoteException
    • deleteUserMapping

      void deleteUserMapping(String appName, String gaoName, List<String> identityName) throws RemoteException, com.sas.metadata.remote.MdException
      Throws:
      RemoteException
      com.sas.metadata.remote.MdException
    • setGridWorkLoad

      void setGridWorkLoad(List<String> workload) throws ServiceException, RemoteException, com.sas.metadata.remote.MdException
      Throws:
      ServiceException
      RemoteException
      com.sas.metadata.remote.MdException
    • getGridWorkLoad

      List<String> getGridWorkLoad() throws ServiceException, RemoteException, com.sas.metadata.remote.MdException
      Throws:
      ServiceException
      RemoteException
      com.sas.metadata.remote.MdException
    • setGridModuleName

      void setGridModuleName(String moduleName) throws ServiceException, RemoteException, com.sas.metadata.remote.MdException
      Throws:
      ServiceException
      RemoteException
      com.sas.metadata.remote.MdException
    • getGridModuleName

      String getGridModuleName() throws ServiceException, RemoteException, com.sas.metadata.remote.MdException
      Throws:
      ServiceException
      RemoteException
      com.sas.metadata.remote.MdException
    • getRequiredResource

      String getRequiredResource() throws ServiceException, RemoteException
      Throws:
      ServiceException
      RemoteException
    • setRequiredResource

      void setRequiredResource(String value) throws ServiceException, RemoteException
      Throws:
      ServiceException
      RemoteException
    • getExistingGridOptionsSetList

      List<OMRGridApplication> getExistingGridOptionsSetList(ServerInterface authServer) throws ServiceException, RemoteException, com.sas.metadata.remote.MdException
      Throws:
      ServiceException
      RemoteException
      com.sas.metadata.remote.MdException
    • getGridOptionsSet

      GridApplicationInterface getGridOptionsSet(String gridAppId, String gridAppName, ServerInterface authServer) throws ServiceException, RemoteException
      Throws:
      ServiceException
      RemoteException
    • getExistingGridOptionsSetList

      List<OMRGridApplication> getExistingGridOptionsSetList(ServerInterface authServer, ApplicationInterface sc) throws ServiceException, RemoteException, com.sas.metadata.remote.MdException
      Throws:
      ServiceException
      RemoteException
      com.sas.metadata.remote.MdException
    • getUserMappings

      List<String> getUserMappings(String propertySetName, String gaoName) throws ServiceException, RemoteException, com.sas.metadata.remote.MdException
      Throws:
      ServiceException
      RemoteException
      com.sas.metadata.remote.MdException
    • removePropertySetFromServer

      void removePropertySetFromServer(com.sas.metadata.remote.PropertySet ps) throws RemoteException, com.sas.metadata.remote.MdException
      Throws:
      RemoteException
      com.sas.metadata.remote.MdException
    • getExistingGOSListForApp

      List<OMRGridApplication> getExistingGOSListForApp(ServerInterface authServer, String applicationName) throws ServiceException, RemoteException, com.sas.metadata.remote.MdException
      Throws:
      ServiceException
      RemoteException
      com.sas.metadata.remote.MdException