First page Back Continue Last page Overview Graphics
policy: Object Id Uniqueness
UNIQUE_ID
- each servant support exactly one Object Id
MULTIPLE_ID
- a servant may support one or more Object Ids
- good, for example, for many database objects which may all be served by a single servant (assuming that the state of the objects is kept in the database)
Notes: