|
Oracle Communications Services Gatekeeper Java API Reference 6.0 E55513-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.bea.wlcp.wlng.api.edr.EdrData
Class holding the EDR data. This class is to be used instead of EdrInformation starting with Melitta.
Constructor Summary | |
EdrData() Constructor. |
Method Summary | |
Map |
getMap() Returns the underlying map containing all the key/value pairs. |
long |
getUID() Gets the unique identifier of this EDR instance. |
String |
getValue(String key) Returns the value associated with a key. |
List |
getValues(String key) Returns the list of values associated with a key. |
Set |
keySet() Returns the set of keys. |
static String |
readString(ObjectInputStream in) |
void |
setUID(long uid) Sets the unique identifier of this EDR instance. |
void |
setValue(String key, Object value) Associates an object value with a key. |
void |
setValue(String key, String value) Associates a string value with a key. |
void |
setValues(String key, List values) Associates a list of values with a key. |
static void |
writeString(ObjectOutputStream out, String str) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EdrData()
Method Detail |
public Map getMap()
public long getUID()
public String getValue(String key)
key
- The key.public List getValues(String key)
key
- The key.public Set keySet()
public static String readString(ObjectInputStream in) throws IOException
IOException
public void setUID(long uid)
public void setValue(String key, Object value)
key
- The key.value
- The value associated with the key.public void setValue(String key, String value)
key
- The key.value
- The value associated with the key.public void setValues(String key, List values)
key
- The key.values
- The list of values associated with the key.public static void writeString(ObjectOutputStream out, String str) throws IOException
IOException
|
Oracle Communications Services Gatekeeper Java API Reference 6.0 E55513-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |