public final class RemotePluginServerFactory
extends java.lang.Object
implements org.eclipse.keyple.core.service.PluginFactory
RemotePluginServer.| Modifier and Type | Class and Description |
|---|---|
static interface |
RemotePluginServerFactory.BuilderStep
Last step : builds the factory.
|
static interface |
RemotePluginServerFactory.EventNotificationPoolStep
Step to choose the thread pool to use for events notification.
|
static interface |
RemotePluginServerFactory.NameStep
Step to configure the plugin name.
|
static interface |
RemotePluginServerFactory.NodeStep
Step to configure the node associated with the plugin.
|
static interface |
RemotePluginServerFactory.PluginObserverStep
Step to register the observer of the plugin.
|
| Modifier and Type | Method and Description |
|---|---|
static RemotePluginServerFactory.NameStep |
builder()
Create a builder process for this factory
|
org.eclipse.keyple.core.service.Plugin |
getPlugin() |
java.lang.String |
getPluginName() |
public static RemotePluginServerFactory.NameStep builder()
public java.lang.String getPluginName()
getPluginName in interface org.eclipse.keyple.core.service.PluginFactorypublic org.eclipse.keyple.core.service.Plugin getPlugin()
getPlugin in interface org.eclipse.keyple.core.service.PluginFactory