public class RmiReconnector<R extends Remote> extends Reconnector<R>
| Modifier and Type | Field and Description |
|---|---|
static String |
CONNECTION_LOST |
static String |
LOOKUP_FAILED |
static String |
UNKNOWN |
static String |
WRONG_VERSION |
firstInvocation| Constructor and Description |
|---|
RmiReconnector(Class serviceClass,
String serviceUrl)
Creates a new RmiReconnector object.
|
| Modifier and Type | Method and Description |
|---|---|
protected R |
connectService()
DOCUMENT ME!
|
protected ReconnectorException |
getReconnectorException(Throwable exception)
DOCUMENT ME!
|
addListener, dispose, doAbort, doReconnect, getCallserver, useDialogpublic static final String WRONG_VERSION
public static final String CONNECTION_LOST
public static final String LOOKUP_FAILED
public static final String UNKNOWN
protected ReconnectorException getReconnectorException(Throwable exception) throws Throwable
ReconnectorgetReconnectorException in class Reconnector<R extends Remote>exception - DOCUMENT ME!Throwable - DOCUMENT ME!protected R connectService() throws ReconnectorException
ReconnectorconnectService in class Reconnector<R extends Remote>ReconnectorException - DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.