|
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.webz.ILLServer
The ILLServer class maintains configuration for an ILL Server input from the JaSSI configuration file. This information is used to customize access to the server. The class provides methods to retrieve the configuration information for the object.
Log
Field Summary | |
protected String |
affiliations
String data type indicating default Affiliations. |
protected String |
autho
String data type containing the default authorization for ILL. |
protected String |
billingAcctNum
String data type indicating the default Library Billing Info: Account Number. |
protected String |
billingAddress
String data type indicating the default Library Billing Info: Address (Street). |
protected String |
billingCity
String data type indicating the default Library Billing Info: City. |
protected String |
billingCountry
String data type indicating the default Library Billing Info: Country. |
protected String |
billingCurrencyCode
String data type indicating the default Library Billing Info: Currency Code. |
protected String |
billingExtendedAddress
String data type indicating the default Library Billing Info: ExtendedAddress. |
protected String |
billingMonetaryValue
String data type indicating the default Library Billing Info: Maximum Cost to pay for an item. |
protected String |
billingName
String data type indicating the default Library Billing Info: Name. |
protected String |
billingPoBox
String data type indicating the default Library Billing Info: PoBox. |
protected String |
billingRegion
String data type indicating the default Library Billing Info: Region(State). |
protected String |
billingZip
String data type indicating the default Library Billing Info: Zip. |
protected boolean |
changeSendTo
boolean data type indicating if the server is allowed to change the sendToList. |
protected String |
copyrightCompliance
String data type indicating the default Copyright Compliance code. |
protected String |
defaultService
String data type containing the default IllService type. |
protected String |
deliveryAddress
String data type indicating the default Library Delivery Info: Address (Street). |
protected String |
deliveryCity
String data type indicating the default Library Delivery Info: City. |
protected String |
deliveryCountry
String data type indicating the default Library Delivery Info: Country. |
protected String |
deliveryEMail
String data type indicating the default Library Delivery Info: E-Mail. |
protected String |
deliveryEService
String data type indicating the default Library Delivery Info: Electronic Delivery Service. |
protected String |
deliveryExtendedAddress
String data type indicating the default Library Delivery Info: ExtendedAddress. |
protected String |
deliveryFax
String data type indicating the default Library Delivery Info: Fax. |
protected String |
deliveryName
String data type indicating the default Library Delivery Info: Name. |
protected String |
deliveryPoBox
String data type indicating the default Library Delivery Info: PoBox. |
protected String |
deliveryRegion
String data type indicating the default Library Delivery Info: Region(State). |
protected String |
deliveryService
String data type indicating the default Library Delivery Info: Service. |
protected String |
deliveryZip
String data type indicating the default Library Delivery Info: Zip. |
protected String |
emailFrom
String data type indicating the ILL email from. |
protected String |
emailMessage
String data type indicating the ILL email message |
protected String |
emailServer
String data type indicating the email server. |
protected String |
emailSubject
String data type indicating the ILL email subject |
protected String |
hostName
String data type containing the hostname for client connections. |
protected String |
ILLemail
String data type indicating the ILL email address. |
protected String |
ILLMIMEemail
String data type indicating the ILL email address. |
protected String |
inifile
String data type containing the name of the Configuration file. |
protected String |
instSym
String data type containing the default Institution Symbol for ILL. |
protected String |
MIMEemail
String data type indicating the ILL email address. |
protected String |
MIMEemailFrom
String data type indicating the originator of message |
protected String |
MIMEemailMessage
String data type indicating the ILL email message contents. |
protected String |
MIMEemailReplyto
String data type indicating the email reply to address |
protected String |
MIMEemailSender
String data type indicating the ILL email sender |
protected String |
MIMEemailSubject
String data type indicating the email subject. |
protected String |
needBeforeDate
String data type indicating the default NeedBeforeDate. |
protected int |
oclcIllServiceType
integer data type indicating the default Oclc Iso ILL Service Type ("directToProfile"=1, "directToLender"=2, "directToReview"=3). |
protected int |
orderPreference
integer data type indicating the default Order Preference ("ORDERED"=1, "UNORDERED"=2). |
protected String |
password
String data type containing the default password for ILL. |
protected int |
reauthoThreshold
integer data type containing the number of IllRequests to process before requiring the user to re-authorize. |
protected String |
requesterNote
String data type indicating the default Requester Note. |
protected String |
responderId
String data type defining the Name to go in the ResponderId |
protected String |
serverName
String datatype containing the name of the server. |
protected int |
serverPort
integer data type containing the port for client connections. |
protected String |
serverType
String data type defining the type of server = "IsoILL". |
protected String |
source
String data type indicating the default Source. |
Constructor Summary | |
ILLServer()
Constructs an ILLServer object. |
|
ILLServer(String name,
IniFile ini)
Constructs an ILLServer object by reading server configuration information from the input iniFile. |
|
ILLServer(String name,
String host,
int port)
Constructs an ILLServer object for the input server name, host, and port. |
Method Summary | |
String |
affiliations()
Returns a String containing the default Affiliations. |
String |
autho()
Returns a String containing the Default authorization for ILL. |
boolean |
changeSendTo()
Returns a boolean indicating whether to allow change of the sendToList. |
String |
copyrightCompliance()
Returns a String containing the Default Copyright Compliance data. |
String |
defaultService()
Returns a String containing the default IllService type. |
String |
hostName()
Returns a String containing the name of the host. |
void |
init(String name,
IniFile ini)
Initializes the ILL Server object for the input server name by reading server configuration information from the input iniFile object. |
String |
instSym()
Returns a String containing the default Institution Symbol for ILL. |
String |
needBeforeDate()
Returns a String containing the NeedBefore Date. |
int |
oclcIllServiceType()
Returns an integer containing the Default Oclc Iso ILL Service Type ("directToProfile"=1, "directToLender"=2, "directToReview"=3). |
int |
orderPreference()
Returns an integer containing the default Order Preference ("ORDERED=1", "UNORDERED=2"). |
String |
password()
Returns a String containing the Default password for ILL. |
int |
reauthoThreshold()
Returns an integer containing the number of IllRequests to process before re-authorization. |
String |
requesterNote()
Returns a String containing the Requester Note. |
String |
serverName()
Returns a String containing the name of the server. |
int |
serverPort()
Returns an int containing the port for connections. |
String |
serverType()
Returns a String containing the type classification of the server. |
String |
source()
Returns a String containing the default Source. |
String |
toString()
Generates the String representation of the object. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
protected String serverName
protected int serverPort
protected String hostName
protected String serverType
protected String responderId
protected String inifile
protected String autho
protected String password
protected String instSym
protected String defaultService
protected int reauthoThreshold
protected boolean changeSendTo
protected int orderPreference
protected int oclcIllServiceType
protected String affiliations
protected String source
protected String copyrightCompliance
protected String needBeforeDate
protected String requesterNote
protected String deliveryName
protected String deliveryExtendedAddress
protected String deliveryAddress
protected String deliveryPoBox
protected String deliveryCity
protected String deliveryRegion
protected String deliveryZip
protected String deliveryCountry
protected String deliveryFax
protected String deliveryEMail
protected String deliveryService
protected String deliveryEService
protected String billingName
protected String billingExtendedAddress
protected String billingAddress
protected String billingPoBox
protected String billingCity
protected String billingRegion
protected String billingZip
protected String billingCountry
protected String billingAcctNum
protected String billingCurrencyCode
protected String billingMonetaryValue
protected String ILLemail
protected String emailServer
protected String emailFrom
protected String emailSubject
protected String ILLMIMEemail
protected String MIMEemail
protected String MIMEemailFrom
protected String MIMEemailSubject
protected String MIMEemailMessage
protected String MIMEemailReplyto
protected String MIMEemailSender
protected String emailMessage
Constructor Detail |
public ILLServer()
public ILLServer(String name, String host, int port)
name
- the name of the ill Serverhost
- the hostname to connect toport
- the port to connect topublic ILLServer(String name, IniFile ini)
name
- the name of the Iso ILL Serverini
- the JaSSI configuration ini fileMethod Detail |
public void init(String name, IniFile ini)
name
- the name of the Serverini
- the JaSSI configuration ini filepublic String serverName()
public int serverPort()
public String hostName()
public String serverType()
public String autho()
public String password()
public String instSym()
public String defaultService()
public int reauthoThreshold()
public boolean changeSendTo()
public int orderPreference()
public int oclcIllServiceType()
public String affiliations()
public String source()
public String copyrightCompliance()
public String requesterNote()
public String needBeforeDate()
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 |