Uses of Class
emissary.directory.EmissaryNode.Mode
-
Packages that use EmissaryNode.Mode Package Description emissary.command Provides classes necessary to interact with Emissary on the command line.emissary.command.converter Provides classes to convert parameters forEmissaryCommand
s.emissary.directory The Emissary Directory controls the advertisement and availability of services (places) in the Emissary system. -
-
Uses of EmissaryNode.Mode in emissary.command
Methods in emissary.command that return EmissaryNode.Mode Modifier and Type Method Description EmissaryNode.Mode
ServerCommand. getMode()
-
Uses of EmissaryNode.Mode in emissary.command.converter
Methods in emissary.command.converter that return EmissaryNode.Mode Modifier and Type Method Description EmissaryNode.Mode
ModeConverter. convert(String s)
-
Uses of EmissaryNode.Mode in emissary.directory
Fields in emissary.directory declared as EmissaryNode.Mode Modifier and Type Field Description protected EmissaryNode.Mode
EmissaryNode. nodeMode
Methods in emissary.directory that return EmissaryNode.Mode Modifier and Type Method Description EmissaryNode.Mode
EmissaryNode. getNodeMode()
static EmissaryNode.Mode
EmissaryNode.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static EmissaryNode.Mode[]
EmissaryNode.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in emissary.directory with parameters of type EmissaryNode.Mode Constructor Description EmissaryNode(EmissaryNode.Mode nodeMode)
Construct the node.
-