public class Z3950Protocol
extends java.lang.Object
| Constructor and Description |
|---|
Z3950Protocol() |
| Modifier and Type | Method and Description |
|---|---|
GetRecordsReply |
doQuery(GetRecordsReply recordsReply,
java.net.URI uri,
java.lang.Object object,
int firstRecord)
Makes a query
|
static java.lang.String |
getDatabase(java.net.URI uri)
Return the database
|
boolean |
isProtocolSupported(java.net.URI uri) |
java.lang.String |
openConnection(java.net.URI uri) |
public GetRecordsReply doQuery(GetRecordsReply recordsReply, java.net.URI uri, java.lang.Object object, int firstRecord)
url - object - firstRecord - IRResultSetExceptionSearchExceptionpublic java.lang.String openConnection(java.net.URI uri)
url - public boolean isProtocolSupported(java.net.URI uri)
url - public static java.lang.String getDatabase(java.net.URI uri)
url -