public abstract class RmiReconnectorProxyFactory extends Object
| Constructor and Description |
|---|
RmiReconnectorProxyFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Remote |
createReconnectorProxy(Class<? extends Remote> serviceClass,
String serviceName)
Erzeugt einen Dynamischen ReconnectorProxy ohne graphische Oberfläche (unattended).
|
static Remote |
createReconnectorProxy(Class<? extends Remote> serviceClass,
String serviceName,
boolean useDialog,
JFrame parentFrame)
Erzeugt einen Dynamischen ReconnectorProxy mit oder ohne graphische Oberfläche in Form eines Dialogs.
|
static Remote |
createReconnectorProxyWithDialog(Class<? extends Remote> serviceClass,
String serviceName)
Erzeugt einen Dynamischen ReconnectorProxy mit graphischer Oberfläche in Form eines Dialogs.
|
static Remote |
createReconnectorProxyWithDialog(Class<? extends Remote> serviceClass,
String serviceName,
JFrame parentFrame)
Erzeugt einen Dynamischen ReconnectorProxy mit graphischer Oberfläche in Form eines Dialogs.
|
public static Remote createReconnectorProxy(Class<? extends Remote> serviceClass, String serviceName)
serviceClass - Remote-Interface des zu erzeugenen ProxyserviceName - Name des RMI-Dienstespublic static Remote createReconnectorProxyWithDialog(Class<? extends Remote> serviceClass, String serviceName)
serviceClass - Remote-Interface des zu erzeugenen ProxyserviceName - Name des RMI-Dienstespublic static Remote createReconnectorProxyWithDialog(Class<? extends Remote> serviceClass, String serviceName, JFrame parentFrame)
serviceClass - Remote-Interface des zu erzeugenen ProxyserviceName - Name des RMI-DienstesparentFrame - Vater-Frame des RmiReconnector-Dialogespublic static Remote createReconnectorProxy(Class<? extends Remote> serviceClass, String serviceName, boolean useDialog, JFrame parentFrame)
serviceClass - Remote-Interface des zu erzeugenen ProxyserviceName - Name des RMI-DienstesuseDialog - Soll ein ReconnectorDialog verwendet werdenparentFrame - Vater-Frame des RmiReconnector-DialogesCopyright © 2012–2026 cismet GmbH. All rights reserved.