|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
java.io.ObjectInputStream
org.objectweb.jonas_ejb.container.JStatefulInputStream
org.objectweb.jonas_ejb.container.JRepStatefulInputStream
public class JRepStatefulInputStream
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.io.ObjectInputStream |
---|
ObjectInputStream.GetField |
Field Summary |
---|
Constructor Summary | |
---|---|
JRepStatefulInputStream(InputStream in,
JStatefulSwitch jss)
Constructor. |
Method Summary | |
---|---|
protected Object |
resolveObject(Object obj)
We must care about some object types. |
Methods inherited from class org.objectweb.jonas_ejb.container.JStatefulInputStream |
---|
resolveClass |
Methods inherited from class java.io.ObjectInputStream |
---|
available, close, defaultReadObject, enableResolveObject, read, read, readBoolean, readByte, readChar, readClassDescriptor, readDouble, readFields, readFloat, readFully, readFully, readInt, readLine, readLong, readObject, readObjectOverride, readShort, readStreamHeader, readUnshared, readUnsignedByte, readUnsignedShort, readUTF, registerValidation, resolveProxyClass, skipBytes |
Methods inherited from class java.io.InputStream |
---|
mark, markSupported, read, reset, skip |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.io.ObjectInput |
---|
read, skip |
Constructor Detail |
---|
public JRepStatefulInputStream(InputStream in, JStatefulSwitch jss) throws IOException
IOException
Method Detail |
---|
protected Object resolveObject(Object obj) throws IOException
resolveObject
in class JStatefulInputStream
obj
- serialized field
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |