|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
RMI interface to the ADL reference service.
$Log: ReferenceService.java,v $ Revision 1.1 2001/09/14 21:35:42 gjanee Initial revision
| Method Summary | |
void |
performReferenceService(java.lang.String baseUrl,
java.lang.String remoteName,
java.lang.String localName)
Performs the ADL reference service. |
| Method Detail |
public void performReferenceService(java.lang.String baseUrl,
java.lang.String remoteName,
java.lang.String localName)
throws MiddlewareException,
java.rmi.RemoteException
baseUrl - The remote middleware server's base URL, e.g.,
"rmi://host.com/edu/ucsb/adl/middleware/" or
"http://host.com/servlet/".remoteName - The remote collection name, e.g., "adl_catalog".localName - The local name for the remote collection, or null
if the remote name should be used.
BadRequestException - If any of the arguments is invalid.
NoAuthorizationException - If the request is valid but not allowed.
java.rmi.RemoteException - If an RMI error occurs.
InternalErrorException - If the request cannot otherwise be completed.
MiddlewareException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||