com.opensymphony.module.propertyset.ejb
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Field Summary |
| Fields inherited from class com.opensymphony.module.propertyset.AbstractPropertySet |
schema |
| Fields inherited from interface com.opensymphony.module.propertyset.PropertySet |
BOOLEAN, DATA, DATE, DOUBLE, INT, LONG, OBJECT, PROPERTIES, STRING, TEXT, XML |
| Constructor Summary | |
EJBPropertySet()
|
|
| Method Summary | |
boolean |
exists(java.lang.String key)
Proxy to PropertyStore.exists(java.lang.String,long,java.lang.String) |
protected java.lang.Object |
get(int type,
java.lang.String key)
Proxy to PropertyStore.get(java.lang.String,long,int,java.lang.String) |
java.util.Collection |
getKeys(java.lang.String prefix,
int type)
Proxy to PropertyStore.getKeys(java.lang.String,long,java.lang.String,int) |
int |
getType(java.lang.String key)
Proxy to PropertyStore.getType(java.lang.String,long,java.lang.String) |
void |
init(java.util.Map config,
java.util.Map args)
|
void |
remove()
Proxy to PropertyStore.removeEntry(String, long, String) |
void |
remove(java.lang.String key)
Proxy to PropertyStore.removeEntry(String, long, String) |
protected void |
setImpl(int type,
java.lang.String key,
java.lang.Object value)
Proxy to PropertyStore.set(java.lang.String,long,int,java.lang.String,java.io.Serializable) |
| Methods inherited from class com.opensymphony.module.propertyset.AbstractPropertySet |
getAsActualType, getBoolean, getData, getDate, getDouble, getInt, getKeys, getKeys, getKeys, getLong, getObject, getProperties, getSchema, getString, getText, getXML, isSettable, setAsActualType, setBoolean, setData, setDate, setDouble, setInt, setLong, setObject, setProperties, setSchema, setString, setText, setXML, supportsType, supportsTypes, toString, type, type |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public EJBPropertySet()
| Method Detail |
public java.util.Collection getKeys(java.lang.String prefix,
int type)
throws PropertyException
PropertyStore.getKeys(java.lang.String,long,java.lang.String,int)
getKeys in interface PropertySetprefix - String that keys must start with. If null, than all
keys shall be returned.type - Type to list. See static class variables. If null, then
all types shall be returned.
Collection of
Strings.
PropertyException
public int getType(java.lang.String key)
throws PropertyException
PropertyStore.getType(java.lang.String,long,java.lang.String)
getType in interface PropertySetPropertyException
public boolean exists(java.lang.String key)
throws PropertyException
PropertyStore.exists(java.lang.String,long,java.lang.String)
exists in interface PropertySetPropertyException
public void init(java.util.Map config,
java.util.Map args)
init in interface PropertySetinit in class AbstractPropertySet
public void remove()
throws PropertyException
PropertyStore.removeEntry(String, long, String)
remove in interface PropertySetPropertyException - if there is an error removing the propertyset.
public void remove(java.lang.String key)
throws PropertyException
PropertyStore.removeEntry(String, long, String)
remove in interface PropertySetPropertyException
protected void setImpl(int type,
java.lang.String key,
java.lang.Object value)
throws PropertyException
PropertyStore.set(java.lang.String,long,int,java.lang.String,java.io.Serializable)
setImpl in class AbstractPropertySetPropertyException
protected java.lang.Object get(int type,
java.lang.String key)
throws PropertyException
PropertyStore.get(java.lang.String,long,int,java.lang.String)
get in class AbstractPropertySetPropertyException
|
See www.opensymphony.com for more information. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||