Ontimize 5.2072EN

com.ontimize.util.operation
Class DefaultRemoteOperationManager

java.lang.Object
  extended byjava.rmi.server.RemoteObject
      extended byjava.rmi.server.RemoteServer
          extended byjava.rmi.server.UnicastRemoteObject
              extended bycom.ontimize.util.operation.AbstractRemoteOperationManager
                  extended bycom.ontimize.util.operation.DefaultRemoteOperationManager
All Implemented Interfaces:
java.rmi.Remote, RemoteOperationManager, java.io.Serializable

public class DefaultRemoteOperationManager
extends AbstractRemoteOperationManager

Since:
5.2008
Author:
Imatia Innovation S.L.
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class com.ontimize.util.operation.AbstractRemoteOperationManager
AbstractRemoteOperationManager.IdentifiedGenerator, AbstractRemoteOperationManager.RemoteOperationCheckedThread
 
Field Summary
 
Fields inherited from class com.ontimize.util.operation.AbstractRemoteOperationManager
DEBUG, finishedThreads, generator, locator, parametersClass, remoteOperationCheckedTime, runningThreadNumber, runningThreads, thread, waitingList, waitingThreads
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Fields inherited from interface com.ontimize.util.operation.RemoteOperationManager
FINISHED, RUNNING, UNKNOWN, WAITING, WAITING_REQUIRED
 
Constructor Summary
DefaultRemoteOperationManager(int port, EntityReferenceLocator locator, java.util.Hashtable param)
           
 
Methods inherited from class com.ontimize.util.operation.AbstractRemoteOperationManager
cancel, checkSessionId, executeRemoteOperation, executeRemoteOperation, executeRemoteOperation, getCurrentExecutionInformation, getRequired, getResult, getStatus, hasRequired, isFinished, run, setRequired
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultRemoteOperationManager

public DefaultRemoteOperationManager(int port,
                                     EntityReferenceLocator locator,
                                     java.util.Hashtable param)
                              throws java.rmi.RemoteException

Ontimize