com.SoftWoehr.JTOpenContrib.connectionmgr
Interface ServiceClient

All Known Implementing Classes:
DataQueueTextFieldPanel, MEUController, QCCommandPanel, QCIFSPanel, QCJobListPanel, QCPrinterListPanel, QCSpooledFileViewerPanel, QCUserListPanel

public interface ServiceClient

An interface representing application objects which request services from the Mgr.


Method Summary
 void relinquish(ServiceRecord sr)
          Called by a Mgr, this function indicates that a service record supplied earlier by the MGr to the ServiceClient instance will no longer be valid after this call completes.
 

Method Detail

relinquish

public void relinquish(ServiceRecord sr)
Called by a Mgr, this function indicates that a service record supplied earlier by the MGr to the ServiceClient instance will no longer be valid after this call completes.
Parameters:
sr - The service record which the Mgr is indicating will no longer be valid after the relinquish completes.