Uses of Interface
com.sun.corba.ee.spi.transport.TemporarySelectorState
-
Packages that use TemporarySelectorState Package Description com.sun.corba.ee.impl.transport com.sun.corba.ee.spi.transport -
-
Uses of TemporarySelectorState in com.sun.corba.ee.impl.transport
Classes in com.sun.corba.ee.impl.transport that implement TemporarySelectorState Modifier and Type Class Description class
TemporarySelectorStateClosed
An class which models a temporary Selector in a closed state.class
TemporarySelectorStateOpen
A class which models temporary Selector in an open state.Fields in com.sun.corba.ee.impl.transport declared as TemporarySelectorState Modifier and Type Field Description private TemporarySelectorState
TemporarySelector. itsState
Methods in com.sun.corba.ee.impl.transport that return TemporarySelectorState Modifier and Type Method Description TemporarySelectorState
TemporarySelectorStateClosed. cancelKeyAndFlushSelector(java.nio.channels.Selector theSelector, java.nio.channels.SelectionKey theSelectionKey)
TemporarySelectorState
TemporarySelectorStateOpen. cancelKeyAndFlushSelector(java.nio.channels.Selector theSelector, java.nio.channels.SelectionKey theSelectionKey)
TemporarySelectorState
TemporarySelectorStateClosed. close(java.nio.channels.Selector theSelector)
TemporarySelectorState
TemporarySelectorStateOpen. close(java.nio.channels.Selector theSelector)
TemporarySelectorState
TemporarySelectorStateClosed. removeSelectedKey(java.nio.channels.Selector theSelector, java.nio.channels.SelectionKey theSelectionKey)
TemporarySelectorState
TemporarySelectorStateOpen. removeSelectedKey(java.nio.channels.Selector theSelector, java.nio.channels.SelectionKey theSelectionKey)
-
Uses of TemporarySelectorState in com.sun.corba.ee.spi.transport
Methods in com.sun.corba.ee.spi.transport that return TemporarySelectorState Modifier and Type Method Description TemporarySelectorState
TemporarySelectorState. cancelKeyAndFlushSelector(java.nio.channels.Selector theSelector, java.nio.channels.SelectionKey theSelectionKey)
Requests that the registration of a SelectableChannel with theSelector, theSelectionKey be cancelled and flushed from theSelector.TemporarySelectorState
TemporarySelectorState. close(java.nio.channels.Selector theSelector)
Closes theSelector.TemporarySelectorState
TemporarySelectorState. removeSelectedKey(java.nio.channels.Selector theSelector, java.nio.channels.SelectionKey theSelectionKey)
Remove theSelectionKey from the theSelector's selected key set.
-