Uses of Class
com.sun.sgs.impl.service.channel.ChannelServer.MembershipStatus

Packages that use ChannelServer.MembershipStatus
com.sun.sgs.impl.service.channel Provides an implementation of ChannelManager
 

Uses of ChannelServer.MembershipStatus in com.sun.sgs.impl.service.channel
 

Methods in com.sun.sgs.impl.service.channel that return ChannelServer.MembershipStatus
 ChannelServer.MembershipStatus ChannelServer.isMember(BigInteger channelRefId, BigInteger sessionRefId)
          If the session with the specified sessionRefId is connected to the local node, returns MEMBER if the session is a member of the channel with the specified channelRefId and returns NON_MEMBER if the session is not a member of the channel.
static ChannelServer.MembershipStatus ChannelServer.MembershipStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ChannelServer.MembershipStatus[] ChannelServer.MembershipStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


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