|
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.DbDelTreeAction
public class DbDelTreeAction
Recursivly deletes entries in the Asterisk database for a given family and key.
Available since Asterisk 1.6
Constructor Summary | |
---|---|
DbDelTreeAction()
Creates a new empty DbDelTreeAction. |
|
DbDelTreeAction(java.lang.String family,
java.lang.String key)
Creates a new DbDelTreeAction. |
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 DbDelTreeAction()
public DbDelTreeAction(java.lang.String family, java.lang.String key)
family
- the family of the keykey
- the key of the entries 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 |