Class OMRSAPServer

java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
com.sas.services.information.metadata.Metadata
com.sas.services.information.metadata.OMRSoftwareComponent
com.sas.services.information.metadata.OMRServer
com.sas.services.information.metadata.OMRServerComponent
com.sas.services.information.metadata.OMRSAPServer
All Implemented Interfaces:
MetadataInterface, ServerComponentInterface, ServerInterface, SoftwareComponentInterface, PublicObjectInterface, com.sas.storage.editableproperties.SubstitutionProperties, Serializable, Remote

public class OMRSAPServer extends OMRServerComponent
See Also:
  • Field Details

    • OLDEST_VERSION

      public static final com.sas.util.UsageVersion OLDEST_VERSION
    • CURRENT_VERSION

      public static final com.sas.util.UsageVersion CURRENT_VERSION
  • Constructor Details

    • OMRSAPServer

      public OMRSAPServer() throws RemoteException
      Throws:
      RemoteException
    • OMRSAPServer

      public OMRSAPServer(com.sas.metadata.remote.ServerComponent o) throws RemoteException
      Throws:
      RemoteException
    • OMRSAPServer

      public OMRSAPServer(com.sas.metadata.remote.impl.ServerComponentImpl o) throws RemoteException
      Throws:
      RemoteException
    • OMRSAPServer

      public OMRSAPServer(com.sas.metadata.remote.impl.ServerComponentImpl_Stub o) throws RemoteException
      Throws:
      RemoteException
    • OMRSAPServer

      public OMRSAPServer(RepositoryInterface repos, String name, FolderInterface parent) throws RemoteException
      Throws:
      RemoteException
    • OMRSAPServer

      protected OMRSAPServer(Class theClass) throws RemoteException
      Throws:
      RemoteException
    • OMRSAPServer

      protected OMRSAPServer(com.sas.metadata.remote.ServerComponent o, Class theClass) throws RemoteException
      Throws:
      RemoteException
    • OMRSAPServer

      protected OMRSAPServer(com.sas.metadata.remote.impl.ServerComponentImpl o, Class theClass) throws RemoteException
      Throws:
      RemoteException
    • OMRSAPServer

      protected OMRSAPServer(com.sas.metadata.remote.impl.ServerComponentImpl_Stub o, Class theClass) throws RemoteException
      Throws:
      RemoteException
    • OMRSAPServer

      protected OMRSAPServer(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) throws RemoteException
      Throws:
      RemoteException
  • Method Details

    • getType

      public String getType() throws RemoteException
      Description copied from class: Metadata
      Get the object type. Subclasses of Metadata will return a repository-neutral type string. If no subclass exists, Metadata returns the repository-specific type.
      Specified by:
      getType in interface MetadataInterface
      Overrides:
      getType in class OMRServerComponent
      Returns:
      A type string for the object.
      Throws:
      RemoteException - in the event of remote object failure