Package edu.ucsb.adl.middleware.rmi

The middleware's RMI interface and the RMI proxy driver.

See:
          Description

Interface Summary
CancelService RMI interface to the ADL cancel service.
CollectionService RMI interface to the ADL collection service.
ConfigurationService RMI interface to the ADL configuration service.
IdentifiersService RMI interface to the ADL identifiers service.
MetadataService RMI interface to the ADL metadata service.
QueryService RMI interface to the ADL query service.
ReferenceService RMI interface to the ADL reference service.
ResultSet RMI interface to a result set.
ResultsService RMI interface to the ADL results service.
StatusService RMI interface to the ADL status service.
UnloadService RMI interface to the ADL unload service.
UnreferenceService RMI interface to the ADL unreference service.
 

Class Summary
CancelServiceImpl Bridge between the RMI interface to the ADL cancel service and the cancel service itself.
CollectionDriver Proxy driver for the ADL collection service.
CollectionServiceImpl Bridge between the RMI interface to the ADL collection service and the collection service itself.
ConfigurationServiceImpl Bridge between the RMI interface to the ADL configuration service and the configuration service itself.
IdentifiersDriver Proxy driver for the ADL identifiers service.
IdentifiersServiceImpl Bridge between the RMI interface to the ADL identifiers service and the identifiers service itself.
MetadataDriver Proxy driver for the ADL metadata service.
MetadataServiceImpl Bridge between the RMI interface to the ADL metadata service and the metadata service itself.
QueryDriver Proxy driver for the ADL query service.
QueryServiceImpl Bridge between the RMI interface to the ADL query service and the query service itself.
QueryThread A thread that submits an XML query to a remote middleware server.
ReferenceServiceImpl Bridge between the RMI interface to the ADL reference service and the reference service itself.
ResultSetImpl Bridge between the RMI interface to a result set and the result set itself.
ResultsServiceImpl Bridge between the RMI interface to the ADL results service and the results service itself.
RmiClient Test RMI client.
RmiControlServlet Controls the RMI interface to the ADL middleware.
RmiRequest Stores client and access control information during an RMI method invocation.
RmiServer Standalone RMI server.
StatusServiceImpl Bridge between the RMI interface to the ADL status service and the status service itself.
UnloadServiceImpl Bridge between the RMI interface to the ADL unload service and the unload service itself.
UnreferenceServiceImpl Bridge between the RMI interface to the ADL unreference service and the unreference service itself.
 

Package edu.ucsb.adl.middleware.rmi Description

The middleware's RMI interface and the RMI proxy driver.