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 classOutputStreamHook.DefaultStateprotected static classOutputStreamHook.InWriteObjectStateprotected static classOutputStreamHook.WroteCustomDataStateprotected static classOutputStreamHook.WroteDefaultDataStateFields in com.sun.corba.ee.impl.io declared as OutputStreamHook.WriteObjectState Modifier and Type Field Description protected static OutputStreamHook.WriteObjectStateOutputStreamHook. IN_WRITE_OBJECTprotected static OutputStreamHook.WriteObjectStateOutputStreamHook. NOT_IN_WRITE_OBJECTprotected OutputStreamHook.WriteObjectStateOutputStreamHook. writeObjectStateprotected static OutputStreamHook.WriteObjectStateOutputStreamHook. WROTE_CUSTOM_DATAprotected static OutputStreamHook.WriteObjectStateOutputStreamHook. WROTE_DEFAULT_DATAMethods in com.sun.corba.ee.impl.io with parameters of type OutputStreamHook.WriteObjectState Modifier and Type Method Description protected voidOutputStreamHook. setState(OutputStreamHook.WriteObjectState newState)
-