oracle.ide.feedback.shared
Class Feedback
java.lang.Object
  
oracle.ide.feedback.shared.Feedback
- All Implemented Interfaces: 
 - java.io.Serializable
 
- Direct Known Subclasses: 
 - MessageFeedback
 
public abstract class Feedback
- extends java.lang.Object
- implements java.io.Serializable
  
The base class of all messages that can be sent to the server.
- See Also:
 - Serialized Form
 
| 
Constructor Summary | 
protected  | 
Feedback()
 
            | 
 
| 
Method Summary | 
 void | 
dump(java.io.PrintStream stream)
 
            | 
protected abstract  void | 
dumpImpl(java.io.PrintStream stream)
 
            | 
static Feedback | 
read(java.lang.ClassLoader classLoader,
     java.io.DataInputStream inputStream)
 
            | 
protected abstract  void | 
readImpl(java.io.DataInputStream inputStream)
 
            | 
 void | 
write(java.io.DataOutputStream outputStream)
 
            | 
protected abstract  void | 
writeImpl(java.io.DataOutputStream outputStream)
 
            | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Feedback
protected Feedback()
writeImpl
protected abstract void writeImpl(java.io.DataOutputStream outputStream)
                           throws java.io.IOException
 
- Throws:
 java.io.IOException
 
readImpl
protected abstract void readImpl(java.io.DataInputStream inputStream)
                          throws java.io.IOException
 
- Throws:
 java.io.IOException
 
dumpImpl
protected abstract void dumpImpl(java.io.PrintStream stream)
 
 
write
public final void write(java.io.DataOutputStream outputStream)
                 throws java.io.IOException
 
- Throws:
 java.io.IOException
 
read
public static final Feedback read(java.lang.ClassLoader classLoader,
                                  java.io.DataInputStream inputStream)
                           throws java.io.IOException,
                                  java.lang.ClassNotFoundException,
                                  java.lang.IllegalAccessException,
                                  java.lang.InstantiationException
 
- Throws:
 java.io.IOException
java.lang.ClassNotFoundException
java.lang.IllegalAccessException
java.lang.InstantiationException
 
dump
public final void dump(java.io.PrintStream stream)
 
 
Copyright © 1997, 2011, Oracle. All rights reserved.