Uses of Interface
org.exolab.core.messenger.Channel

Packages that use Channel
org.exolab.core.messenger   
 

Uses of Channel in org.exolab.core.messenger
 

Subinterfaces of Channel in org.exolab.core.messenger
 interface SystemChannel
          A SystemChannel is reponsible for managing channel open and close requests on a Connection.
 

Classes in org.exolab.core.messenger that implement Channel
 class PacketChannel
          A PacketConnection is a Connection that minimises resource usage.
 

Methods in org.exolab.core.messenger that return Channel
 Channel Connection.open(java.lang.String name)
          Open a channel
 Channel PacketConnection.open(java.lang.String name)
          Open a channel
protected  Channel PacketConnection.getChannel(int channelId)
          Returns the channel for the give channel identifier
protected  Channel ManagedPacketConnection.getChannel(int connectionId, int channelId)
          Helper to return a channel for a particular connection
 Channel SystemChannel.open(java.lang.String name)
          Open a channel for the specified name.
 

Methods in org.exolab.core.messenger with parameters of type Channel
 void ChannelListenerAcceptor.opened(Channel channel)
          Handle a new channel.
 void ChannelHandler.opened(Channel channel)
          Handle a new channel
 void SystemChannel.close(Channel channel)
          Close a channel
 



Copyright © 1999-2005 The Exolab Group. All Rights Reserved.