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.
-
-
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 IFilenet
make()
Mint a new IFilenet handle.
-
-
-
Field Detail
-
_rcsid
static final java.lang.String _rcsid
- See Also:
- Constant Field Values
-
-
Method Detail
-
make
IFilenet make() throws java.rmi.RemoteException
Mint a new IFilenet handle.- Throws:
java.rmi.RemoteException
-
-