|
Asterisk-Java | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.asteriskjava.manager.action.AbstractManagerAction
org.asteriskjava.manager.action.DbDelAction
public class DbDelAction
Deletes an entry in the Asterisk database for a given family and key.
Available since Asterisk 1.2 with BRIStuff patches and since Asterisk 1.6
Constructor Summary | |
---|---|
DbDelAction()
Creates a new empty DbDelAction. |
|
DbDelAction(java.lang.String family,
java.lang.String key)
Creates a new DbDelAction that deletes the value of the database |
Method Summary | |
---|---|
java.lang.String |
getAction()
Returns the name of the action for example "Hangup". |
java.lang.String |
getFamily()
Returns the family of the key to delete |
java.lang.String |
getKey()
Returns the the key to delete |
void |
setFamily(java.lang.String family)
Sets the family of the key to delete |
void |
setKey(java.lang.String key)
Sets the key to delete |
Methods inherited from class org.asteriskjava.manager.action.AbstractManagerAction |
---|
getActionId, setActionId, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DbDelAction()
public DbDelAction(java.lang.String family, java.lang.String key)
family
- the family of the keykey
- the key of the entry to deleteMethod Detail |
---|
public java.lang.String getAction()
ManagerAction
getAction
in interface ManagerAction
getAction
in class AbstractManagerAction
public java.lang.String getFamily()
public void setFamily(java.lang.String family)
family
- the family of the key to deletepublic java.lang.String getKey()
public void setKey(java.lang.String key)
key
- the key to delete
|
Asterisk-Java | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |