Ice Reference Documentation | ||
---|---|---|
<<< Previous | Slice Documentation | Next >>> |
interface |
Add an application.
Finish to update the registry and release the exclusive lock.
Get the admin interface.
Get the query interface.
Get the session timeout configure for the node.
Keep alive the session.
Update an application.
Set the proxies of the observer objects that will receive notifications from the servers when the state of the registry or nodes changes.
Set the identities of the observer objects that will receive notifications from the servers when the state of the registry or nodes changes.
Acquires to registry exclusive lock to start updating the registry applications.
Update an application.
Update an application.
void addApplication( |
Add an application. This method must be called to update the registry applications using the lock mechanism.
AccessDeniedException
Raised if the session doesn't hold the exclusive lock.
void finishUpdate()
throws
|
Finish to update the registry and release the exclusive lock.
AccessDeniedException
Raised if the session doesn't hold the exclusive lock.
void keepAlive(); |
Keep alive the session. Clients should call this method regularily to ensure the server won't reap the session.
void removeApplication(string name) throws |
Update an application. This method must be called to update the registry applications using the lock mechanism.
AccessDeniedException
Raised if the session doesn't hold the exclusive lock.
void setObservers( |
Set the proxies of the observer objects that will receive notifications from the servers when the state of the registry or nodes changes.
The registry observer.
The node observer.
void setObserversByIdentity( |
Set the identities of the observer objects that will receive notifications from the servers when the state of the registry or nodes changes. This method should be used by clients which are using a bi-directional connection to communicate with the session.
The registry observer identity.
The node observer identity.
int startUpdate()
throws
|
Acquires to registry exclusive lock to start updating the registry applications.
The current serial.
AccessDeniedException
Raised if the exclusive lock can't be acquired. This might be because it's already acquired by another session.
void syncApplication( |
Update an application. This method must be called to update the registry applications using the lock mechanism.
AccessDeniedException
Raised if the session doesn't hold the exclusive lock.
void updateApplication( |
Update an application. This method must be called to update the registry applications using the lock mechanism.
AccessDeniedException
Raised if the session doesn't hold the exclusive lock.
<<< Previous | Home | Next >>> |
IceGrid::ServiceInstanceDescriptor | Up | IceGrid::SessionManager |