xmlBlaster 2.2.0 client API

org.xmlBlaster.util.dispatch
Interface I_Callback


public interface I_Callback

Interface for Callback, the supported methods to call back to client side.

See Also:
CORBA xmlBlaster.idl

Method Summary
 java.lang.String ping(java.lang.String qos)
           
 PublishReturnQos update(MsgUnit msgUnit)
           
 void updateOneway(MsgUnit[] msgUnitArr)
           
 

Method Detail

update

PublishReturnQos update(MsgUnit msgUnit)
                        throws XmlBlasterException
Throws:
XmlBlasterException

updateOneway

void updateOneway(MsgUnit[] msgUnitArr)
                  throws XmlBlasterException
Throws:
XmlBlasterException

ping

java.lang.String ping(java.lang.String qos)
                      throws XmlBlasterException
Throws:
XmlBlasterException

xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.