Node Director
Public Member Functions | Static Protected Attributes | List of all members
sfi.director.cli.app_subscribe Class Reference

Implements the 'app_subscribe' director command subscribing hosts/classes to applications. More...

Inheritance diagram for sfi.director.cli.app_subscribe:
sfi.director.cli.CLICommand sfi.director.cli.app_unsubscribe

Public Member Functions

String usage ()
 return a one-line usage string
String help ()
 return a more verbose usage string (aka.
String[] getOptDefinitions ()
 return option definitions as used by Tools.getOpt()
void run (Hashtable optvals) throws DirectorException
 run the command with the (pre-parsed) options optargs
- Public Member Functions inherited from sfi.director.cli.CLICommand
void setOptions (Hashtable opts)
 sets options from a hash as returned by Tools.getOpts().
Options getOptions ()
Hashtable getOptionsHash ()

Static Protected Attributes

static boolean subscribe = true

Detailed Description

Implements the 'app_subscribe' director command subscribing hosts/classes to applications.

Member Function Documentation

String [] sfi.director.cli.app_subscribe.getOptDefinitions ( )
virtual

return option definitions as used by Tools.getOpt()

Implements sfi.director.cli.CLICommand.

String sfi.director.cli.app_subscribe.help ( )
virtual

return a more verbose usage string (aka.

help)

Implements sfi.director.cli.CLICommand.

References sfi.director.cli.app_subscribe.subscribe.

void sfi.director.cli.app_subscribe.run ( Hashtable  optargs) throws DirectorException
virtual
String sfi.director.cli.app_subscribe.usage ( )
virtual

return a one-line usage string

Implements sfi.director.cli.CLICommand.

References sfi.director.cli.app_subscribe.subscribe.

Member Data Documentation

boolean sfi.director.cli.app_subscribe.subscribe = true
staticprotected

The documentation for this class was generated from the following file: