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 org.jboss.test.bpel.ws.consumption.partner.TextTranslator_Impl.java

/**
 * @author Alejandro Guizar
 * @version $Revision: 81084 $ $Date: 2008-11-15 01:30:43 +0800 (Sat, 15 Nov 2008) $
 */
public class TextTranslator_Impl implements TextTranslator, Remote {

From source file org.jboss.test.bpel.ws.consumption.partner.DocumentTranslator_Impl.java

/**
 * @author Alejandro Guizar
 * @version $Revision: 81084 $ $Date: 2008-11-15 01:30:43 +0800 (Sat, 15 Nov 2008) $
 */
public class DocumentTranslator_Impl implements DocumentTranslator, Remote {

From source file com.healthmarketscience.rmiio.RemoteStreamServer.java

/**
 * Common base class for remote stream implementations which handles the
 * basic status of the stream (whether or not it is exported, closed).
 * 
 * @author James Ahlborn
 */

From source file org.globus.workspace.remoting.RemotingTests.java

interface Counter extends Remote {
    int getCount() throws IOException;

    void increment() throws IOException;
}

From source file com.octo.captcha.j2ee.rpc.ImageCaptchaWebServiceEndpoint.java

/**
 * @TODO : DOCUMENT ME !
 *
 * @version $Id: ImageCaptchaWebServiceEndpoint.java,v 1.2 2004/02/20 10:09:31 sbrunot Exp $
 *
 * @author <a href="mailto:sbr@octo.com">Sebastien Brunot</a>

From source file org.intalio.deploy.deployment.impl.DeploymentServiceImpl.java

/**
 * Deployment service
 */
@ManagedResource(objectName = "intalio:module=DeploymentService,service=DeploymentService")
public class DeploymentServiceImpl implements DeploymentService, Remote, ClusterListener {
    private static final Logger LOG = LoggerFactory.getLogger(DeploymentServiceImpl.class);

From source file engine.Pi.java

    public interface Compute extends Remote {
        <T> T executeTask(Task<T> t) throws RemoteException;
    }
    /*
     * Copyright (c) 1995 - 2008 Sun Microsystems, Inc.  All rights reserved.
     *