|
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.TransactionHandler
Field Summary | |
protected DataOutputStream |
dataOut
Output stream for response. |
protected BerString |
message
HoldingServer request. |
protected BerString |
response
Holding Server response. |
Method Summary | |
void |
handle(BerString message)
Handle the request. |
static void |
initStats(IniFile ini,
String host,
int port)
init should only be called once. |
void |
run()
Handle the message and respond to dataOut. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected BerString message
protected BerString response
protected DataOutputStream dataOut
Method Detail |
public static void initStats(IniFile ini, String host, int port)
ini
- configuration filename
- section name for this threadpublic void run()
public void handle(BerString message)
message
- the request
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |