|
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.isoill.IllSession
The IllSession object contains information about the user's connection with an ILL Server.
Field Summary | |
Object |
connection
Connection object; this is a place for the client to remember things about this session. |
String |
defaultService
String object that contains the default ILL service type for the Ill session. |
String |
emailFrom
String object that contains the email "from" line. |
String |
emailMessage
String object that contains the email message. |
String |
emailServer
String object that contains the email server name. |
String |
emailSubject
String object that contains the email subject line. |
String |
host
String object containing the name of the host of the server that this session connects to. |
String |
MemailFrom
String object that contains the email "from" line. |
String |
MemailMessage
String object that contains the email message. |
String |
MemailReplyto
String object that contains the email "from" line. |
String |
MemailSender
String object that contains the email server name. |
String |
MemailSubject
String object that contains the email subject line. |
String |
MemailTo
String object that contains the email server name. |
IllPatronInfo |
patron
IllPatronInfo object that containis the patron Information for the Ill session. |
int |
port
Integer data type containing the oort of the server that this session connects to. |
IllRequest |
request
An IllRequest object that can be re-used. |
Constructor Summary | |
IllSession()
Constructs an IllSession object. |
Method Summary | |
void |
closeConnection()
Closes the connection to the IsoIll server. |
void |
initClient()
Sets the hostname and port with the values stored in this object. |
void |
initClient(String hostName,
int portNum)
Sets the hostname and port. |
boolean |
isConnected()
Returns a boolean which indicates whether this user has a connection to an ILL Server. |
IllPatronInfo |
patron()
Returns an ILLPatronInfo object that contains the patron information. |
void |
reset()
Resets (closes) the connection to an IsoIll Server. |
String |
toString()
Generates a String representation of the object. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public String host
public int port
public Object connection
public IllPatronInfo patron
public String emailServer
public String emailFrom
public String emailSubject
public String emailMessage
public String MemailTo
public String MemailFrom
public String MemailSubject
public String MemailSender
public String MemailReplyto
public String MemailMessage
public String defaultService
public IllRequest request
Constructor Detail |
public IllSession()
Method Detail |
public void initClient(String hostName, int portNum)
hostName
- the name of the host to connect to.portNum
- the port number to connect to.public void initClient()
public boolean isConnected()
public void reset()
public void closeConnection()
public IllPatronInfo patron()
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 |