Static Public Member Functions | |
static Runnable | getExceptionHandler () |
static void | setExceptionHandler (Runnable eh) |
static List< URI > | parentSet (NetworkMInterface nmi, String uri) throws IOException, URISyntaxException |
static List< URI > | parentSet (NetworkMInterface nmi, URI uri) throws IOException |
static List< URI > | childrenSet (NetworkMInterface nmi, String uri) throws IOException, URISyntaxException |
static List< URI > | childrenSet (NetworkMInterface nmi, URI uri) throws IOException |
static List< URI > | neighborSet (NetworkMInterface nmi) throws IOException |
static List< GroupSet > | groupSet (NetworkMInterface nmi) throws IOException |
static List< NetworkMInterface > | getAllInterfaces () throws IOException |
static boolean | designatedHost (NetworkMInterface nmi, String uri) throws IOException, URISyntaxException |
static boolean | designatedHost (NetworkMInterface nmi, URI uri) throws IOException |
This class provides some tools for getting general information from the middleware, when no socket object is needed.
|
static |
nmi | |
uri |
IOException | |
URISyntaxException |
|
static |
nmi | |
uri |
IOException |
|
static |
nmi | |
uri |
IOException | |
URISyntaxException |
|
static |
nmi | |
uri |
IOException |
|
static |
IOException |
|
static |
This Runnable will be invoked if an unexpected Exception occurs in the thread which receives data. For example, this will be invoked if the connection to the HAMcast middleware is closed. Default is DefaultExceptionHandling. The thread will write this runnable to the event queue to invoke later.
|
static |
nmi |
IOException |
|
static |
nmi |
IOException |
|
static |
nmi | |
uri |
IOException | |
URISyntaxException |
|
static |
nmi | |
uri |
IOException |
|
static |
setting your own exceptionHandler for the receiving thread.
eh |