*** This interface provides Binary Compatibility only, not Source Compatibility ***

Interface ServiceTypeInterface

All Superinterfaces:
MetadataInterface, PublicObjectInterface, Remote

@SASScope("ALL") @BinaryCompatibilityOnly public interface ServiceTypeInterface extends MetadataInterface
  • Method Details

    • getClassIdentifier

      String getClassIdentifier() throws ServiceException, RemoteException
      Get the Class Identifier string.
      Returns:
      This should be a string that uniquely identifies the type of service.
      Throws:
      ServiceException - If a repository error occurs.
      RemoteException - In the event of remote object failure.
    • setClassIdentifier

      void setClassIdentifier(String classIdentifier) throws ServiceException, RemoteException
      Set the class identifier string.
      Parameters:
      classIdentifier - A string which uniquely identifies the type of service this object defines.
      Throws:
      ServiceException - If a repository error occurs.
      RemoteException - In the event of remote object failure.
    • getInterfaceName

      String getInterfaceName() throws ServiceException, RemoteException
      Get the service type interface name.
      Returns:
      The interface name for this service type.
      Throws:
      ServiceException - If a repository error occurs.
      RemoteException - In the event of remote object failure.
    • setInterfaceName

      void setInterfaceName(String interfaceName) throws ServiceException, RemoteException
      Set the interface name for this service type.
      Parameters:
      interfaceName - The service type interface name.
      Throws:
      ServiceException - If a repository error occurs.
      RemoteException - In the event of remote object failure.