xmlBlaster 2.2.0 client 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.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.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 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.