|
Asterisk-Java | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResponseEvent | |
|---|---|
| org.asteriskjava.manager | Provides an implementaion of Asterisk's Manager API. |
| org.asteriskjava.manager.event | Provides classes that represent the standard events that can be received from an Asterisk server via the Manager API. |
| org.asteriskjava.manager.internal | Provides private implementations for interfaces defined in the org.asteriskjava.manager package. |
| Uses of ResponseEvent in org.asteriskjava.manager |
|---|
| Methods in org.asteriskjava.manager that return types with arguments of type ResponseEvent | |
|---|---|
java.util.Collection<ResponseEvent> |
ResponseEvents.getEvents()
Returns a Collection of ManagerEvents that have been received including the last one that indicates completion. |
| Uses of ResponseEvent in org.asteriskjava.manager.event |
|---|
| Subclasses of ResponseEvent in org.asteriskjava.manager.event | |
|---|---|
class |
AgentsCompleteEvent
An AgentsCompleteEvent is triggered after the state of all agents has been reported in response to an AgentsAction. |
class |
AgentsEvent
An AgentsEvent is triggered for each agent in response to an AgentsAction. |
class |
DbGetResponseEvent
A DBGetResponseEvent is sent in response to a DBGetAction and contains the entry that was queried. |
class |
OriginateFailureEvent
Deprecated. |
class |
OriginateResponseEvent
Response to an OriginateAction. |
class |
OriginateSuccessEvent
Deprecated. |
class |
ParkedCallsCompleteEvent
A ParkedCallsCompleteEvent is triggered after all parked calls have been reported in response to a ParkedCallsAction. |
class |
PeerEntryEvent
A PeerEntryEvent is triggered in response to a SIPPeersAction or SIPShowPeerAction and contains information about a peer. |
class |
PeerlistCompleteEvent
A PeerlistCompleteEvent is triggered after the details of all peers has been reported in response to an SIPPeersAction or SIPShowPeerAction. |
class |
QueueEntryEvent
A QueueEntryEvent is triggered in response to a QueueStatusAction and contains information about an entry in a queue. |
class |
QueueMemberEvent
A QueueMemberEvent is triggered in response to a QueueStatusAction and contains information about a member of a queue. |
class |
QueueMemberStatusEvent
A QueueMemberStatusEvent shows the status of a QueueMemberEvent |
class |
QueueParamsEvent
A QueueParamsEvent is triggered in response to a QueueStatusAction and contains the parameters of a queue. |
class |
QueueStatusCompleteEvent
A QueueStatusCompleteEvent is triggered after the state of all queues has been reported in response to a QueueStatusAction. |
class |
QueueSummaryCompleteEvent
A QueueSummaryCompleteEvent is triggered after the summary for all requested queues has been reported in response to a QueueSummaryAction. |
class |
QueueSummaryEvent
A QueueSummaryEvent is triggered in response to a QueueSummaryAction and contains a summary of the current state of a queue. |
class |
StatusCompleteEvent
A StatusCompleteEvent is triggered after the state of all channels has been reported in response to a StatusAction. |
class |
StatusEvent
A StatusEvent is triggered for each active channel in response to a StatusAction. |
class |
ZapShowChannelsCompleteEvent
A ZapShowChannelsCompleteEvent is triggered after the state of all zap channels has been reported in response to a ZapShowChannelsAction. |
class |
ZapShowChannelsEvent
A ZapShowChannelsEvent is triggered in response to a ZapShowChannelsAction and shows the state of a zap channel. |
| Uses of ResponseEvent in org.asteriskjava.manager.internal |
|---|
| Methods in org.asteriskjava.manager.internal that return types with arguments of type ResponseEvent | |
|---|---|
java.util.Collection<ResponseEvent> |
ResponseEventsImpl.getEvents()
|
| Methods in org.asteriskjava.manager.internal with parameters of type ResponseEvent | |
|---|---|
void |
ResponseEventsImpl.addEvent(ResponseEvent event)
Adds a ResponseEvent that has been received. |
|
Asterisk-Java | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||