Uses of Class
com.sun.corba.ee.impl.io.OutputStreamHook.WriteObjectState
-
Packages that use OutputStreamHook.WriteObjectState Package Description com.sun.corba.ee.impl.io -
-
Uses of OutputStreamHook.WriteObjectState in com.sun.corba.ee.impl.io
Subclasses of OutputStreamHook.WriteObjectState in com.sun.corba.ee.impl.io Modifier and Type Class Description protected static class
OutputStreamHook.DefaultState
protected static class
OutputStreamHook.InWriteObjectState
protected static class
OutputStreamHook.WroteCustomDataState
protected static class
OutputStreamHook.WroteDefaultDataState
Fields in com.sun.corba.ee.impl.io declared as OutputStreamHook.WriteObjectState Modifier and Type Field Description protected static OutputStreamHook.WriteObjectState
OutputStreamHook. IN_WRITE_OBJECT
protected static OutputStreamHook.WriteObjectState
OutputStreamHook. NOT_IN_WRITE_OBJECT
protected OutputStreamHook.WriteObjectState
OutputStreamHook. writeObjectState
protected static OutputStreamHook.WriteObjectState
OutputStreamHook. WROTE_CUSTOM_DATA
protected static OutputStreamHook.WriteObjectState
OutputStreamHook. WROTE_DEFAULT_DATA
Methods in com.sun.corba.ee.impl.io with parameters of type OutputStreamHook.WriteObjectState Modifier and Type Method Description protected void
OutputStreamHook. setState(OutputStreamHook.WriteObjectState newState)
-