public final class PoolRemotePluginClientUtils
extends java.lang.Object
PoolRemotePluginClient.| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.keyple.distributed.AsyncNodeClient |
getAsyncNode()
Gets the
AsyncNodeClient node associated to the remote plugin having the default name. |
static org.eclipse.keyple.distributed.AsyncNodeClient |
getAsyncNode(java.lang.String pluginName)
Gets the
AsyncNodeClient node associated to the remote plugin having the provided name. |
static PoolRemotePluginClient |
getRemotePlugin()
Gets the remote plugin having the default name.
|
static PoolRemotePluginClient |
getRemotePlugin(java.lang.String pluginName)
Gets the remote plugin having the provided name.
|
public static PoolRemotePluginClient getRemotePlugin()
org.eclipse.keyple.core.service.exception.KeyplePluginNotFoundException - If the plugin is not registered.public static PoolRemotePluginClient getRemotePlugin(java.lang.String pluginName)
pluginName - The plugin name.java.lang.IllegalArgumentException - If the plugin name is null.org.eclipse.keyple.core.service.exception.KeyplePluginNotFoundException - If the plugin is not registered.public static org.eclipse.keyple.distributed.AsyncNodeClient getAsyncNode()
AsyncNodeClient node associated to the remote plugin having the default name.org.eclipse.keyple.core.service.exception.KeyplePluginNotFoundException - If the plugin is not registered.java.lang.IllegalStateException - If the plugin is not configured with a AsyncNodeClient
node.public static org.eclipse.keyple.distributed.AsyncNodeClient getAsyncNode(java.lang.String pluginName)
AsyncNodeClient node associated to the remote plugin having the provided name.pluginName - The name of the remote plugin.java.lang.IllegalArgumentException - If the plugin name is null.org.eclipse.keyple.core.service.exception.KeyplePluginNotFoundException - If the plugin is not registered.java.lang.IllegalStateException - If the plugin is not configured with a AsyncNodeClient
node.