xmlBlaster 2.2.0 API

Uses of Class
org.xmlBlaster.engine.admin.CommandManager

Packages that use CommandManager
org.xmlBlaster.contrib.htmlmonitor   
org.xmlBlaster.engine The core implementation. 
org.xmlBlaster.engine.admin   
org.xmlBlaster.engine.admin.extern   
org.xmlBlaster.engine.admin.intern   
 

Uses of CommandManager in org.xmlBlaster.contrib.htmlmonitor
 

Fields in org.xmlBlaster.contrib.htmlmonitor declared as CommandManager
private  CommandManager HtmlMonitorPlugin.commandManager
           
 

Uses of CommandManager in org.xmlBlaster.engine
 

Fields in org.xmlBlaster.engine declared as CommandManager
private  CommandManager ServerScope.commandManager
           
 

Methods in org.xmlBlaster.engine that return CommandManager
 CommandManager ServerScope.getCommandManager()
          Access instance of remote command administration manager.
 CommandManager ServerScope.getCommandManager(SessionInfo sessionInfo)
          Initialize instance of remote command administration manager.
 

Uses of CommandManager in org.xmlBlaster.engine.admin
 

Methods in org.xmlBlaster.engine.admin with parameters of type CommandManager
 boolean I_ExternGateway.initialize(ServerScope glob, CommandManager commandManager)
          This is called after creation of the plugin.
 void I_CommandHandler.initialize(ServerScope glob, CommandManager commandManager)
          This is called after creation of the plugin.
 

Uses of CommandManager in org.xmlBlaster.engine.admin.extern
 

Fields in org.xmlBlaster.engine.admin.extern declared as CommandManager
private  CommandManager MomClientGateway.commandManager
           
private  CommandManager TelnetGateway.commandManager
           
private  CommandManager SnmpGateway.manager
           
 

Methods in org.xmlBlaster.engine.admin.extern with parameters of type CommandManager
 boolean MomClientGateway.initialize(ServerScope glob, CommandManager commandManager)
          Creates the remote console server.
 boolean TelnetGateway.initialize(ServerScope glob, CommandManager commandManager)
          Creates the remote console server.
 boolean SnmpGateway.initialize(ServerScope glob, CommandManager commandManager)
          This is called after creation of the plugin.
private  boolean TelnetGateway.initializeVariables(ServerScope glob, CommandManager commandManager, boolean isBootstrap)
           
 

Uses of CommandManager in org.xmlBlaster.engine.admin.intern
 

Fields in org.xmlBlaster.engine.admin.intern declared as CommandManager
private  CommandManager MsgHandler.commandManager
           
private  CommandManager PropertyHandler.commandManager
           
private  CommandManager CoreHandler.commandManager
           
 

Methods in org.xmlBlaster.engine.admin.intern with parameters of type CommandManager
 void MsgHandler.initialize(ServerScope glob, CommandManager commandManager)
          This is called after creation of the plugin.
 void PropertyHandler.initialize(ServerScope glob, CommandManager commandManager)
          This is called after creation of the plugin.
 void CoreHandler.initialize(ServerScope glob, CommandManager commandManager)
          This is called after creation of the plugin.
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.