Searched refs:ReadObjectState (Results 1 - 2 of 2) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/io/
H A DInputStreamHook.java249 protected void setState(ReadObjectState newState) {
257 protected static class ReadObjectState { class in class:InputStreamHook
268 protected ReadObjectState readObjectState = DEFAULT_STATE;
270 protected static final ReadObjectState DEFAULT_STATE = new DefaultState();
271 protected static final ReadObjectState IN_READ_OBJECT_OPT_DATA
273 protected static final ReadObjectState IN_READ_OBJECT_NO_MORE_OPT_DATA
275 protected static final ReadObjectState IN_READ_OBJECT_DEFAULTS_SENT
277 protected static final ReadObjectState NO_READ_OBJECT_DEFAULTS_SENT
280 protected static final ReadObjectState IN_READ_OBJECT_REMOTE_NOT_CUSTOM_MARSHALED
282 protected static final ReadObjectState IN_READ_OBJECT_PAST_DEFAULTS_REMOTE_NOT_CUSTO
[all...]
H A DIIOPInputStream.java1209 ReadObjectState oldState = readObjectState;
1536 ReadObjectState oldState = readObjectState;

Completed in 44 milliseconds