Asterisk-Java

Uses of Class
org.asteriskjava.manager.event.ResponseEvent

Packages that use ResponseEvent
org.asteriskjava.manager Provides an implementaion of Asterisk's Manager API. 
org.asteriskjava.manager.action Provides classes that represent the standard actions that can be sent to an Asterisk server via the 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.action
 

Methods in org.asteriskjava.manager.action that return types with arguments of type ResponseEvent
 java.lang.Class<? extends ResponseEvent> AgentsAction.getActionCompleteEventClass()
           
 java.lang.Class<? extends ResponseEvent> DbGetAction.getActionCompleteEventClass()
           
 java.lang.Class<? extends ResponseEvent> StatusAction.getActionCompleteEventClass()
           
 java.lang.Class<? extends ResponseEvent> ShowDialplanAction.getActionCompleteEventClass()
           
 java.lang.Class<? extends ResponseEvent> SipShowRegistryAction.getActionCompleteEventClass()
           
 java.lang.Class<? extends ResponseEvent> QueueStatusAction.getActionCompleteEventClass()
           
 java.lang.Class<? extends ResponseEvent> OriginateAction.getActionCompleteEventClass()
           
 java.lang.Class<? extends ResponseEvent> AgiAction.getActionCompleteEventClass()
           
 java.lang.Class<? extends ResponseEvent> VoicemailUsersListAction.getActionCompleteEventClass()
           
 java.lang.Class<? extends ResponseEvent> EventGeneratingAction.getActionCompleteEventClass()
          Returns the event type that indicates that Asterisk is finished sending response events for this action.
 java.lang.Class<? extends ResponseEvent> IaxPeerListAction.getActionCompleteEventClass()
           
 java.lang.Class<? extends ResponseEvent> SipPeersAction.getActionCompleteEventClass()
           
 java.lang.Class<? extends ResponseEvent> ParkedCallsAction.getActionCompleteEventClass()
           
 java.lang.Class<? extends ResponseEvent> QueueSummaryAction.getActionCompleteEventClass()
           
 java.lang.Class<? extends ResponseEvent> ZapShowChannelsAction.getActionCompleteEventClass()
           
 

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 AsyncAgiEvent
          The following sub events are reported: Start: A channel has started the AGI("agi:async") application and is awaiting Async AGI commands. Exec: Execution of an AGI command initiated through AgiAction has finished. End: A channel has left the AGI("agi:async") application. It is implemented in res/res_agi.c.
 class DbGetResponseEvent
          A DBGetResponseEvent is sent in response to a DBGetAction and contains the entry that was queried.
 class ListDialplanEvent
          A ShowDialplanCompleteEvent is triggered for each priority in the dialplan in response to a ShowDialplanAction.
 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, SipShowPeerAction or IaxPeerListAction and contains information about a SIP or IAX 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 RegistrationsCompleteEvent
          A RegistrationsCompleteEvent is triggered after the details of all SIP registrations has been reported in response to an SipShowRegistryAction.
 class RegistryEntryEvent
          A RegistryEntry is triggered in response to a SipShowRegistryAction and contains information about a SIP registration.
 class ShowDialplanCompleteEvent
          A ShowDialplanCompleteEvent is triggered after the dialplan has been reported in response to a ShowDialplanAction.
 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 VoicemailUserEntryCompleteEvent
          A VoicemailUserEntryCompleteEvent is triggered after the details of all voicemail users has been reported in response to a VoicemailUsersListAction.
 class VoicemailUserEntryEvent
          A VoicemailUserEntryCompleteEvent is triggered in response to a VoicemailUsersListAction and contains the details about a voicemail user.
 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

Copyright © 2004-2009 Stefan Reuter. All Rights Reserved.