Serialized Form

  • Package com.softwareag.entirex.aci

    • Exception com.softwareag.entirex.aci.BrokerException

      class BrokerException extends Exception implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • callInfo
          String callInfo
          info about this broker call. May be null or empty.
        • errorClass
          int errorClass
          the EntireX error class as defined in product documentation.
        • errorClassString
          String errorClassString
        • errorCode
          int errorCode
          the error code in this error class.
        • errorCodeString
          String errorCodeString
        • errorDetail
          String errorDetail
          The error detail is part of the error text. The prefix (usually 'Broker Error') and the error class and error code are stripped off.
        • errorText
          String errorText
          the error message for the error code and class.
        • params
          String[] params
    • Class com.softwareag.entirex.aci.ConversationState

      class ConversationState extends Object implements Serializable
      serialVersionUID:
      -6736846114269261741L
    • Exception com.softwareag.entirex.aci.InvalidRPCMessageException

      class InvalidRPCMessageException extends com.softwareag.entirex.aci.RPCMessageException implements Serializable
      serialVersionUID:
      1L
    • Exception com.softwareag.entirex.aci.RPCMessageException

      class RPCMessageException extends Exception implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • errorMessage
          String errorMessage
        • errorMessageDetail
          String errorMessageDetail
        • naturalErrorObjectType
          String naturalErrorObjectType
        • naturalErrorProgramName
          String naturalErrorProgramName
        • naturalErrorStatus
          String naturalErrorStatus
        • naturalErrorSubroutineLevel
          String naturalErrorSubroutineLevel
        • naturalErrorText
          String naturalErrorText
        • rpcProtocolError
          int rpcProtocolError
        • rpcUserError
          int rpcUserError
    • Exception com.softwareag.entirex.aci.ServerException

      class ServerException extends BrokerException implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • severity
          int severity
    • Class com.softwareag.entirex.aci.TunnelServlet

      class TunnelServlet extends javax.servlet.http.HttpServlet implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • brokerId
          String brokerId
        • logEnabled
          boolean logEnabled
  • Package com.softwareag.entirex.xml.rt