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.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
_rcsid
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IDocumentum
make()
Mint a new IDocumentum handle.
-
-
-
Field Detail
-
_rcsid
static final java.lang.String _rcsid
- See Also:
- Constant Field Values
-
-
Method Detail
-
make
IDocumentum make() throws java.rmi.RemoteException
Mint a new IDocumentum handle.- Throws:
java.rmi.RemoteException
-
-