wt.ixb.clientAccess
Class IXBExpImpStatus

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

public class IXBExpImpStatus
extends Object
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private  boolean outcome
           
private static String RESOURCE
           
private  IXBStreamer streamer
           
private  Vector userStatus
           
 
Constructor Summary
IXBExpImpStatus()
           
 
Method Summary
 void addMessage(String s)
           
 void addMessages(String[] ss)
           
 Vector getMessages()
           
 boolean getOutcome()
           
 IXBStreamer getStreamer()
          Gets the value of the attribute: streamer.
private static void PP(String s)
           
 void setOutcome(boolean a_Outcome)
           
 void setStreamer(IXBStreamer a_Streamer)
          Sets the value of the attribute: streamer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

outcome

private boolean outcome

streamer

private IXBStreamer streamer

userStatus

private Vector userStatus
Constructor Detail

IXBExpImpStatus

public IXBExpImpStatus()
Method Detail

getStreamer

public IXBStreamer getStreamer()
Gets the value of the attribute: streamer.

Supported API: false

Returns:
IXBStreamer

setStreamer

public void setStreamer(IXBStreamer a_Streamer)
                 throws WTPropertyVetoException
Sets the value of the attribute: streamer.

Supported API: false

Parameters:
a_Streamer -
Throws:
WTPropertyVetoException

addMessage

public void addMessage(String s)

addMessages

public void addMessages(String[] ss)

getMessages

public Vector getMessages()

PP

private static void PP(String s)

setOutcome

public void setOutcome(boolean a_Outcome)

getOutcome

public boolean getOutcome()