Uses of Class
net.sf.asterisk.manager.Channel

Packages that use Channel
net.sf.asterisk.manager Provides an implementaion of Asterisk's Manager API. 
 

Uses of Channel in net.sf.asterisk.manager
 

Methods in net.sf.asterisk.manager that return Channel
 Channel Call.getChannel()
           
 Channel DefaultAsteriskManager.getChannelById(java.lang.String id)
          Returns a channel by its unique id.
 Channel DefaultAsteriskManager.getChannelByName(java.lang.String name)
          Returns a channel by its name.
 Channel Channel.getLinkedChannel()
          Returns the channel this channel is bridged with, if any.
 

Methods in net.sf.asterisk.manager with parameters of type Channel
protected  void MultiAsterisksManager.addChannel(Channel channel)
           
protected  void DefaultAsteriskManager.addChannel(Channel channel)
           
 void Queue.addEntry(Channel entry)
           
protected  void MultiAsterisksManager.removeChannel(Channel channel)
           
protected  void DefaultAsteriskManager.removeChannel(Channel channel)
           
 void Queue.removeEntry(Channel entry)
           
 void Call.setChannel(Channel channel)
           
 void Channel.setLinkedChannel(Channel linkedChannel)
          Sets the channel this channel is bridged with.
 



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