List of usage examples for java.rmi.server UnicastRemoteObject subclass-usage
From source file de.willuhn.jameica.hbci.passports.pintan.server.PassportHandleImpl.java
/** * Implementierung des Passports vom Typ "Chipkarte" (DDV). */ public class PassportHandleImpl extends UnicastRemoteObject implements PassportHandle { private final static I18N i18n = Application.getPluginLoader().getPlugin(HBCI.class).getResources().getI18N();
From source file se.trixon.jota.client.Client.java
/** * * @author Patrik Karlsson */ public final class Client extends UnicastRemoteObject implements ClientCallbacks {
From source file com.redsqirl.workflow.server.ActionManager.java
public class ActionManager extends UnicastRemoteObject implements ElementManager { /** * */ private static final long serialVersionUID = -1577582692193380573L;
From source file org.taverna.server.localworker.impl.WorkerCore.java
/**
* The core class that connects to a Taverna command-line workflow execution
* engine. This implementation always registers a single listener, &lquo;
* <tt>io</tt> &rquo;, with two properties representing the stdout and stderr of
* the run and one representing the exit code. The listener is
* remote-accessible. It does not support attaching any other listeners.
From source file control.ServerControl.java
/** * * @author Duy Buffet */ public class ServerControl extends UnicastRemoteObject implements RMICitizenAction {
From source file org.taverna.server.localworker.impl.LocalWorker.java
/**
* This class implements one side of the connection between the Taverna Server
* master server and this process. It delegates to a {@link Worker} instance the
* handling of actually running a workflow.
*
* @author Donal Fellows
From source file edu.clemson.cs.nestbed.server.management.instrumentation.ProgramProbeManagerImpl.java
public class ProgramProbeManagerImpl extends UnicastRemoteObject implements ProgramProbeManager { private final static ProgramProbeManagerImpl instance; private final static Log log = LogFactory.getLog(ProgramProbeManagerImpl.class);
From source file org.apache.jcs.auxiliary.remote.server.RemoteCacheServer.java
/**
* This class provides remote cache services. The remote cache server propagates
* events from local caches to other local caches. It can also store cached
* data, making it available to new clients.
* <p>
* Remote cache servers can be clustered. If the cache used by this remote cache
From source file org.opensha.sha.calc.disaggregation.DisaggregationCalculator.java
/**
* <p>
* Title: DisaggregationCalculator
* </p>
* <p>
* Description: This class disaggregates a hazard curve based on the input
From source file Logica.Usuario.java
/** * * @author Oscar Dario Malagon Murcia */ public class Usuario extends UnicastRemoteObject implements interfaces.Usuario, Serializable {