| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbacktype.storm.utils.InprocMessaging
public class InprocMessaging
| Constructor Summary | |
|---|---|
| InprocMessaging() | |
| Method Summary | |
|---|---|
| static int | acquireNewPort() | 
| static java.lang.Object | pollMessage(int port) | 
| static void | sendMessage(int port,
            java.lang.Object msg) | 
| static java.lang.Object | takeMessage(int port) | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public InprocMessaging()
| Method Detail | 
|---|
public static int acquireNewPort()
public static void sendMessage(int port,
                               java.lang.Object msg)
public static java.lang.Object takeMessage(int port)
                                    throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic static java.lang.Object pollMessage(int port)
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||