Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.ide.feedback.shared
Class MessageFeedback

java.lang.Object
  extended by oracle.ide.feedback.shared.Feedback
      extended by oracle.ide.feedback.shared.MessageFeedback

All Implemented Interfaces:
java.io.Serializable

public class MessageFeedback
extends Feedback
See Also:
Serialized Form

Field Summary
protected  java.lang.String _message
           

 

Constructor Summary
MessageFeedback()
           
MessageFeedback(java.lang.String message)
           

 

Method Summary
protected  void dumpImpl(java.io.PrintStream stream)
           
protected  void readImpl(java.io.DataInputStream inputStream)
           
protected  void writeImpl(java.io.DataOutputStream outputStream)
           

 

Methods inherited from class oracle.ide.feedback.shared.Feedback
dump, read, write

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

_message

protected java.lang.String _message

Constructor Detail

MessageFeedback

public MessageFeedback()

MessageFeedback

public MessageFeedback(java.lang.String message)

Method Detail

writeImpl

protected void writeImpl(java.io.DataOutputStream outputStream)
                  throws java.io.IOException
Specified by:
writeImpl in class Feedback
Throws:
java.io.IOException

readImpl

protected void readImpl(java.io.DataInputStream inputStream)
                 throws java.io.IOException
Specified by:
readImpl in class Feedback
Throws:
java.io.IOException

dumpImpl

protected void dumpImpl(java.io.PrintStream stream)
Specified by:
dumpImpl in class Feedback

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


Copyright © 1997, 2012, Oracle. All rights reserved.