xmlBlaster 2.2.0 API

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

Packages that use I_AdminPlugin
org.xmlBlaster.client.filepoller   
org.xmlBlaster.client.protocol.email   
org.xmlBlaster.client.protocol.socket   
org.xmlBlaster.contrib.filewatcher   
org.xmlBlaster.engine The core implementation. 
org.xmlBlaster.engine.cluster   
org.xmlBlaster.engine.msgstore.cache   
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   
org.xmlBlaster.util.protocol.email   
org.xmlBlaster.util.protocol.socket   
org.xmlBlaster.util.queue.cache   
 

Uses of I_AdminPlugin in org.xmlBlaster.client.filepoller
 

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

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

Uses of I_AdminPlugin in org.xmlBlaster.client.protocol.email
 

Classes in org.xmlBlaster.client.protocol.email that implement I_AdminPlugin
 class EmailCallbackImpl
          Used for client to receive xmlBlaster callbacks over emails.
 class EmailConnection
          This driver sends emails to the xmlBlaster server, the return QOS are polled via POP3.
 

Uses of I_AdminPlugin in org.xmlBlaster.client.protocol.socket
 

Classes in org.xmlBlaster.client.protocol.socket that implement I_AdminPlugin
 class SocketCallbackImpl
          Used for client to receive xmlBlaster callbacks over plain sockets.
 

Uses of I_AdminPlugin in org.xmlBlaster.contrib.filewatcher
 

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

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

Uses of I_AdminPlugin in org.xmlBlaster.engine
 

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

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

Uses of I_AdminPlugin in org.xmlBlaster.engine.cluster
 

Subinterfaces of I_AdminPlugin in org.xmlBlaster.engine.cluster
 interface ClusterManagerMBean
          JMX control for ClusterManager.
 

Classes in org.xmlBlaster.engine.cluster that implement I_AdminPlugin
 class ClusterManager
          The manager instance for a cluster node.
 

Uses of I_AdminPlugin in org.xmlBlaster.engine.msgstore.cache
 

Subinterfaces of I_AdminPlugin in org.xmlBlaster.engine.msgstore.cache
 interface PersistenceCachePluginMBean
          Export methods for JMX on message storage level.
 

Classes in org.xmlBlaster.engine.msgstore.cache that implement I_AdminPlugin
 class PersistenceCachePlugin
          Implements a random access message storage.
 

Uses of I_AdminPlugin in org.xmlBlaster.protocol.corba
 

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

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

Uses of I_AdminPlugin in org.xmlBlaster.protocol.email
 

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

Classes in org.xmlBlaster.protocol.email that implement I_AdminPlugin
 class CallbackEmailDriver
          Sends a MsgUnitRaw back to a client using Email.
 class EmailDriver
          Email driver class to invoke the xmlBlaster server over ordinary emails.
 

Uses of I_AdminPlugin in org.xmlBlaster.protocol.socket
 

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

Classes in org.xmlBlaster.protocol.socket that implement I_AdminPlugin
 class HandleClient
          Holds one socket connection to a client and handles all requests from one client with plain socket messaging.
 class SocketCbConnection
          This instance establishes exactly one connection to a listening client side callback server.
 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_AdminPlugin in org.xmlBlaster.protocol.stomp
 

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

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

Uses of I_AdminPlugin in org.xmlBlaster.protocol.xmlrpc
 

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

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

Uses of I_AdminPlugin in org.xmlBlaster.util.admin
 

Subinterfaces of I_AdminPlugin in org.xmlBlaster.util.admin
 interface I_AdminMap
          Declares available methods of a map implementation for administration.
 interface I_AdminPop3Driver
          Declares available methods to control the POP3 email poller.
 interface I_AdminQueue
          Declares available methods of a queue implementation for administration.
 interface I_AdminService
          Declares available methods to control a xmlBlaster service plugin.
 

Uses of I_AdminPlugin in org.xmlBlaster.util.checkpoint
 

Subinterfaces of I_AdminPlugin 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_AdminPlugin
 class Checkpoint
          Plugin to trace the message flow into log files.
 

Uses of I_AdminPlugin in org.xmlBlaster.util.protocol
 

Subinterfaces of I_AdminPlugin in org.xmlBlaster.util.protocol
 interface RequestReplyExecutorMBean
          JMX manage Request/Reply pattern.
 

Classes in org.xmlBlaster.util.protocol that implement I_AdminPlugin
 class RequestReplyExecutor
          Request/reply simulates a local method invocation.
 

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

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

Classes in org.xmlBlaster.util.protocol.email that implement I_AdminPlugin
 class EmailExecutor
          Base class to handle request/reply for emails.
 class Pop3Driver
          This class is capable to poll for emails using the POP3 protocol.
 

Uses of I_AdminPlugin in org.xmlBlaster.util.protocol.socket
 

Subinterfaces of I_AdminPlugin in org.xmlBlaster.util.protocol.socket
 interface SocketExecutorMBean
           
 

Classes in org.xmlBlaster.util.protocol.socket that implement I_AdminPlugin
 class SocketExecutor
          Send/receive messages over outStream and inStream.
 

Uses of I_AdminPlugin in org.xmlBlaster.util.queue.cache
 

Subinterfaces of I_AdminPlugin in org.xmlBlaster.util.queue.cache
 interface CacheQueueInterceptorPluginMBean
          Export methods for JMX on cluster node level.
 

Classes in org.xmlBlaster.util.queue.cache that implement I_AdminPlugin
 class CacheQueueInterceptorPlugin
          Implements a queue cache.
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.