xmlBlaster 2.2.0 API

Uses of Interface
org.xmlBlaster.util.admin.I_AdminService

Packages that use I_AdminService
org.xmlBlaster.client.filepoller   
org.xmlBlaster.contrib.filewatcher   
org.xmlBlaster.engine The core implementation. 
org.xmlBlaster.protocol.corba   
org.xmlBlaster.protocol.email   
org.xmlBlaster.protocol.socket   
org.xmlBlaster.protocol.stomp   
org.xmlBlaster.protocol.xmlrpc   
org.xmlBlaster.util.admin   
org.xmlBlaster.util.checkpoint   
org.xmlBlaster.util.protocol.email   
 

Uses of I_AdminService in org.xmlBlaster.client.filepoller
 

Subinterfaces of I_AdminService in org.xmlBlaster.client.filepoller
 interface FilePollerPluginMBean
          JMX control for the native FilePollerPlugin.
 

Classes in org.xmlBlaster.client.filepoller that implement I_AdminService
 class FilePollerPlugin
          FilePollerPlugin polls on a directory in the file system for new files.
 

Uses of I_AdminService in org.xmlBlaster.contrib.filewatcher
 

Subinterfaces of I_AdminService in org.xmlBlaster.contrib.filewatcher
 interface FileWatcherPluginMBean
          JMX control for the native FileWatcherPlugin.
 

Classes in org.xmlBlaster.contrib.filewatcher that implement I_AdminService
 class FileWatcherPlugin
          FileWatcherPlugin polls on a directory in the file system for new files.
 

Uses of I_AdminService in org.xmlBlaster.engine
 

Subinterfaces of I_AdminService in org.xmlBlaster.engine
 interface EventPluginMBean
          JMX control for the native EventPlugin.
 

Classes in org.xmlBlaster.engine that implement I_AdminService
 class EventPlugin
          Registers for events from the xmlBlaster core and forwards them as configured.
 

Uses of I_AdminService in org.xmlBlaster.protocol.corba
 

Subinterfaces of I_AdminService in org.xmlBlaster.protocol.corba
 interface CorbaDriverMBean
          JMX control
 

Classes in org.xmlBlaster.protocol.corba that implement I_AdminService
 class CorbaDriver
          CorbaDriver class to invoke the xmlBlaster server using CORBA.
 

Uses of I_AdminService in org.xmlBlaster.protocol.email
 

Subinterfaces of I_AdminService in org.xmlBlaster.protocol.email
 interface EmailDriverMBean
           
 

Uses of I_AdminService in org.xmlBlaster.protocol.socket
 

Subinterfaces of I_AdminService in org.xmlBlaster.protocol.socket
 interface SocketDriverMBean
           
 

Classes in org.xmlBlaster.protocol.socket that implement I_AdminService
 class SocketDriver
          Socket driver class to invoke the xmlBlaster server over a native message format

This "SOCKET:" driver needs to be registered in xmlBlaster.properties and will be started on xmlBlaster startup, for example:

 

Uses of I_AdminService in org.xmlBlaster.protocol.stomp
 

Subinterfaces of I_AdminService in org.xmlBlaster.protocol.stomp
 interface XbStompDriverMBean
           
 

Classes in org.xmlBlaster.protocol.stomp that implement I_AdminService
 class XbStompDriver
          XbStomp driver class to invoke the xmlBlaster server over STOMP protocol.
 

Uses of I_AdminService in org.xmlBlaster.protocol.xmlrpc
 

Subinterfaces of I_AdminService in org.xmlBlaster.protocol.xmlrpc
 interface XmlRpcDriverMBean
          JMX
 

Classes in org.xmlBlaster.protocol.xmlrpc that implement I_AdminService
 class XmlRpcDriver
          XmlRpc driver class to invoke the xmlBlaster server over HTTP XMLRPC.
 

Uses of I_AdminService in org.xmlBlaster.util.admin
 

Subinterfaces of I_AdminService in org.xmlBlaster.util.admin
 interface I_AdminPop3Driver
          Declares available methods to control the POP3 email poller.
 

Uses of I_AdminService in org.xmlBlaster.util.checkpoint
 

Subinterfaces of I_AdminService in org.xmlBlaster.util.checkpoint
 interface CheckpointMBean
           
 interface I_Checkpoint
          Interface for plugins to handle messages passing checkpoints.
 

Classes in org.xmlBlaster.util.checkpoint that implement I_AdminService
 class Checkpoint
          Plugin to trace the message flow into log files.
 

Uses of I_AdminService in org.xmlBlaster.util.protocol.email
 

Subinterfaces of I_AdminService in org.xmlBlaster.util.protocol.email
 interface Pop3DriverMBean
          JMX control for Pop3Driver.
 

Classes in org.xmlBlaster.util.protocol.email that implement I_AdminService
 class Pop3Driver
          This class is capable to poll for emails using the POP3 protocol.
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.