|
Asterisk-Java | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.asteriskjava.manager.event.ManagerEvent
org.asteriskjava.manager.event.ResponseEvent
org.asteriskjava.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 Form| Field 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. |
void |
setValue(java.lang.String val)
Sets the value of the database entry that was queried. |
| Methods inherited from class org.asteriskjava.manager.event.ResponseEvent |
|---|
getActionId, getInternalActionId, setActionId, setInternalActionId |
| Methods inherited from class org.asteriskjava.manager.event.ManagerEvent |
|---|
getDateReceived, getPrivilege, getServer, getTimestamp, setDateReceived, setPrivilege, setServer, setTimestamp, 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.public void setValue(java.lang.String val)
val - the value of the database entry that was queried.
|
Asterisk-Java | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||