Ice Reference Documentation | ||
---|---|---|
<<< Previous | Slice Documentation | Next >>> |
interface |
The registry observer interface. Observers should implement this interface to receive information about the state of the IceGrid registry.
The applicationAdded method is called to notify the observer that an application was added.
The applicationRemoved method is called to notify the observer that an application was removed.
The applicationUpdated method is called to notify the observer that an application was updated.
The init method is called after the registration of the observer to communicate the current state of the registry to the observer implementation.
void applicationAdded(int serial,
|
The applicationAdded method is called to notify the observer that an application was added.
The new serial number of the registry database.
The descriptor of the new application.
void applicationRemoved(int serial, string name); |
The applicationRemoved method is called to notify the observer that an application was removed.
The new serial number of the registry database.
The name of the application that was removed.
void applicationUpdated(int serial,
|
The applicationUpdated method is called to notify the observer that an application was updated.
The new serial number of the registry database.
The descriptor of the update.
[ "ami" ] void init(int serial, ApplicationDescriptorSeq applications); |
The init method is called after the registration of the observer to communicate the current state of the registry to the observer implementation.
The current serial of the registry database. This serial allows observers to make sure that their internal state is synchronized with the registry.
The applications currently registered with the registry.
<<< Previous | Home | Next >>> |
IceGrid::RandomLoadBalancingPolicy | Up | IceGrid::ReplicaGroupDescriptor |