|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ORG.oclc.HoldingServer.HoldingInfoServer
Field Summary | |
int |
ErrorCode
The error code of the response. |
String |
ErrorMsg
The error message of the response. |
String |
GroupSymbol
Provide user's group symbol. |
int |
HoldingInfoRequestType
Indicates type of input data provided. |
int |
HoldingInfoType
Indicates type of holding data requested. |
char |
HoldingLevel
Provide user's holding level information. |
String |
HoldingState
Provide user's holding state info |
long |
InstNum
Provide user's institution number. |
String |
InstSymbol
Provide user's institution symbol. |
String[] |
ISSNs
Provides list of ISSNs. |
int[] |
OCLCRecNos
Provides list of OCLCRecnos. |
int |
RequestLength
The number of bytes in the request. |
int |
RequestNum
The number of holding data request. |
int |
ResponseLength
The number of bytes in the response. |
int |
StatusCode
The status of the response. |
String |
TransactionID
Value passed to Response() and returned by the target Holding Server and Request() stores it here. |
Constructor Summary | |
HoldingInfoServer()
|
Method Summary | |
String |
getTransactionID()
|
boolean |
Request(BerString request)
|
boolean |
Request(DataDir request)
|
BerString |
Response(String transactionId,
BerString[] holdingInfo,
int statusCode,
int errorCode,
String errorMsg)
Generates a Holding Server HoldingInfo Response. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public String TransactionID
public int HoldingInfoRequestType
public int[] OCLCRecNos
public String[] ISSNs
public int HoldingInfoType
public char HoldingLevel
public long InstNum
public String InstSymbol
public String GroupSymbol
public String HoldingState
public int RequestNum
public int StatusCode
public int ErrorCode
public String ErrorMsg
public int RequestLength
public int ResponseLength
Constructor Detail |
public HoldingInfoServer()
Method Detail |
public String getTransactionID()
public BerString Response(String transactionId, BerString[] holdingInfo, int statusCode, int errorCode, String errorMsg)
transactionId
- will be returned on Response.holdingInfo
- contains holding information.statusCode
- indicates if the request was successful.errorCode
- provides error code if there was an error happened.errorMsg
- provides error message if there was an error happened.public boolean Request(BerString request)
public boolean Request(DataDir request)
public String toString()
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |