Interface | Description |
---|---|
IDocumentum |
This class abstracts away from the documentum methods necessary to "do things" that
the crawler or authority needs to be done with the Documentum repository.
|
IDocumentumFactory |
This interface describes a factory for producing remote IDocumentum objects under the auspices of RMI.
|
IDocumentumObject |
This represents the limited equivalent of an IDfSysObject, containing only the properties that the crawler code
needs to do its job.
|
IDocumentumResult |
This interface represents a streamed resultset from a documentum DQL
query.
|
Class | Description |
---|---|
LocalClientSocket |
This class wraps Socket and does not permit it to be directed to connect anywhere other than to localhost.
|
RMILocalClientSocketFactory |
This factory mints client-side sockets.
|
RMILocalSocketFactory |
This class is the main server class, which gets run to start the rmi service that talks to Documentum.
|
RMILocalSocketFactory.LocalServerSocket |
This is a localhost-bound implementation of ServerSocket
|
Exception | Description |
---|---|
DocumentumException |