Class IXBExpImpStatus

java.lang.Object
wt.ixb.clientAccess.IXBExpImpStatus
All Implemented Interfaces:
Serializable

public class IXBExpImpStatus extends Object implements Serializable


Supported API: true

Extendable: false
See Also:
  • Method Details

    • getStreamer

      public IXBCommonStreamer getStreamer()
      Gets the value of the attribute: streamer.
      This provides streamer of exported file.
      Supported API: true
      Returns:
      IXBCommonStreamer
    • getMessages

      public Vector getMessages()
      Export/Import status messages Supported API: true
    • getOutcome

      public boolean getOutcome()
      Returns:
      whether export/import operation is successful or not
      Supported API: true
    • getObjectCount

      public int getObjectCount()
      Returns:
      number of objects exported
      Supported API: true
    • getFailureMessage

      public String getFailureMessage()
      Returns:
      Localized exception message if import/export fails (cause for IX failure).
      Supported API: true