|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnknownServiceTypeException | |
org.csapi.jr.se.fw.fw_application.discovery | Contains the Parlay Framework-to-Application Service Discovery interfaces. |
org.csapi.jr.se.fw.fw_service.discovery | Contains the Parlay Framework-to-Service Service Discovery interfaces. |
org.csapi.jr.se.fw.fw_service.service_registration | Contains the Parlay Framework-to-Service Service Registration interfaces. |
Uses of UnknownServiceTypeException in org.csapi.jr.se.fw.fw_application.discovery |
Methods in org.csapi.jr.se.fw.fw_application.discovery that throw UnknownServiceTypeException | |
org.csapi.jr.se.fw.ServiceTypeDescription |
ServiceDiscovery.describeServiceType(java.lang.String name)
This operation lets the caller obtain the details for a particular service type. |
org.csapi.jr.se.fw.Service[] |
ServiceDiscovery.discoverService(java.lang.String serviceTypeName,
org.csapi.jr.se.fw.ServiceProperty[] desiredPropertyList,
int max)
The discoverService operation is the means by which a client application is able to obtain the service IDs of the services that meet its requirements. |
Uses of UnknownServiceTypeException in org.csapi.jr.se.fw.fw_service.discovery |
Methods in org.csapi.jr.se.fw.fw_service.discovery that throw UnknownServiceTypeException | |
org.csapi.jr.se.fw.ServiceTypeDescription |
FwServiceDiscovery.describeServiceType(java.lang.String name)
This operation lets the caller obtain the details for a particular service type. |
org.csapi.jr.se.fw.Service[] |
FwServiceDiscovery.discoverService(java.lang.String serviceTypeName,
org.csapi.jr.se.fw.ServiceProperty[] desiredPropertyList,
int max)
The discoverService operation is the means by which the service supplier can retrieve a specific set of registered services that both belong to a given type and possess a specific set of "property values". |
Uses of UnknownServiceTypeException in org.csapi.jr.se.fw.fw_service.service_registration |
Methods in org.csapi.jr.se.fw.fw_service.service_registration that throw UnknownServiceTypeException | |
java.lang.String |
FwServiceRegistration.registerService(java.lang.String serviceTypeName,
org.csapi.jr.se.fw.ServiceProperty[] servicePropertyList)
The registerService() operation is the means by which a service is registered in the Framework, for subsequent discovery by the enterprise applications. |
java.lang.String |
FwServiceRegistration.registerServiceSubType(java.lang.String serviceTypeName,
org.csapi.jr.se.fw.ServiceProperty[] servicePropertyList,
org.csapi.jr.se.fw.ServiceTypePropertyValue[] extendedServicePropertyList)
The registerServiceSubType() operation is the means by which an extended service is registered in the Framework, for subsequent discovery by the enterprise applications. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |