Uses of Class
com.sun.corba.ee.spi.trace.StreamFormatVersion
-
Packages that use StreamFormatVersion Package Description com.sun.corba.ee.impl.io com.sun.corba.ee.spi.orb -
-
Uses of StreamFormatVersion in com.sun.corba.ee.impl.io
Classes in com.sun.corba.ee.impl.io with annotations of type StreamFormatVersion Modifier and Type Class Description class
InputStreamHook
protected static class
InputStreamHook.ReadObjectState
class
OutputStreamHook
protected static class
OutputStreamHook.DefaultState
protected static class
OutputStreamHook.InWriteObjectState
protected static class
OutputStreamHook.WriteObjectState
protected static class
OutputStreamHook.WroteCustomDataState
protected static class
OutputStreamHook.WroteDefaultDataState
Methods in com.sun.corba.ee.impl.io with annotations of type StreamFormatVersion Modifier and Type Method Description void
InputStreamHook.ReadObjectState. beginDefaultReadObject(InputStreamHook stream)
void
InputStreamHook.ReadObjectState. beginUnmarshalCustomValue(InputStreamHook stream, boolean calledDefaultWriteObject, boolean hasReadObject)
void
InputStreamHook. defaultReadObject()
void
OutputStreamHook. defaultWriteObject()
void
OutputStreamHook.WriteObjectState. defaultWriteObject(OutputStreamHook stream)
void
OutputStreamHook.InWriteObjectState. defaultWriteObjectOverride(OutputStreamHook stream)
void
OutputStreamHook.WroteCustomDataState. defaultWriteObjectOverride(OutputStreamHook stream)
void
OutputStreamHook.WroteDefaultDataState. defaultWriteObjectOverride(OutputStreamHook stream)
void
InputStreamHook.ReadObjectState. endDefaultReadObject(InputStreamHook stream)
void
InputStreamHook.ReadObjectState. endUnmarshalCustomValue(InputStreamHook stream)
void
OutputStreamHook.WriteObjectState. enterWriteObject(OutputStreamHook stream)
void
OutputStreamHook.DefaultState. enterWriteObjectOverride(OutputStreamHook stream)
void
OutputStreamHook.InWriteObjectState. enterWriteObjectOverride(OutputStreamHook stream)
void
OutputStreamHook.WriteObjectState. exitWriteObject(OutputStreamHook stream)
void
OutputStreamHook.InWriteObjectState. exitWriteObjectOverride(OutputStreamHook stream)
void
OutputStreamHook.WroteCustomDataState. exitWriteObjectOverride(OutputStreamHook stream)
void
OutputStreamHook.WroteDefaultDataState. exitWriteObjectOverride(OutputStreamHook stream)
void
InputStreamHook.ReadObjectState. readData(InputStreamHook stream)
protected void
InputStreamHook. setState(InputStreamHook.ReadObjectState newState)
protected void
OutputStreamHook. setState(OutputStreamHook.WriteObjectState newState)
void
OutputStreamHook.WriteObjectState. writeData(OutputStreamHook stream)
void
OutputStreamHook.InWriteObjectState. writeDataOverride(OutputStreamHook stream)
void
OutputStreamHook.WroteDefaultDataState. writeDataOverride(OutputStreamHook stream)
void
OutputStreamHook. writeFields()
-
Uses of StreamFormatVersion in com.sun.corba.ee.spi.orb
Fields in com.sun.corba.ee.spi.orb with annotations of type StreamFormatVersion Modifier and Type Field Description boolean
ORB. streamFormatVersionDebugFlag
-