Uses of Class
org.ourgrid.common.rmi.OurgridUnicastRemoteObject

Packages that use OurgridUnicastRemoteObject
org.ourgrid.common.fd   
org.ourgrid.common.gump   
org.ourgrid.corepeer   
org.ourgrid.corepeer.fd   
org.ourgrid.corepeer.ui   
org.ourgrid.gridmachine.useragent   
org.ourgrid.gridmachine.useragent.fd   
org.ourgrid.gridmachine.useragent.ui   
org.ourgrid.mygrid.fd   
org.ourgrid.mygrid.scheduler   
org.ourgrid.mygrid.scheduler.gump   
org.ourgrid.mygrid.ui   
org.ourgrid.mygrid.ui.gui   
org.ourgrid.peer.community   
org.ourgrid.peer.ebgum   
org.ourgrid.peer.fd   
org.ourgrid.peer.manager.status   
org.ourgrid.peer.ui   
org.ourgrid.test.functionalunits   
 

Uses of OurgridUnicastRemoteObject in org.ourgrid.common.fd
 

Subclasses of OurgridUnicastRemoteObject in org.ourgrid.common.fd
 class AbstractFailureDetector
          This object is responsible for providing an updated information about Monitorables fails.
 class SimpleTestFailureDetector
           
 

Uses of OurgridUnicastRemoteObject in org.ourgrid.common.gump
 

Subclasses of OurgridUnicastRemoteObject in org.ourgrid.common.gump
 class BindableMockGumpClientWrapper
          Used in tests to allow that a mock GumpClient can be exported as a RMI object.
 class BindableMockGumpWrapper
          Used in tests to allow that a mock GumpClient can be exported as a RMI object.
 class BrokerAccessImpl
           
 class RemoteFakeGumpClient
           
 

Uses of OurgridUnicastRemoteObject in org.ourgrid.corepeer
 

Subclasses of OurgridUnicastRemoteObject in org.ourgrid.corepeer
 class CorePeerImpl
          Description: Implementation of CorePeer interface.
 class FakeFailureDetector
           
 class RestrictedCorePeerImpl
           
 class ShutdownManagerImpl
           
 

Uses of OurgridUnicastRemoteObject in org.ourgrid.corepeer.fd
 

Subclasses of OurgridUnicastRemoteObject in org.ourgrid.corepeer.fd
 class CorePeerFailureDetector
           
 

Uses of OurgridUnicastRemoteObject in org.ourgrid.corepeer.ui
 

Subclasses of OurgridUnicastRemoteObject in org.ourgrid.corepeer.ui
 class CorePeerUIManager
           
 

Uses of OurgridUnicastRemoteObject in org.ourgrid.gridmachine.useragent
 

Subclasses of OurgridUnicastRemoteObject in org.ourgrid.gridmachine.useragent
 class UserAgentServerImpl
           
 

Uses of OurgridUnicastRemoteObject in org.ourgrid.gridmachine.useragent.fd
 

Subclasses of OurgridUnicastRemoteObject in org.ourgrid.gridmachine.useragent.fd
 class UserAgentFailureDetector
           
 

Uses of OurgridUnicastRemoteObject in org.ourgrid.gridmachine.useragent.ui
 

Subclasses of OurgridUnicastRemoteObject in org.ourgrid.gridmachine.useragent.ui
 class UserAgentUIManager
          Main class to UserAgent initialization.
 

Uses of OurgridUnicastRemoteObject in org.ourgrid.mygrid.fd
 

Subclasses of OurgridUnicastRemoteObject in org.ourgrid.mygrid.fd
 class MyGridFailureDetector
           
 

Uses of OurgridUnicastRemoteObject in org.ourgrid.mygrid.scheduler
 

Subclasses of OurgridUnicastRemoteObject in org.ourgrid.mygrid.scheduler
 class SchedulerImpl
          The Scheduler remote object responsible for receiving RMI calls and translating them to calls on the EBSchedulerFacade.
 

Uses of OurgridUnicastRemoteObject in org.ourgrid.mygrid.scheduler.gump
 

Subclasses of OurgridUnicastRemoteObject in org.ourgrid.mygrid.scheduler.gump
 class GumpClientImpl
          The GridMachineConsumer remote object responsible for receiving RMI calls and translating them to calls on the EBSchedulerFacade.
 class GumpManagerImpl
          The GuMPManager remote object responsible for receiving RMI calls and translating them to calls on the EBSchedulerFacade.
 

Uses of OurgridUnicastRemoteObject in org.ourgrid.mygrid.ui
 

Subclasses of OurgridUnicastRemoteObject in org.ourgrid.mygrid.ui
 class MyGridUIManager
           
 

Uses of OurgridUnicastRemoteObject in org.ourgrid.mygrid.ui.gui
 

Subclasses of OurgridUnicastRemoteObject in org.ourgrid.mygrid.ui.gui
 class GUIListenerImpl
           
 

Uses of OurgridUnicastRemoteObject in org.ourgrid.peer.community
 

Subclasses of OurgridUnicastRemoteObject in org.ourgrid.peer.community
 class RemoteAccessImpl
           
 

Uses of OurgridUnicastRemoteObject in org.ourgrid.peer.ebgum
 

Subclasses of OurgridUnicastRemoteObject in org.ourgrid.peer.ebgum
 class GumProxy
          It will be the remote object to be contacted by GumClient.
 

Uses of OurgridUnicastRemoteObject in org.ourgrid.peer.fd
 

Subclasses of OurgridUnicastRemoteObject in org.ourgrid.peer.fd
 class PeerFailureDetector
           
 

Uses of OurgridUnicastRemoteObject in org.ourgrid.peer.manager.status
 

Subclasses of OurgridUnicastRemoteObject in org.ourgrid.peer.manager.status
 class StatusProviderImpl
           
 

Uses of OurgridUnicastRemoteObject in org.ourgrid.peer.ui
 

Subclasses of OurgridUnicastRemoteObject in org.ourgrid.peer.ui
 class PeerUIManager
           
 

Uses of OurgridUnicastRemoteObject in org.ourgrid.test.functionalunits
 

Subclasses of OurgridUnicastRemoteObject in org.ourgrid.test.functionalunits
 class RemoteTestServicesImpl
          Implementation of the org.ourgrid.test.functionalunits.RemoteTestServices interface.