Class OMRHost

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.OMRHost
All Implemented Interfaces:
HostInterface, MetadataInterface, PublicObjectInterface, Serializable, Remote

public class OMRHost extends Metadata implements HostInterface
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

    • OMRHost

      public OMRHost() throws RemoteException
      Throws:
      RemoteException
    • OMRHost

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

      public OMRHost(com.sas.metadata.remote.Machine host) throws RemoteException
      Throws:
      RemoteException
    • OMRHost

      protected OMRHost(com.sas.metadata.remote.Machine host, Class theClass) throws RemoteException
      Throws:
      RemoteException
    • OMRHost

      public OMRHost(com.sas.metadata.remote.impl.MachineImpl host) throws RemoteException
      Throws:
      RemoteException
    • OMRHost

      protected OMRHost(com.sas.metadata.remote.impl.MachineImpl host, Class theClass) throws RemoteException
      Throws:
      RemoteException
    • OMRHost

      public OMRHost(com.sas.metadata.remote.impl.MachineImpl_Stub host) throws RemoteException
      Throws:
      RemoteException
    • OMRHost

      protected OMRHost(com.sas.metadata.remote.impl.MachineImpl_Stub host, Class theClass) throws RemoteException
      Throws:
      RemoteException
    • OMRHost

      public OMRHost(RepositoryInterface repository, String name) throws RemoteException
      Throws:
      RemoteException
  • Method Details