Methods' Summary |
updateStart |
Called by the configuration manager to make the current
configuration reflect the given requested configuration.
|
updateEnd |
Called by the configuration manager to make the current
configuration reflect the given requested configuration.
|
Methods' Details |
updateStart
- Description
- Called by the configuration manager to make the current
configuration reflect the given requested configuration.
The updateEnd() method is called
later. Typically the task of updateStart() is to
deactivate resources that are no longer requested while the task of
updateEnd() is to activate resources that are not
yet active.
|
|
updateEnd
- Description
- Called by the configuration manager to make the current
configuration reflect the given requested configuration.
The updateStart() method is called
previously. Typically the task of updateStart() is
to deactivate resources that are no longer requested while the task
of updateEnd() is to activate resources that are
not yet active.
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.