wt.ixb.clientAccess
Class ExpImpUpdateMsg

java.lang.Object
  extended bywt.ixb.clientAccess.ExpImpUpdateMsg
All Implemented Interfaces:
Externalizable, MethodFeedback, Serializable

public class ExpImpUpdateMsg
extends Object
implements MethodFeedback, Externalizable

See Also:
Serialized Form

Field Summary
private  String clGuiId
           
static String EXP_IMP_FEEDBACK
           
private  String msg
           
 
Fields inherited from interface wt.method.MethodFeedback
versionID
 
Constructor Summary
ExpImpUpdateMsg()
           
ExpImpUpdateMsg(String localizedMsg, String clientGuiId)
           
 
Method Summary
 void execute()
          Supported API: true
 void readExternal(ObjectInput input_stream)
           
 void writeExternal(ObjectOutput output_stream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXP_IMP_FEEDBACK

public static final String EXP_IMP_FEEDBACK
See Also:
Constant Field Values

msg

private String msg

clGuiId

private String clGuiId
Constructor Detail

ExpImpUpdateMsg

public ExpImpUpdateMsg(String localizedMsg,
                       String clientGuiId)

ExpImpUpdateMsg

public ExpImpUpdateMsg()
Method Detail

execute

public void execute()
Description copied from interface: MethodFeedback
Supported API: true

Specified by:
execute in interface MethodFeedback

readExternal

public void readExternal(ObjectInput input_stream)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput output_stream)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException