| Package | Description |
|---|---|
| org.cojen.dirmi |
Public API for Dirmi.
|
| org.cojen.dirmi.io |
Input/Output implementation classes.
|
| Modifier and Type | Method and Description |
|---|---|
Session[] |
Environment.newSessionPair()
Returns two locally connected sessions.
|
| Constructor and Description |
|---|
RejectedException(String message,
RejectedException cause) |
| Modifier and Type | Method and Description |
|---|---|
void |
Channel.Listener.rejected(RejectedException cause)
Called if no threads are available to invoke any listeners, but does
not imply that channel is closed.
|
void |
ChannelAcceptor.Listener.rejected(RejectedException cause)
Called if no threads are available to invoke any listeners, but does
not imply that acceptor is closed.
|
void |
ChannelConnector.Listener.rejected(RejectedException cause)
Called if no threads are available to invoke any listeners, but does
not imply that connector is closed.
|
void |
ChannelBrokerConnector.Listener.rejected(RejectedException cause)
Called if no threads are available to invoke any listeners, but does
not imply that connector is closed.
|
void |
ChannelBrokerAcceptor.Listener.rejected(RejectedException cause)
Called if no threads are available to invoke any listeners, but does
not imply that acceptor is closed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IOExecutor.execute(Runnable command) |
<V> ScheduledFuture<V> |
IOExecutor.schedule(Callable<V> callable,
long delay,
TimeUnit unit) |
ScheduledFuture<?> |
IOExecutor.schedule(Runnable command,
long delay,
TimeUnit unit) |
ScheduledFuture<?> |
IOExecutor.scheduleAtFixedRate(Runnable command,
long initialDelay,
long period,
TimeUnit unit) |
ScheduledFuture<?> |
IOExecutor.scheduleWithFixedDelay(Runnable command,
long initialDelay,
long delay,
TimeUnit unit) |
<T> Future<T> |
IOExecutor.submit(Callable<T> task) |
Future<?> |
IOExecutor.submit(Runnable task) |
<T> Future<T> |
IOExecutor.submit(Runnable task,
T result) |
Copyright © 2006–2015 Cojen. All rights reserved.