Interface IFilenetFactory

  • All Superinterfaces:
    java.rmi.Remote

    public interface IFilenetFactory
    extends java.rmi.Remote
    This interface describes a factory for producing remote IFilenet 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 IFilenet handle.
    • Method Detail

      • make

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