|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||