Lines Matching refs:instance

26 client to establish RPC sessions with the located service endpoint.  A service instance is requeste…
27 name. The service name uniquely identifies a service instance, independent of where the service pr…
40 instance of an RPC session.
45 …nstances is likely to vary between deployments. Many factors influence where a service instance is
48 …- The type of processing environment in which a service instance is deployed. e.g. service could b…
50 …- Whether a service instance is co-located with other services instances in the same processing en…
51 separate environment instance is used per service instance.
58 …tion independent service name, a client is decoupled from the actual location of a service instance
69 …ability in where service instances are deployed, a naming convention that allows a service instance
74 The service instance naming convention uses a URN type string to uniquely identify a particular ins…
79 urn:sn:<authority>:<service>.<version>:<instance>
89 …- Locate a compatible service instance. For example, a service provider may expose multiple RPC c…
111 authority field. The following is an example of a service name that identifies a service instance
116 The instance field qualified a particular SP instance from the discovered set.
121 The method used by the service locator to resolve a service name to a service instance will depend …
136 …ortion of the services name to the base device name and the <instance> to the device node instance.
137 …2. A service instance is hosted by a TEE as a TA. The TEE will provide a discovery mechanism that…
138instance to be identified. The service locator will need to map the service name to the TEE speci…
148 …ning in secure partitions within the secure world. Where a single service instance is deployed per
153 …3. The service instance portion of the service name is used to match the partition ID when selecti…
160 concrete strategy objects to implement different methods of locating a service instance. The set o…