|
QJCC homepage | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object biz.chitec.quarterback.gjsa.server.BasicAdminExecutor.HandlingIndirections
Preprocessor for property changes Implementations of this class can influence the transmission of properties in both directions. Additionally, they are informed about storing properties and saving the whole property storage to disk. HandlingIndirections instances are inserted into the system through BasicAdminExecutor.addHandlingIndirections().
Constructor Summary | |
BasicAdminExecutor.HandlingIndirections()
|
Method Summary | |
protected java.lang.Object |
getToClient(java.lang.String propname,
java.lang.Object value)
Prepare a configuration setting for sending to the client. |
protected java.lang.Object |
putFromClient(java.lang.String propname,
java.lang.Object value)
Prepare a configuration setting for inserting in the server. |
protected void |
storageInsertion(java.lang.String propname,
java.lang.Object value)
Information that a property change is inserted into the storage. |
protected void |
storageSaving(java.util.List propnames)
Information that the complete property storage is saved to disk. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BasicAdminExecutor.HandlingIndirections()
Method Detail |
protected java.lang.Object getToClient(java.lang.String propname, java.lang.Object value)
propname
- Name of the property to sendvalue
- Property's value before preprocessing
protected java.lang.Object putFromClient(java.lang.String propname, java.lang.Object value)
propname
- Name of the property to be insertedvalue
- Property's value before preprocessing (i.e. as the client sent it)
protected void storageInsertion(java.lang.String propname, java.lang.Object value)
propname
- Name of property to be storedvalue
- Value to be storedprotected void storageSaving(java.util.List propnames)
propnames
- List of property names whose values have changed
|
QJCC homepage | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |