Uses of Interface
com.sun.corba.ee.spi.transport.TemporarySelectorState
Packages that use TemporarySelectorState
-
Uses of TemporarySelectorState in com.sun.corba.ee.impl.transport
Classes in com.sun.corba.ee.impl.transport that implement TemporarySelectorStateModifier and TypeClassDescriptionclass
An class which models a temporary Selector in a closed state.class
A class which models temporary Selector in an open state.Fields in com.sun.corba.ee.impl.transport declared as TemporarySelectorStateMethods in com.sun.corba.ee.impl.transport that return TemporarySelectorStateModifier and TypeMethodDescriptionTemporarySelectorStateClosed.cancelKeyAndFlushSelector
(Selector theSelector, SelectionKey theSelectionKey) TemporarySelectorStateOpen.cancelKeyAndFlushSelector
(Selector theSelector, SelectionKey theSelectionKey) TemporarySelectorStateClosed.removeSelectedKey
(Selector theSelector, SelectionKey theSelectionKey) TemporarySelectorStateOpen.removeSelectedKey
(Selector theSelector, SelectionKey theSelectionKey) -
Uses of TemporarySelectorState in com.sun.corba.ee.spi.transport
Methods in com.sun.corba.ee.spi.transport that return TemporarySelectorStateModifier and TypeMethodDescriptionTemporarySelectorState.cancelKeyAndFlushSelector
(Selector theSelector, SelectionKey theSelectionKey) Requests that the registration of a SelectableChannel with theSelector, theSelectionKey be cancelled and flushed from theSelector.Closes theSelector.TemporarySelectorState.removeSelectedKey
(Selector theSelector, SelectionKey theSelectionKey) Remove theSelectionKey from the theSelector's selected key set.