electric.net.channel
Class ChannelsInUse

java.lang.Object
  extended byelectric.net.channel.ChannelsInUse

public final class ChannelsInUse
extends java.lang.Object

ChannelsInUse

Author:
webMethods

Constructor Summary
ChannelsInUse()
           
 
Method Summary
 void add(IChannel channel)
           
 LinkedList getChannels()
          Return a linked list of all channels active at the time of the method call.
 void remove(IChannel channel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelsInUse

public ChannelsInUse()
Method Detail

getChannels

public LinkedList getChannels()
Return a linked list of all channels active at the time of the method call.


add

public void add(IChannel channel)
Parameters:
channel -

remove

public void remove(IChannel channel)
Parameters:
channel -


copyright© 2001-2004 by webMethods All Rights Reserved.