|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject net.sf.asterisk.manager.event.ManagerEvent net.sf.asterisk.manager.event.ResponseEvent net.sf.asterisk.manager.event.DBGetResponseEvent
public class DBGetResponseEvent
A DBGetResponseEvent is sent in response to a DBGetAction and contains the
entry that was queried.
Available since Asterisk 1.2
DBGetAction
,
Serialized FormField Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
DBGetResponseEvent(java.lang.Object source)
|
Method Summary | |
---|---|
java.lang.String |
getFamily()
Returns the family of the database entry that was queried. |
java.lang.String |
getKey()
Returns the key of the database entry that was queried. |
java.lang.String |
getVal()
Returns the value of the database entry that was queried. |
void |
setFamily(java.lang.String family)
Sets the family of the database entry that was queried. |
void |
setKey(java.lang.String key)
Sets the key of the database entry that was queried. |
void |
setVal(java.lang.String val)
Sets the value of the database entry that was queried. |
Methods inherited from class net.sf.asterisk.manager.event.ResponseEvent |
---|
getActionId, getInternalActionId, setActionId, setInternalActionId |
Methods inherited from class net.sf.asterisk.manager.event.ManagerEvent |
---|
getDateReceived, getPrivilege, setDateReceived, setPrivilege, toString |
Methods inherited from class java.util.EventObject |
---|
getSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DBGetResponseEvent(java.lang.Object source)
source
- Method Detail |
---|
public java.lang.String getFamily()
public void setFamily(java.lang.String family)
family
- the family of the database entry that was queried.public java.lang.String getKey()
public void setKey(java.lang.String key)
key
- the key of the database entry that was queried.public java.lang.String getVal()
public void setVal(java.lang.String val)
val
- the value of the database entry that was queried.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |