xmlBlaster 2.2.0 client API

Uses of Class
org.xmlBlaster.util.def.MethodName

Packages that use MethodName
org.xmlBlaster.client.queuemsg   
org.xmlBlaster.client.script   
org.xmlBlaster.util Java helper classes for server and client programming. 
org.xmlBlaster.util.def   
org.xmlBlaster.util.protocol   
org.xmlBlaster.util.protocol.email   
org.xmlBlaster.util.protocol.socket   
org.xmlBlaster.util.qos   
org.xmlBlaster.util.queuemsg   
org.xmlBlaster.util.xbformat   
 

Uses of MethodName in org.xmlBlaster.client.queuemsg
 

Constructors in org.xmlBlaster.client.queuemsg with parameters of type MethodName
MsgQueuePublishEntry(Global glob, MethodName entryType, PriorityEnum priority, StorageId storageId, Timestamp publishEntryTimestamp, long sizeInBytes, MsgUnit msgUnit)
          For persistence recovery
 

Uses of MethodName in org.xmlBlaster.client.script
 

Methods in org.xmlBlaster.client.script with parameters of type MethodName
 boolean XmlScriptClient.fireMethod(MethodName methodName, java.lang.String sessionId, java.lang.String requestId, byte type)
           
abstract  boolean XmlScriptInterpreter.fireMethod(MethodName methodName, java.lang.String sessionId, java.lang.String requestId, byte type)
          On each remote method invocation this function is called.
protected  void XmlScriptInterpreter.serialize(MethodName methodName, java.lang.String sessionId, java.lang.String requestId, MsgUnitRaw[] msgUnits, java.lang.String header, java.lang.String comment, java.lang.String schemaDecl, java.io.OutputStream out, byte type)
          Dump the given MsgUnitRaw to XML.
 

Uses of MethodName in org.xmlBlaster.util
 

Methods in org.xmlBlaster.util that return MethodName
 MethodName MsgUnit.getMethodName()
           
 

Constructors in org.xmlBlaster.util with parameters of type MethodName
MsgUnit(Global glob, MsgUnitRaw msgUnitRaw, MethodName methodName)
           
MsgUnit(Global glob, java.lang.String key, byte[] content, java.lang.String qos, MethodName methodName)
          The normal constructor.
 

Uses of MethodName in org.xmlBlaster.util.def
 

Fields in org.xmlBlaster.util.def declared as MethodName
static MethodName MethodName.CONNECT
           
static MethodName MethodName.DISCONNECT
           
static MethodName MethodName.DUMMY
           
static MethodName MethodName.ERASE
           
static MethodName MethodName.EXCEPTION
           
static MethodName MethodName.GET
           
static MethodName MethodName.PING
           
static MethodName MethodName.PUBLISH
           
static MethodName MethodName.PUBLISH_ARR
           
static MethodName MethodName.PUBLISH_ONEWAY
           
static MethodName MethodName.PUBLISH_PTP
          for convenience only: not used by xmlBlaster itself
static MethodName MethodName.PUBLISH_PTP_ARR
          for convenience only: not used by xmlBlaster itself
static MethodName MethodName.PUBLISH_PTP_ONEWAY
          for convenience only: not used by xmlBlaster itself
static MethodName MethodName.SUBSCRIBE
           
static MethodName MethodName.UNKNOWN
           
static MethodName MethodName.UNSUBSCRIBE
           
static MethodName MethodName.UPDATE
           
static MethodName MethodName.UPDATE_ONEWAY
           
 

Methods in org.xmlBlaster.util.def that return MethodName
static MethodName[] MethodName.getAll()
           
static MethodName MethodName.toMethodName(byte[] methodNameBytes)
           
static MethodName MethodName.toMethodName(java.lang.String methodName)
          Returns the MethodName object for the given String.
 

Methods in org.xmlBlaster.util.def with parameters of type MethodName
 boolean MethodName.equals(MethodName other)
          When you compare two methodName with == and they are loaded by different Classloaders it will fail (return false even if they are the same method), using this equals() method is safe under such circumstances
static java.lang.String MethodName.toString(MethodName[] nameArr)
           
 

Uses of MethodName in org.xmlBlaster.util.protocol
 

Methods in org.xmlBlaster.util.protocol with parameters of type MethodName
 java.sql.Timestamp RequestReplyExecutor.getExpiryTimestamp(MethodName methodName)
          Return the time in future when the email can be deleted.
 long RequestReplyExecutor.getResponseTimeout(MethodName methodName)
           
 java.lang.String RequestReplyExecutor.getResponseTimeoutPropertyName(MethodName methodName)
          For logging.
protected abstract  void RequestReplyExecutor.sendMessage(MsgInfo msgInfo, java.lang.String requestId, MethodName methodName, boolean udp)
          Flush the data to the protocol layer (socket, email, ...).
 

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

Methods in org.xmlBlaster.util.protocol.email with parameters of type MethodName
 java.lang.String EmailData.createMessageId(MethodName methodName, java.sql.Timestamp expiryTimestamp)
          Use together with extractMessageId(EmailData messageData, String tag).
