xmlBlaster 2.2.0 client API

Uses of Interface
org.xmlBlaster.util.protocol.RequestReplyExecutorMBean

Packages that use RequestReplyExecutorMBean
org.xmlBlaster.client.protocol.email   
org.xmlBlaster.client.protocol.socket   
org.xmlBlaster.util.protocol   
org.xmlBlaster.util.protocol.email   
org.xmlBlaster.util.protocol.socket   
 

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

Classes in org.xmlBlaster.client.protocol.email that implement RequestReplyExecutorMBean
 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 RequestReplyExecutorMBean in org.xmlBlaster.client.protocol.socket
 

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

Uses of RequestReplyExecutorMBean in org.xmlBlaster.util.protocol
 

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

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

Subinterfaces of RequestReplyExecutorMBean in org.xmlBlaster.util.protocol.email
 interface EmailExecutorMBean
           
 

Classes in org.xmlBlaster.util.protocol.email that implement RequestReplyExecutorMBean
 class EmailExecutor
          Base class to handle request/reply for emails.
 

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

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

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


xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.