|
xmlBlaster 1.6.2 contributions API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.xmlBlaster.contrib.db.DbStorage
DbStorage
| Constructor Summary | |
DbStorage(I_Info info,
I_DbPool pool,
java.lang.String context)
|
|
| Method Summary | |
boolean |
addProperty(org.xmlBlaster.util.qos.ClientProperty prop)
Adds a new property to the Table. |
int |
clean()
Removes all the properties of this context. |
java.util.Set |
getKeys()
|
org.xmlBlaster.util.qos.ClientProperty |
getProperty(java.lang.String key)
Modifies an existing property. |
boolean |
modifyProperty(org.xmlBlaster.util.qos.ClientProperty prop)
Modifies an existing property. |
void |
put(org.xmlBlaster.util.qos.ClientProperty prop)
This method tries first to update the entry. |
boolean |
remove(java.lang.String key)
Removes the property with the given key. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DbStorage(I_Info info,
I_DbPool pool,
java.lang.String context)
throws java.lang.Exception
| Method Detail |
public boolean addProperty(org.xmlBlaster.util.qos.ClientProperty prop)
throws java.lang.Exception
prop -
java.lang.Exception
public boolean modifyProperty(org.xmlBlaster.util.qos.ClientProperty prop)
throws java.lang.Exception
prop -
java.lang.Exception
public org.xmlBlaster.util.qos.ClientProperty getProperty(java.lang.String key)
throws java.lang.Exception
java.lang.Exception
public boolean remove(java.lang.String key)
throws java.lang.Exception
key -
java.lang.Exception
public int clean()
throws java.lang.Exception
java.lang.Exception
public void put(org.xmlBlaster.util.qos.ClientProperty prop)
throws java.lang.Exception
prop -
java.lang.Exception
public java.util.Set getKeys()
throws java.lang.Exception
java.lang.Exception
|
xmlBlaster 1.6.2 contributions API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||