Uses of Interface
com.sun.sgs.client.ClientChannel

Packages that use ClientChannel
com.sun.sgs.client Defines a standard interface for a J2SE(TM) client framework that communicates with the RedDwarf Server. 
 

Uses of ClientChannel in com.sun.sgs.client
 

Methods in com.sun.sgs.client with parameters of type ClientChannel
 ClientChannelListener ServerSessionListener.joinedChannel(ClientChannel channel)
          Notifies this listener that its associated client has joined the specified channel, and returns a non-null ClientChannelListener for that channel.
 void ClientChannelListener.leftChannel(ClientChannel channel)
          Notifies this listener that the associated client was removed from the specified channel.
 void ClientChannelListener.receivedMessage(ClientChannel channel, ByteBuffer message)
          Notifies this listener that the specified message was received on the specified channel.
 


RedDwarf, Version 0.10.0
2010-02-12 09:11:07

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