List of usage examples for java.rmi.server UnicastRemoteObject subclass-usage
From source file com.redsqirl.workflow.server.Workflow.java
/**
* Class that manages a workflow.
*
* A workflow is a DAG graph of process. Each process can be an input or output
* of another.
*
From source file je3.rmi.MudClient.java
/** * This is the simplest of the remote objects that we implement for the MUD. * It maintains only a little bit of state, and has only two exported * methods **/ public class MudPerson extends UnicastRemoteObject implements RemoteMudPerson {
From source file com.vmware.identity.idm.server.IdentityManager.java
/** * User: snambakam * Date: 12/23/11 * Time: 1:56 PM */ public class IdentityManager extends UnicastRemoteObject implements IIdentityManager {