|
Oracle Communications Services Gatekeeper Java API Reference 6.1 E65002-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.wlcp.wlng.api.edr.EdrData
Class that holds EDR data. Use this class instead of EdrInformation.
Constructor Summary | |
EdrData()
Constructor. |
Method Summary | |
java.util.Map |
getMap()
Returns the underlying map containing all the key/value pairs. |
long |
getUID()
Gets the unique identifier of this EDR instance. |
java.lang.String |
getValue(java.lang.String key)
Returns the value associated with a key. |
java.util.List |
getValues(java.lang.String key)
Returns the list of values associated with a key. |
java.util.Set |
keySet()
Returns the set of keys. |
static java.lang.String |
readString(java.io.ObjectInputStream in)
|
void |
setUID(long uid)
Sets the unique identifier of this EDR instance. |
void |
setValue(java.lang.String key,
java.lang.Object value)
Associates an object value with a key. |
void |
setValue(java.lang.String key,
java.lang.String value)
Associates a string value with a key. |
void |
setValues(java.lang.String key,
java.util.List values)
Associates a list of values with a key. |
static void |
writeString(java.io.ObjectOutputStream out,
java.lang.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 java.util.Map getMap()
public long getUID()
public java.lang.String getValue(java.lang.String key)
key
- The key.
public java.util.List getValues(java.lang.String key)
key
- The key.
public java.util.Set keySet()
public static java.lang.String readString(java.io.ObjectInputStream in) throws java.io.IOException
java.io.IOException
public void setUID(long uid)
uid
- the unique identifier.public void setValue(java.lang.String key, java.lang.Object value)
key
- The key.value
- The value associated with the key.public void setValue(java.lang.String key, java.lang.String value)
key
- The key.value
- The value associated with the key.public void setValues(java.lang.String key, java.util.List values)
key
- The key.values
- The list of values associated with the key.public static void writeString(java.io.ObjectOutputStream out, java.lang.String str) throws java.io.IOException
java.io.IOException
|
Oracle Communications Services Gatekeeper Java API Reference 6.1 E65002-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |