|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
net.sf.asterisk.manager.event.ManagerEvent
net.sf.asterisk.manager.event.QueueEvent
public abstract class QueueEvent
Abstract base class providing common properties for JoinEvent and LeaveEvent.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
QueueEvent(java.lang.Object source)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getChannel()
Returns the name of the channel that joines or leaves a queue. |
java.lang.Integer |
getCount()
Returns the number of elements in the queue, i.e. |
java.lang.String |
getQueue()
Returns the name of the queue. |
void |
setChannel(java.lang.String channel)
Sets the name of the channel that joines or leaves a queue. |
void |
setCount(java.lang.Integer count)
Sets the number of elements in the queue. |
void |
setQueue(java.lang.String queue)
Sets the name of the queue. |
| 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 QueueEvent(java.lang.Object source)
source - | Method Detail |
|---|
public java.lang.String getChannel()
public void setChannel(java.lang.String channel)
public java.lang.Integer getCount()
public void setCount(java.lang.Integer count)
public java.lang.String getQueue()
public void setQueue(java.lang.String queue)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||