Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can a client make persistent changes to the attributes of a service?

0
Posted

Can a client make persistent changes to the attributes of a service?

0

A client can’t change the attributes of a service directly. No methods that change attributes exist in the ServiceRegistrar interface. Such methods exist only in the ServiceRegistration interface, which is implemented by the object returned when service is registered. Thus, a client must go through the service to change to an attribute, and the service has the option of denying the request. Whether or not an attribute change is persistent across network failures is also the responsibility of the service itself.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123