xmlBlaster 2.2.0 API

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

Packages that use MethodName
org.xmlBlaster.authentication.plugins   
org.xmlBlaster.authentication.plugins.demo   
org.xmlBlaster.authentication.plugins.htpasswd   
org.xmlBlaster.client.protocol.xmlrpc   
org.xmlBlaster.client.queuemsg   
org.xmlBlaster.client.script   
org.xmlBlaster.engine The core implementation. 
org.xmlBlaster.engine.dispatch   
org.xmlBlaster.protocol.stomp   
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.authentication.plugins
 

Fields in org.xmlBlaster.authentication.plugins declared as MethodName
private  MethodName DataHolder.action
           
private  MethodName CryptDataHolder.action
           
 

Methods in org.xmlBlaster.authentication.plugins that return MethodName
 MethodName DataHolder.getAction()
           
 MethodName CryptDataHolder.getAction()
           
 

Methods in org.xmlBlaster.authentication.plugins with parameters of type MethodName
 void CryptDataHolder.setAction(MethodName action)
           
 

Constructors in org.xmlBlaster.authentication.plugins with parameters of type MethodName
CryptDataHolder(MethodName action, MsgUnitRaw msgUnitRaw)
           
CryptDataHolder(MethodName action, MsgUnitRaw msgUnitRaw, java.util.Map clientProperties)
           
DataHolder(MethodName action, MsgUnit msgUnit)
           
 

Uses of MethodName in org.xmlBlaster.authentication.plugins.demo
 

Methods in org.xmlBlaster.authentication.plugins.demo with parameters of type MethodName
 void PluginGUI.printAction(MethodName key)
          Displays actions
 

Uses of MethodName in org.xmlBlaster.authentication.plugins.htpasswd
 

Methods in org.xmlBlaster.authentication.plugins.htpasswd with parameters of type MethodName
 boolean HtPasswd.Container.isAllowed(MethodName methodName, java.lang.String topicOid)
           
 

Uses of MethodName in org.xmlBlaster.client.protocol.xmlrpc
 

Methods in org.xmlBlaster.client.protocol.xmlrpc with parameters of type MethodName
private  java.lang.String XmlScriptSerializer.getLiteral(MsgUnitRaw[] msgArr, MethodName methodName, byte typeByte)
           
private  java.lang.String XmlScriptSerializer.getLiteral(MsgUnitRaw msgUnit, MethodName methodName)
           
private  java.lang.String XmlScriptSerializer.getLiteral(java.lang.String qos, MethodName methodName, byte typeByte)
           
private  java.lang.String XmlScriptSerializer.getLiteral(java.lang.String key, java.lang.String qos, MethodName methodName)
           
 

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.
private  void XmlScriptClient.writeResponse(MethodName methodName, java.lang.String message)
          Write respone message to OutputStream.
private  void XmlScriptClient.writeResponse(MethodName methodName, java.lang.String[] messages)
           
 

Uses of MethodName in org.xmlBlaster.engine
 

Methods in org.xmlBlaster.engine with parameters of type MethodName
 XmlBlasterException AvailabilityChecker.checkException(MethodName action, java.lang.Throwable origEx)
          Checks the given exception and depending on the current run level it is converted into a communication exception (with the original embedded).
 void AvailabilityChecker.checkServerIsReady(SessionName sessionName, AddressServer addressServer, MsgUnit msgUnit, MethodName action)
          The extended check when the message is imported/decrypted.
private  MsgUnit XmlBlasterImpl.importAndAuthorize(SessionInfo sessionInfo, AddressServer addressServer, MsgUnitRaw msgUnitRaw, MethodName action)
          Check message via security plugin.
private  java.lang.String XmlBlasterImpl.interceptExeptionByAuthorizer(java.lang.Throwable e, SessionInfo sessionInfo, AddressServer addressServer, MsgUnit msgUnit, MethodName action)
           
private  java.lang.String XmlBlasterImpl.publish(AddressServer addressServer, SessionInfo sessionInfo, MsgUnitRaw msgUnitRaw, MethodName methodName)
           
 

Uses of MethodName in org.xmlBlaster.engine.dispatch
 

Methods in org.xmlBlaster.engine.dispatch with parameters of type MethodName
private  void CbDispatchConnection.exportCrypt(java.util.ArrayList holderList, MethodName methodName)
          We export/encrypt the message (call the interceptor)
 

Uses of MethodName in org.xmlBlaster.protocol.stomp
 

Methods in org.xmlBlaster.protocol.stomp with parameters of type MethodName
 long XbStompInOutBridge.getResponseTimeout(MethodName methodName)
           
private  java.lang.String XbStompInOutBridge.sendFrameAndWait(org.codehaus.stomp.StompFrame frame, MethodName methodName)
           
 

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
 

Fields in org.xmlBlaster.util.qos declared as MethodName
private  MethodName QosData.methodName
           
 

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
 

Fields in org.xmlBlaster.util.xbformat declared as MethodName
private  MethodName MsgInfo.methodName
           
 

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 API

Copyright © 1999-2014 The xmlBlaster.org contributers.