|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceDescription | |
context.arch.service | |
context.arch.service.helper |
Uses of ServiceDescription in context.arch.service |
Methods in context.arch.service that return ServiceDescription | |
ServiceDescription |
Service.getServiceDescription()
Returns the ServiceDescription object |
Uses of ServiceDescription in context.arch.service.helper |
Methods in context.arch.service.helper that return ServiceDescription | |
ServiceDescription |
ServiceDescriptions.getServiceDescriptionAt(int index)
Returns the ServiceDescription object at the given index |
ServiceDescription |
ServiceDescriptions.getServiceDescription(java.lang.String name)
This method returns the ServiceDescription with the given name from this list of ServiceDescriptions. |
Methods in context.arch.service.helper with parameters of type ServiceDescription | |
void |
ServiceDescriptions.addServiceDescription(ServiceDescription service)
Adds the given ServiceDescription object to the container. |
boolean |
ServiceDescriptions.hasServiceDescription(ServiceDescription service)
Determines whether the given ServiceDescription object is in the container |
int |
ServiceDescriptions.indexOfServiceDescription(ServiceDescription service)
Returns the index at which the ServiceDescription object occurs |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |