|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.transport.platform.nio.selector.NioSelectorAgent
public class NioSelectorAgent
The NIO selector.
| Field Summary |
|---|
| Fields inherited from interface org.ow2.petals.transport.platform.nio.selector.NioSelector |
|---|
NIO_SELECTOR_ITF |
| Constructor Summary | |
|---|---|
NioSelectorAgent()
|
|
| Method Summary | |
|---|---|
void |
register(int key,
java.nio.channels.spi.AbstractSelectableChannel channel,
java.lang.Object attachement)
|
void |
run()
|
protected void |
start()
|
protected void |
stop()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NioSelectorAgent()
| Method Detail |
|---|
public final void register(int key,
java.nio.channels.spi.AbstractSelectableChannel channel,
java.lang.Object attachement)
throws java.nio.channels.ClosedChannelException
register in interface NioSelectorjava.nio.channels.ClosedChannelExceptionpublic final void run()
run in interface java.lang.Runnable
protected void start()
throws java.io.IOException
java.io.IOException
protected void stop()
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||