protected  java.lang.String EmailExecutor.createMessageId(MsgInfo msgInfo, java.lang.String requestId, MethodName methodName, java.sql.Timestamp expiryTimestamp)
           
static java.lang.String EmailData.createMessageId(java.lang.String sessionId, java.lang.String requestId, MethodName methodName, java.sql.Timestamp expiryTimestamp)
          If any of the params is null no markup for this param is added.
 java.lang.Object EmailExecutor.sendEmail(MsgUnitRaw[] msgArr, MethodName methodName, boolean expectingResponse)
          This sends the update to the client.
 java.lang.Object EmailExecutor.sendEmail(MsgUnitRaw msgUnit, MethodName methodName, boolean expectingResponse)
           
 java.lang.Object EmailExecutor.sendEmail(java.lang.String qos, MethodName methodName, boolean expectingResponse)
           
 java.lang.Object EmailExecutor.sendEmail(java.lang.String key, java.lang.String qos, MethodName methodName, boolean expectingResponse)
           
protected  void EmailExecutor.sendMessage(MsgInfo msgInfo, java.lang.String requestId, MethodName methodName, boolean udp)
          Extends RequestReplyExecutor.sendMessage
 

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

Methods in org.xmlBlaster.util.protocol.socket with parameters of type MethodName
protected  void SocketExecutor.sendMessage(MsgInfo msgInfo, java.lang.String requestId, MethodName methodName, boolean udp)
          Flush the data to the socket.
 

Uses of MethodName in org.xmlBlaster.util.qos
 

Methods in org.xmlBlaster.util.qos that return MethodName
 MethodName QosData.getMethod()
           
 

Methods in org.xmlBlaster.util.qos with parameters of type MethodName
 void QosData.setMethod(MethodName methodName)
           
 

Constructors in org.xmlBlaster.util.qos with parameters of type MethodName
MsgQosData(Global glob, I_MsgQosFactory factory, MethodName methodName)
          Constructs the specialized quality of service object for a publish() or update() call.
MsgQosData(Global glob, I_MsgQosFactory factory, java.lang.String serialData, MethodName methodName)
          Constructs the specialized quality of service object for a publish() call.
MsgQosData(Global glob, MethodName methodName)
          Constructs the specialized quality of service object for a publish() or update() call.
QosData(Global glob, java.lang.String serialData, MethodName methodName)
          Constructor, it does not parse the data, use a factory for this.
QueryQosData(Global glob, I_QueryQosFactory factory, MethodName methodName)
          Constructs the specialized quality of service object for query informations.
QueryQosData(Global glob, I_QueryQosFactory factory, java.lang.String serialData, MethodName methodName)
          Constructs the specialized quality of service object for a publish() call.
QueryQosData(Global glob, MethodName methodName)
          true if query has to be /** Constructs the specialized quality of service object for query informations.
StatusQosData(Global glob, I_StatusQosFactory factory, MethodName methodName)
          Constructs the specialized quality of service object for status informations.
StatusQosData(Global glob, I_StatusQosFactory factory, java.lang.String serialData, MethodName methodName)
          Constructs the specialized quality of service object for a publish() call.
StatusQosData(Global glob, MethodName methodName)
          Constructs the specialized quality of service object for status informations, e.g.
 

Uses of MethodName in org.xmlBlaster.util.queuemsg
 

Methods in org.xmlBlaster.util.queuemsg that return MethodName
 MethodName MsgQueueEntry.getMethodName()
           
 

Constructors in org.xmlBlaster.util.queuemsg with parameters of type MethodName
MsgQueueEntry(Global glob, MethodName methodName, PriorityEnum priority, StorageId storageId, boolean persistent)
           
 

Uses of MethodName in org.xmlBlaster.util.xbformat
 

Methods in org.xmlBlaster.util.xbformat that return MethodName
 MethodName MsgInfo.getMethodName()
          For example MethodName.PUBLISH
 

Methods in org.xmlBlaster.util.xbformat with parameters of type MethodName
 boolean XmlScriptParser.fireMethod(MethodName methodName, java.lang.String sessionId, java.lang.String requestId, byte type)
          Called during XML parsing.
 void MsgInfo.setMethodName(MethodName methodName)
          For example MethodName.PUBLISH
 

Constructors in org.xmlBlaster.util.xbformat with parameters of type MethodName
MsgInfo(Global glob, byte type, MethodName methodName, java.lang.String sessionId)
          Create a raw message.
MsgInfo(Global glob, byte type, MethodName methodName, java.lang.String sessionId, I_ProgressListener progressListener)
           
MsgInfo(Global glob, byte type, MethodName methodName, java.lang.String sessionId, I_ProgressListener progressListener, java.lang.String msgInfoParserClassName)
           
MsgInfo(Global glob, byte type, java.lang.String requestId, MethodName methodName, java.lang.String sessionId, I_ProgressListener progressListener)
           
 


xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.