|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sapia.ubik.rmi.server.command.CommandProcessor
org.sapia.ubik.rmi.server.invocation.RMICommandProcessor
public class RMICommandProcessor
A Ubik RMI-specific CommandProcessor.
| Nested Class Summary | |
|---|---|
static class |
RMICommandProcessor.ResponseListCommand
|
| Constructor Summary | |
|---|---|
RMICommandProcessor(int maxThreads)
Constructor for RMICommandProcessor. |
|
| Method Summary | |
|---|---|
void |
shutdown(long timeout)
Shuts down this instance. |
| Methods inherited from class org.sapia.ubik.rmi.server.command.CommandProcessor |
|---|
processAsyncCommand, processSyncCommand, setResponseSender |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RMICommandProcessor(int maxThreads)
| Method Detail |
|---|
public void shutdown(long timeout)
throws java.lang.InterruptedException
CommandProcessor
This method also internally calls shutdownAll() on the OutQueue
singleton.
shutdown in class CommandProcessortimeout - a timout, in millis.
java.lang.InterruptedException - if the calling thread is interrupted while
blocking within this method.CommandProcessor.shutdown(long)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||