|
"WEBNMS_5 API Docs" | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DBExtendedInterface
This interface gives the flexibilty of having additional properties being stored along with the fields .In case of Serialization it does not make any change but in the database , it is necessary for storing these so called user Properties in the database
| Method Summary | |
|---|---|
java.util.Properties |
getUserProperties()
This should return a Properties object . |
java.lang.String |
getUserProperty(java.lang.String nam)
|
java.lang.String |
removeUserProperty(java.lang.String nam)
|
void |
setUserProperty(java.lang.String nam,
java.lang.String val)
To set any additional user property during runtime . |
| Methods inherited from interface com.adventnet.nms.store.DBInterface |
|---|
clone, getKey, getKeyName, getProperties, setProperties |
| Method Detail |
|---|
java.util.Properties getUserProperties()
void setUserProperty(java.lang.String nam,
java.lang.String val)
java.lang.String getUserProperty(java.lang.String nam)
java.lang.String removeUserProperty(java.lang.String nam)
|
"WEBNMS_5 API Docs" | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||