xmlBlaster 2.2.0 API

Uses of Class
org.xmlBlaster.protocol.corba.serverIdl.MessageUnit

Packages that use MessageUnit
org.xmlBlaster.client.protocol.corba   
org.xmlBlaster.protocol.corba   
org.xmlBlaster.protocol.corba.clientIdl   
org.xmlBlaster.protocol.corba.serverIdl   
org.xmlBlaster.util.protocol.corba   
 

Uses of MessageUnit in org.xmlBlaster.client.protocol.corba
 

Methods in org.xmlBlaster.client.protocol.corba with parameters of type MessageUnit
 java.lang.String[] CorbaCallbackServer.update(java.lang.String cbSessionId, MessageUnit[] msgUnitArr)
          This is the callback method invoked from the CORBA server informing the client in an asynchronous mode about new messages.
 void CorbaCallbackServer.updateOneway(java.lang.String cbSessionId, MessageUnit[] msgUnitArr)
          This is the callback method invoked from the CORBA server informing the client in an asynchronous mode about new messages.
 

Uses of MessageUnit in org.xmlBlaster.protocol.corba
 

Methods in org.xmlBlaster.protocol.corba that return MessageUnit
static MessageUnit CallbackCorbaDriver.convert(MsgUnitRaw mu)
          Converts the internal MessageUnit to the CORBA message unit.
 MessageUnit[] ServerImpl.get(java.lang.String xmlKey_literal, java.lang.String qos_literal)
          Synchronous access
 

Methods in org.xmlBlaster.protocol.corba with parameters of type MessageUnit
 java.lang.String ServerImpl.publish(MessageUnit msgUnit)
           
 java.lang.String[] ServerImpl.publishArr(MessageUnit[] msgUnitArr)
           
 void ServerImpl.publishOneway(MessageUnit[] msgUnitArr)
           
 

Uses of MessageUnit in org.xmlBlaster.protocol.corba.clientIdl
 

Methods in org.xmlBlaster.protocol.corba.clientIdl with parameters of type MessageUnit
 java.lang.String[] _BlasterCallbackStub.update(java.lang.String sessionId, MessageUnit[] msgUnitArr)
           
 java.lang.String[] BlasterCallbackOperations.update(java.lang.String sessionId, MessageUnit[] msgUnitArr)
           
 java.lang.String[] BlasterCallbackPOATie.update(java.lang.String sessionId, MessageUnit[] msgUnitArr)
           
 void _BlasterCallbackStub.updateOneway(java.lang.String sessionId, MessageUnit[] msgUnitArr)
           
 void BlasterCallbackOperations.updateOneway(java.lang.String sessionId, MessageUnit[] msgUnitArr)
           
 void BlasterCallbackPOATie.updateOneway(java.lang.String sessionId, MessageUnit[] msgUnitArr)
           
 

Uses of MessageUnit in org.xmlBlaster.protocol.corba.serverIdl
 

Fields in org.xmlBlaster.protocol.corba.serverIdl declared as MessageUnit
 MessageUnit MessageUnitHolder.value
           
 MessageUnit[] MessageUnitArrHolder.value
           
 

Methods in org.xmlBlaster.protocol.corba.serverIdl that return MessageUnit
static MessageUnit[] MessageUnitArrHelper.extract(org.omg.CORBA.Any any)
           
static MessageUnit MessageUnitHelper.extract(org.omg.CORBA.Any any)
           
 MessageUnit[] ServerOperations.get(java.lang.String xmlKey, java.lang.String qos)
           
 MessageUnit[] _ServerStub.get(java.lang.String xmlKey, java.lang.String qos)
           
 MessageUnit[] ServerPOATie.get(java.lang.String xmlKey, java.lang.String qos)
           
static MessageUnit[] MessageUnitArrHelper.read(org.omg.CORBA.portable.InputStream _in)
           
static MessageUnit MessageUnitHelper.read(org.omg.CORBA.portable.InputStream in)
           
 

Methods in org.xmlBlaster.protocol.corba.serverIdl with parameters of type MessageUnit
static void MessageUnitHelper.insert(org.omg.CORBA.Any any, MessageUnit s)
           
static void MessageUnitArrHelper.insert(org.omg.CORBA.Any any, MessageUnit[] s)
           
 java.lang.String ServerOperations.publish(MessageUnit msgUnit)
           
 java.lang.String _ServerStub.publish(MessageUnit msgUnit)
           
 java.lang.String ServerPOATie.publish(MessageUnit msgUnit)
           
 java.lang.String[] ServerOperations.publishArr(MessageUnit[] msgUnitArr)
           
 java.lang.String[] _ServerStub.publishArr(MessageUnit[] msgUnitArr)
           
 java.lang.String[] ServerPOATie.publishArr(MessageUnit[] msgUnitArr)
           
 void ServerOperations.publishOneway(MessageUnit[] msgUnitArr)
           
 void _ServerStub.publishOneway(MessageUnit[] msgUnitArr)
           
 void ServerPOATie.publishOneway(MessageUnit[] msgUnitArr)
           
static void MessageUnitHelper.write(org.omg.CORBA.portable.OutputStream out, MessageUnit s)
           
static void MessageUnitArrHelper.write(org.omg.CORBA.portable.OutputStream _out, MessageUnit[] _s)
           
 

Constructors in org.xmlBlaster.protocol.corba.serverIdl with parameters of type MessageUnit
MessageUnitArrHolder(MessageUnit[] initial)
           
MessageUnitHolder(MessageUnit initial)
           
 

Uses of MessageUnit in org.xmlBlaster.util.protocol.corba
 

Methods in org.xmlBlaster.util.protocol.corba that return MessageUnit
static MessageUnit OrbInstanceFactory.convert(MsgUnitRaw mu)
          Converts the internal MsgUnitRaw to the CORBA message unit.
static MessageUnit[] OrbInstanceFactory.convert(MsgUnitRaw[] msgUnitArr)
          Converts the internal MsgUnitRaw array to the CORBA message unit array.
 

Methods in org.xmlBlaster.util.protocol.corba with parameters of type MessageUnit
static MsgUnitRaw OrbInstanceFactory.convert(Global glob, MessageUnit mu)
          Converts the internal CORBA message unit to the internal representation.
static MsgUnitRaw[] OrbInstanceFactory.convert(Global glob, MessageUnit[] msgUnitArr)
          Converts the internal CORBA message unit array to the internal representation.
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.