- Description
- this interface enables applying a set of changes in one batch transaction.
An object implementing this interface allows other interfaces to change
its state locally. It will keep a list of pending changes until such changes
are committed or cancelled.
Only when they are explicitly committed will these changes take effect
persistently or globally.
- See also
- XChangesNotifier, XChangesSet, XCancellable
- Developers Guide
-
Methods' Details |
commitChanges
- Description
- commits any pending changes.
The exact action depends on the concrete service.
|
|
hasPendingChanges
boolean |
hasPendingChanges(); |
- Description
- checks whether this object has any pending changes that can be committed.
|
|
getPendingChanges
- Description
- queries for any pending changes that can be committed.
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.
|