Interface IDocumentumFactory

  • All Superinterfaces:
    java.rmi.Remote

    public interface IDocumentumFactory
    extends java.rmi.Remote
    This interface describes a factory for producing remote IDocumentum objects under the auspices of RMI. If we decide to use the Activation Framework, this interface will not be needed. Its sole function is to grab a new IDocumentum handle.
    • Method Detail

      • make

        IDocumentum make()
                  throws java.rmi.RemoteException
        Mint a new IDocumentum handle.
        Throws:
        java.rmi.RemoteException