|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The interface between the ADL identifiers service and drivers that implement the service on behalf of collections. The ADL identifiers service creates the driver for a collection by dynamically loading the driver class and calling the following class method:
public static IdentifiersDriver createDriver (Global global,
File directory,
String collection)
Driver configuration files can be obtained from
directory. collection is the name of the
collection, e.g., "adl_catalog". global
is the global object representing this instance of the middleware;
it can be used to store global quantities.
$Log: IdentifiersDriver.java,v $ Revision 1.1 2006/06/22 18:35:46 gjanee Initial revision
| Method Summary | |
void |
destroy()
Frees any resources held by the driver. |
java.util.Vector |
performIdentifiersService(java.lang.String collection)
Returns the identifiers of all items in the collection. |
| Method Detail |
public java.util.Vector performIdentifiersService(java.lang.String collection)
throws InternalErrorException
collection names the collection for which the
driver was created. This method must be multithread-safe.
collection - The collection name, e.g., "adl_catalog".
InternalErrorException - If any error occurs.IdentifiersServicepublic void destroy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||