Uses of Package
net.sf.asterisk.manager.action

Packages that use net.sf.asterisk.manager.action
net.sf.asterisk.manager Provides an implementaion of Asterisk's Manager API. 
net.sf.asterisk.manager.action Provides classes that represent the standard actions that can be sent to an Asterisk server via the Manager API. 
net.sf.asterisk.manager.impl Provides private implementations for interfaces defined in the net.sf.asterisk.manager package. 
 

Classes in net.sf.asterisk.manager.action used by net.sf.asterisk.manager
EventGeneratingAction
          The EventGeneratingAction interface is implemented by ManagerActions that return their result not in a ManagerResponse but by sending a series of events.
The event type that indicates that Asterisk is finished is returned by the getActionCompleteEventClass() method.
ManagerAction
          Interface that all Actions that can be sent to the Asterisk server must impement.
Instances of this class represent a command sent to Asterisk via Manager API, requesting a particular Action be performed.
 

Classes in net.sf.asterisk.manager.action used by net.sf.asterisk.manager.action
AbstractManagerAction
          This class implements the ManagerAction interface and can serve as base class for your concrete Action implementations.
EventGeneratingAction
          The EventGeneratingAction interface is implemented by ManagerActions that return their result not in a ManagerResponse but by sending a series of events.
The event type that indicates that Asterisk is finished is returned by the getActionCompleteEventClass() method.
ManagerAction
          Interface that all Actions that can be sent to the Asterisk server must impement.
Instances of this class represent a command sent to Asterisk via Manager API, requesting a particular Action be performed.
 

Classes in net.sf.asterisk.manager.action used by net.sf.asterisk.manager.impl
ManagerAction
          Interface that all Actions that can be sent to the Asterisk server must impement.
Instances of this class represent a command sent to Asterisk via Manager API, requesting a particular Action be performed.
 



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