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

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

Uses of ServiceReference in com.cafesoft.core.service
 

Classes in com.cafesoft.core.service that implement ServiceReference
 class StandardServiceReference
          StandardServiceReference contains parameters that uniquely identify a Service type or an instance within some scope.
 

Methods in com.cafesoft.core.service that return ServiceReference
 ServiceReference[] ServiceAdapter.getRequiredServices()
          Get all required Services.
 ServiceReference[] StandardServiceAdapter.getRequiredServices()
          Get all required Services.
 

Methods in com.cafesoft.core.service with parameters of type ServiceReference
 void ServiceAdapter.addRequiredService(ServiceReference serviceRef)
          Add a reference to a required Service.
 void StandardServiceAdapter.addRequiredService(ServiceReference serviceRef)
          Add a reference to a required Service.
 void ServiceAdapter.removeRequiredService(ServiceReference serviceRef)
          Remove a reference to a required Service.
 void StandardServiceAdapter.removeRequiredService(ServiceReference serviceRef)
          Remove a reference to a required Service.
 



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