JXTA

Uses of Class
net.jxta.impl.protocol.LimitedRangeRdvMsg.WalkDirection

Packages that use LimitedRangeRdvMsg.WalkDirection
net.jxta.impl.protocol Provides implementation objects for Advertisments and protocol messages for the JXTA Core and Standard Protocols. 
 

Uses of LimitedRangeRdvMsg.WalkDirection in net.jxta.impl.protocol
 

Methods in net.jxta.impl.protocol that return LimitedRangeRdvMsg.WalkDirection
 LimitedRangeRdvMsg.WalkDirection LimitedRangeRdvMsg.getDirection()
          Get the direction the message will take
static LimitedRangeRdvMsg.WalkDirection LimitedRangeRdvMsg.WalkDirection.toWalkDirection(int code)
          Convert a walk code as used by the standard walker protocol to a direction object.
static LimitedRangeRdvMsg.WalkDirection LimitedRangeRdvMsg.WalkDirection.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LimitedRangeRdvMsg.WalkDirection[] LimitedRangeRdvMsg.WalkDirection.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.jxta.impl.protocol with parameters of type LimitedRangeRdvMsg.WalkDirection
 void LimitedRangeRdvMsg.setDirection(LimitedRangeRdvMsg.WalkDirection dir)
          Set the direction the message will take
 


JXSE