Uses of Class
com.sun.corba.ee.impl.io.InputStreamHook.ReadObjectState
-
Packages that use InputStreamHook.ReadObjectState Package Description com.sun.corba.ee.impl.io -
-
Uses of InputStreamHook.ReadObjectState in com.sun.corba.ee.impl.io
Subclasses of InputStreamHook.ReadObjectState in com.sun.corba.ee.impl.io Modifier and Type Class Description protected static class
InputStreamHook.DefaultState
protected static class
InputStreamHook.InReadObjectDefaultsSentState
protected static class
InputStreamHook.InReadObjectNoMoreOptionalDataState
protected static class
InputStreamHook.InReadObjectOptionalDataState
protected static class
InputStreamHook.InReadObjectPastDefaultsRemoteDidNotUseWOState
protected static class
InputStreamHook.InReadObjectRemoteDidNotUseWriteObjectState
protected static class
InputStreamHook.NoReadObjectDefaultsSentState
Fields in com.sun.corba.ee.impl.io declared as InputStreamHook.ReadObjectState Modifier and Type Field Description protected static InputStreamHook.ReadObjectState
InputStreamHook. DEFAULT_STATE
protected static InputStreamHook.ReadObjectState
InputStreamHook. IN_READ_OBJECT_DEFAULTS_SENT
protected static InputStreamHook.ReadObjectState
InputStreamHook. IN_READ_OBJECT_NO_MORE_OPT_DATA
protected static InputStreamHook.ReadObjectState
InputStreamHook. IN_READ_OBJECT_OPT_DATA
protected static InputStreamHook.ReadObjectState
InputStreamHook. IN_READ_OBJECT_PAST_DEFAULTS_REMOTE_NOT_CUSTOM
protected static InputStreamHook.ReadObjectState
InputStreamHook. IN_READ_OBJECT_REMOTE_NOT_CUSTOM_MARSHALED
protected static InputStreamHook.ReadObjectState
InputStreamHook. NO_READ_OBJECT_DEFAULTS_SENT
protected InputStreamHook.ReadObjectState
InputStreamHook. readObjectState
Methods in com.sun.corba.ee.impl.io with parameters of type InputStreamHook.ReadObjectState Modifier and Type Method Description protected void
InputStreamHook. setState(InputStreamHook.ReadObjectState newState)
-