Overview  Package   Class  Tree  Serialized  Deprecated  Index  Help 

com.lotus.cs
Interface CSBaseService

All Known Implementing Classes:
DiscoveryServerService, DominoService, PeopleService, QPService, SametimeService

public interface CSBaseService

All service classes implement the CSBaseService interface. Two methods are required - an init and a cleanup. Implementing classes must also include a zero-argument constructor. The CSFactory class is used to instantiate service objects.

See Also:
CSFactory.getService(com.lotus.cs.CSCredentials, java.lang.String)

Method Summary
 void cleanup()
          Called when the user is done with the service object (to give the service object an opportunity to clean up resources used).
 void init(CSCredentials cred, java.lang.String server, java.lang.String protocol)
          Initializes the service class with credentials and server configuration information.
 

Method Detail

init

public void init(CSCredentials cred,
                 java.lang.String server,
                 java.lang.String protocol)
Initializes the service class with credentials and server configuration information. This method should only be called by CSFactory (internally).


cleanup

public void cleanup()
Called when the user is done with the service object (to give the service object an opportunity to clean up resources used).


Overview  Package   Class  Tree  Serialized  Deprecated  Index  Help 

 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.