Uses of Interface
com.sun.sgs.app.ChannelListener

Packages that use ChannelListener
com.sun.sgs.app Provides the interface to the RedDwarf Server used by application developers. 
com.sun.sgs.impl.app.profile Provides manager implementations that support profiling. 
com.sun.sgs.impl.service.channel Provides an implementation of ChannelManager
 

Uses of ChannelListener in com.sun.sgs.app
 

Methods in com.sun.sgs.app with parameters of type ChannelListener
 Channel ChannelManager.createChannel(String name, ChannelListener listener, Delivery delivery)
          Creates a new channel with the specified listener and delivery guarantee, binds it to the specified name, and returns it.
 

Uses of ChannelListener in com.sun.sgs.impl.app.profile
 

Methods in com.sun.sgs.impl.app.profile with parameters of type ChannelListener
 Channel ProfileChannelManager.createChannel(String name, ChannelListener listener, Delivery delivery)
          Creates a new channel with the specified listener and delivery guarantee, binds it to the specified name, and returns it.
 

Uses of ChannelListener in com.sun.sgs.impl.service.channel
 

Methods in com.sun.sgs.impl.service.channel with parameters of type ChannelListener
 Channel ChannelServiceImpl.createChannel(String name, ChannelListener listener, Delivery delivery)
          Creates a new channel with the specified listener and delivery guarantee, binds it to the specified name, and returns it.
(package private) static Channel ChannelImpl.newInstance(String name, ChannelListener listener, Delivery delivery, int writeBufferCapacity)
          Constructs a new Channel with the given name, listener, delivery guarantee and write-buffer capacity.
 


RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved