List of usage examples for java.rmi.server UnicastRemoteObject subclass-usage
From source file com.ssoserver.business.authMgr.AuthMgrImp.java
/** * * @author HTB * */ public class AuthMgrImp extends UnicastRemoteObject implements AuthMgr {
From source file org.taverna.server.localworker.impl.FileDelegate.java
/**
* This class acts as a remote-aware delegate for the files in a workflow run's
* working directory and its subdirectories.
*
* @author Donal Fellows
* @see DirectoryDelegate
From source file org.vintsie.jcobweb.invoke.stub.AbtractServiceStub.java
/** * User: dev001 * Date: 12/26/13 * Time: 2:38 PM */ public abstract class AbtractServiceStub extends UnicastRemoteObject implements IServiceStub {
From source file org.taverna.server.localworker.impl.DirectoryDelegate.java
/**
* This class acts as a remote-aware delegate for the workflow run's working
* directory and its subdirectories.
*
* @author Donal Fellows
* @see FileDelegate
From source file SuperPeer.java
public class SuperPeer extends UnicastRemoteObject implements SuperPeerInterface { /** * Logger for SuperPeer. */ private Logger lg;
From source file org.speechforge.cairo.server.resource.ResourceImpl.java
/** * Base class for resource implementations. * * @author Niels Godfredsen {@literal <}<a href="mailto:ngodfredsen@users.sourceforge.net">ngodfredsen@users.sourceforge.net</a>{@literal >} */ public abstract class ResourceImpl extends UnicastRemoteObject implements Resource {
From source file org.apache.juddi.v3.tck.UDDISubscriptionListenerImpl.java
/**
* WebService which implements the UDDI v3 SubscriptionListener API. This
* service can be brought during integration testing on the test side. The UDDI
* server can then call in to it.
*
* @author kstam
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 org.ut.biolab.medsavant.server.MedSavantServerUnicastRemoteObject.java
/** * Base-class which provides some default shared code for our RMI server classes. * * @author mfiume */ public class MedSavantServerUnicastRemoteObject extends UnicastRemoteObject {
From source file Peer.java
public class Peer extends UnicastRemoteObject implements PeerInterface { /** * Logger for Peer. */ private static Logger lg;