Asterisk-Java

Uses of Package
org.asteriskjava.manager.action

Packages that use org.asteriskjava.manager.action
org.asteriskjava.live Provides a higher level API on top of Asterisk's Manager API. 
org.asteriskjava.live.internal Provides private implementations and helper classes for interfaces defined in the org.asteriskjava.live package. 
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.internal Provides private implementations for interfaces defined in the org.asteriskjava.manager package. 
 

Classes in org.asteriskjava.manager.action used by org.asteriskjava.live
OriginateAction
          The OriginateAction generates an outgoing call to the extension in the given context with the given priority or to a given application with optional parameters.
 

Classes in org.asteriskjava.manager.action used by org.asteriskjava.live.internal
OriginateAction
          The OriginateAction generates an outgoing call to the extension in the given context with the given priority or to a given application with optional parameters.
 

Classes in org.asteriskjava.manager.action used by org.asteriskjava.manager
EventGeneratingAction
          The EventGeneratingAction interface is implemented by ManagerActions that return their result not in a ManagerResponse but by sending a series of events.
ManagerAction
          Interface that all Actions that can be sent to the Asterisk server must impement.
 

Classes in org.asteriskjava.manager.action used by org.asteriskjava.manager.action
AbstractManagerAction
          This class implements the ManagerAction interface and can serve as base class for your concrete Action implementations.
AbstractMeetMeMuteAction
          Abstract base class for mute and unmute actions.
EventGeneratingAction
          The EventGeneratingAction interface is implemented by ManagerActions that return their result not in a ManagerResponse but by sending a series of events.
ManagerAction
          Interface that all Actions that can be sent to the Asterisk server must impement.
 

Classes in org.asteriskjava.manager.action used by org.asteriskjava.manager.internal
EventGeneratingAction
          The EventGeneratingAction interface is implemented by ManagerActions that return their result not in a ManagerResponse but by sending a series of events.
ManagerAction
          Interface that all Actions that can be sent to the Asterisk server must impement.
 


Asterisk-Java

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