Uses of Class
org.csapi.jr.se.fw.InvalidPropertyException

Packages that use InvalidPropertyException
org.csapi.jr.se.fw.fw_access.trust_and_security Contains the Parlay Framework Access Session Trust and Secruity Management interfaces. 
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_lifecycle Contains the Parlay Framework-to-Service Service Instance Lifecycle Manager interfaces. 
 

Uses of InvalidPropertyException in org.csapi.jr.se.fw.fw_access.trust_and_security
 

Methods in org.csapi.jr.se.fw.fw_access.trust_and_security that throw InvalidPropertyException
 void Access.endAccess(org.csapi.jr.se.fw.Property[] endAccessProperties)
          Deprecated.  
 

Uses of InvalidPropertyException in org.csapi.jr.se.fw.fw_application.discovery
 

Methods in org.csapi.jr.se.fw.fw_application.discovery that throw InvalidPropertyException
 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 InvalidPropertyException in org.csapi.jr.se.fw.fw_service.discovery
 

Methods in org.csapi.jr.se.fw.fw_service.discovery that throw InvalidPropertyException
 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 InvalidPropertyException in org.csapi.jr.se.fw.fw_service.service_lifecycle
 

Methods in org.csapi.jr.se.fw.fw_service.service_lifecycle that throw InvalidPropertyException
 org.csapi.jr.se.Service ServiceInstanceLifecycleManager.createServiceManager(java.lang.String application, org.csapi.jr.se.fw.ServiceProperty[] serviceProperties, java.lang.String serviceInstanceID)
          This method returns a new service manager interface reference for the specified application.