Uses of Interface
com.cafesoft.core.service.ServiceAdapter

Packages that use ServiceAdapter
com.cafesoft.core.service Services API support. 
 

Uses of ServiceAdapter in com.cafesoft.core.service
 

Classes in com.cafesoft.core.service that implement ServiceAdapter
 class StandardServiceAdapter
          StandardServiceAdapter is a base class for providing an interface for use by clients which provides access to one or more other Services not known to those clients.
 

Methods in com.cafesoft.core.service that return ServiceAdapter
 ServiceAdapter[] AbstractServiceConnector.getServiceAdapters()
          Get all ServiceAdapters.
 ServiceAdapter[] ServiceConnector.getServiceAdapters()
          Get all ServiceAdapters.
 

Methods in com.cafesoft.core.service with parameters of type ServiceAdapter
 void AbstractServiceConnector.addServiceAdapter(ServiceAdapter adapter)
          Add a ServiceAdapter.
 void ServiceConnector.addServiceAdapter(ServiceAdapter adapter)
          Add a ServiceAdapter.
 void AbstractServiceConnector.removeServiceAdapter(ServiceAdapter adapter)
          Remove a ServiceAdapter.
 void ServiceConnector.removeServiceAdapter(ServiceAdapter adapter)
          Remove a ServiceAdapter.
 



Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.