Example usage for java.rmi.server Unreferenced interface-usage

List of usage examples for java.rmi.server Unreferenced interface-usage

Introduction

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

Usage

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.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