Open SiteSearch 4.1.1
Final

Uses of Interface
ORG.oclc.ops.OpsClient

Packages that use OpsClient
ORG.oclc.access   
ORG.oclc.jassi   
ORG.oclc.opserve.opsmanager   
ORG.oclc.zbase.server   
ORG.oclc.zbroker   
 

Uses of OpsClient in ORG.oclc.access
 

Methods in ORG.oclc.access with parameters of type OpsClient
 ServerLocation AccessConnectInfo.getServerLocation(OpsClient opsClient, String sessionId)
          Retrieves a ServerLocation object containing a port and host to connect to for this server from the SiteSearch OpServe process which provides load balancing among servers.
 

Uses of OpsClient in ORG.oclc.jassi
 

Classes in ORG.oclc.jassi that implement OpsClient
 class JaSSIOpsManager
          The JaSSIOpsManager class implements the JaSSI Server specific methods defined by the OpsManager.
 

Methods in ORG.oclc.jassi that return OpsClient
static OpsClient JaSSI.opsClient()
          Retrieves the OpsClient object associated with the JaSSI.
 

Uses of OpsClient in ORG.oclc.opserve.opsmanager
 

Classes in ORG.oclc.opserve.opsmanager that implement OpsClient
 class OpsManager
           
 

Uses of OpsClient in ORG.oclc.zbase.server
 

Classes in ORG.oclc.zbase.server that implement OpsClient
 class ZBaseOpsManager
          The ZBaseOpsManager class extends OpsManager.
 

Methods in ORG.oclc.zbase.server that return OpsClient
static OpsClient ZBase.opsClient()
          Retrieves the OpsClient object associated with the ZBase.
 

Uses of OpsClient in ORG.oclc.zbroker
 

Classes in ORG.oclc.zbroker that implement OpsClient
 class ZBrokerOpsManager
          The ZBrokerOpsManager class extends OpsManager.
 

Methods in ORG.oclc.zbroker that return OpsClient
static OpsClient ZBroker.opsClient()
          Retrieves the OpsClient object associated with the ZBroker.
 


Open SiteSearch 4.1.1
Final