Methods in org.csapi.jr.se.fw.fw_service.service_registration that throw IllegalServiceIdException |
void |
FwServiceRegistration.announceServiceAvailability(java.lang.String serviceID,
org.csapi.jr.se.fw.fw_service.service_lifecycle.ServiceInstanceLifecycleManager serviceInstanceLifecycleManagerRef)
The registerService() method described previously does not make the service discoverable. |
void |
FwServiceRegistration.unregisterService(java.lang.String serviceID)
The unregisterService() operation is used by the service suppliers to remove a registered service from the Framework. |
org.csapi.jr.se.fw.ServiceDescription |
FwServiceRegistration.describeService(java.lang.String serviceID)
The describeService() operation returns the information about a service that is registered in the framework. |
void |
FwServiceRegistration.unannounceService(java.lang.String serviceID)
This method results in the service no longer being discoverable by applications. |