Open SiteSearch 4.1.1
Final

ORG.oclc.serverconnect
Interface AccessServerConnect

All Known Implementing Classes:
AccessConnectInfo

public abstract interface AccessServerConnect
extends ServerConnect

The AccessServerConnect interface defines the methods that must be implemented to add a new Access Server to the JaSSI environment. It extends the basic ServerConnect interface.

See Also:
ServerConnect

Method Summary
 boolean authorizationByDNSRequired()
          Retrieves a boolean indicating whether Authorization by DNS is required.
 boolean authorizationByIPRequired()
          Retrieves a boolean indicating whether Authorization by IP is required.
 boolean authorizationByNameRequired()
          Retrieves a boolean indicating whether Authorization by Name is required.
 String clientClassName()
          Retrieves a String containing the name of the AccessClient class that is loaded for the accessing the AccessServer.
 
Methods inherited from interface ORG.oclc.serverconnect.ServerConnect
hostName, init, serverName, serverPort, serverType, toString
 

Method Detail

authorizationByNameRequired

public boolean authorizationByNameRequired()
Retrieves a boolean indicating whether Authorization by Name is required.
Returns:
boolean

authorizationByIPRequired

public boolean authorizationByIPRequired()
Retrieves a boolean indicating whether Authorization by IP is required.
Returns:
boolean

authorizationByDNSRequired

public boolean authorizationByDNSRequired()
Retrieves a boolean indicating whether Authorization by DNS is required.
Returns:
boolean

clientClassName

public String clientClassName()
Retrieves a String containing the name of the AccessClient class that is loaded for the accessing the AccessServer.
Returns:
String

Open SiteSearch 4.1.1
Final