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

Interface ChildServerInterface

All Superinterfaces:
Remote, ServerInterface
All Known Implementing Classes:
OMIChildServer

@SASScope("ALL") @BinaryCompatibilityOnly public interface ChildServerInterface extends ServerInterface
  • Method Details

    • commit

      void commit() throws ServiceException, RemoteException
      Commit the changes in this child to its parent. If an exception is thrown during the commit, you must call rollback to close the transaction.
      Throws:
      ServiceException - if unable to commit the changes to the parent.
      RemoteException - if a network anomaly is encountered.
    • rollback

      void rollback() throws ServiceException, RemoteException
      Roll back the changes in this child repository by deleting the cache without flushing it to the parent.
      Throws:
      ServiceException - if unable to rollback.
      RemoteException - if a network anomaly is encountered.