|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Implement this interface to make WebLogic Workspace objects setable. Setable objects can be monitored using SetMonitor.
| Method Summary | |
java.lang.Object |
newValue()
Returns the new value that will be stored as a result of an update. |
java.lang.Object |
newValue(java.lang.Object value)
Sets a Setable object to a new value. |
java.lang.Object |
oldValue()
Returns the old value that will be replaced as a result of an update. |
java.lang.Object |
setValue(java.lang.Object value)
Sets a Setable object to the specified value. |
| Method Detail |
public java.lang.Object setValue(java.lang.Object value)
throws MonitorException
value - New value for a Setable object
public java.lang.Object newValue(java.lang.Object value)
throws MonitorException
value - New value for a Setable objectpublic java.lang.Object newValue()
public java.lang.Object oldValue()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs61 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||