Example usage for java.rmi Remote interface-usage

List of usage examples for java.rmi Remote interface-usage

Introduction

In this page you can find the example usage for java.rmi Remote interface-usage.

Usage

From source file com.ccc.remoting.httpinvoker.RemoteSessionRegistry.java

/**
 * Based on the original session registry in spring adding an rmi wrapper
 * @see {org.springframework.security.core.session.SessionRegistry}
 * @author Adam Gibson
 *
 */

From source file xbird.server.RemoteServerBase.java

/**
 * 
 * <DIV lang="en"></DIV>
 * <DIV lang="ja"></DIV>
 * 
 * @author Makoto YUI (yuin405+xbird@gmail.com)

From source file de.clusteval.serverclient.IBackendServer.java

/**
 * An interface for the backend server. This interface contains all command a
 * server can take from a client, e.g. starting, stopping, resuming of runs or
 * shutting down the server.
 * 
 * @author Christian Wiwie

From source file de.wiwie.wiutils.backend.IBackendServer.java

/**
 * An interface for the backend server. This interface contains all command a
 * server can take from a client, e.g. starting, stopping, resuming of runs or
 * shutting down the server.
 *
 * @author Christian Wiwie

From source file edu.caltechUcla.sselCassel.projects.jMarkets.server.network.GUITunnel.java

/**
 *
 * @author  Administrator
 */
public class GUITunnel implements Remote, GUILink {

From source file net.sf.ehcache.distribution.RMICachePeer.java

/**
 * An RMI based implementation of <code>CachePeer</code>.
 * <p/>
 * This class features a customised RMIClientSocketFactory which enables socket timeouts to be configured.
 *
 * @author Greg Luck

From source file edu.duke.cabig.c3pr.rules.deploy.RuleDeploymentServiceImpl.java

/**
 * 
 * @author Sujith Vellat Thayyilthodi
 */

public class RuleDeploymentServiceImpl implements java.rmi.Remote, RuleDeploymentService {

From source file xbird.engine.RemoteBase.java

/**
 * 
 * <DIV lang="en"></DIV>
 * <DIV lang="ja"></DIV>
 * 
 * @author Makoto YUI (yuin405+xbird@gmail.com)

From source file gridool.util.remoting.RemoteBase.java

/**
 * 
 * <DIV lang="en"></DIV>
 * <DIV lang="ja"></DIV>
 * 
 * @author Makoto YUI (yuin405@gmail.com)

From source file compute.Compute.java

public interface Compute extends Remote {
    <T> T executeTask(Task<T> t) throws RemoteException;
}