Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
psdi.common.emailstner.LSNRParseException

  • Packages that use LSNRParseException 
    Package Description
    psdi.common.emailstner  
    • Uses of LSNRParseException in psdi.common.emailstner

      Methods in psdi.common.emailstner that throw LSNRParseException 
      Modifier and Type Method and Description
      int LSNRParser.emailFormatMode(MboRemote inboundComm)
      Method to return format mode for the message body.
      java.lang.String LSNRParser.getActionName(MboRemote inboundComm, int formatMode)
      Returns the action name specified in message body
      java.util.Hashtable LSNRParser.getAttributeValues(MboRemote inboundComm, int formatMode)
      Returns a hashtable of mbo attribute name and value specified in message body
      java.lang.String LSNRParser.getObjectName(MboRemote inboundComm, int formatMode)
      Get the object name for the formatted name
      java.lang.String[] LSNRParser.getPrimaryKeyCols(MboRemote inboundComm)
      Gets the array of key columns for the object specified in message body
      java.lang.String LSNRParser.getResultColumnsForQuery(MboRemote inboundComm, int formatMode)
      Returns a string containing all result columns for query action separated by comma.
      java.lang.String LSNRParser.getWhereClauseForQuery(MboRemote inboundComm, int formatMode)
      Returns the where condition specified in message body
      boolean LSNRParser.isPrimaryKeyProvided(MboRemote inboundComm, java.lang.String objectName, java.util.Hashtable has)
      Checks if primary keys are provided for the object secified in message body
      java.util.Hashtable LSNRParser.readFormattedMessageToHashtable(MboRemote inboundComm, int formatMode)
      Parse the message body and puts attribute and value into hashtable.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes