Uses of Class
org.ourgrid.mygrid.scheduler.PeerEntry

Packages that use PeerEntry
org.ourgrid.mygrid.scheduler   
org.ourgrid.mygrid.scheduler.event   
org.ourgrid.mygrid.scheduler.gridmanager   
org.ourgrid.mygrid.scheduler.gump   
org.ourgrid.mygrid.ui   
org.ourgrid.mygrid.ui.gui   
org.ourgrid.mygrid.ui.test   
 

Uses of PeerEntry in org.ourgrid.mygrid.scheduler
 

Methods in org.ourgrid.mygrid.scheduler that return types with arguments of type PeerEntry
 EventQueue<ResponseEvent<java.util.Collection<PeerEntry>>> EBSchedulerFacade.getPeerEntries(GridManagerListenerRemote newListener)
          Gets all GridMachineProvider's specifications from the EBGridManager.
 

Uses of PeerEntry in org.ourgrid.mygrid.scheduler.event
 

Constructor parameters in org.ourgrid.mygrid.scheduler.event with type arguments of type PeerEntry
GetGumpSpecsRequestEvent(GridManager gridManager, GridManagerListenerRemote newListener, EventQueue<ResponseEvent<java.util.Collection<PeerEntry>>> responseQueue)
           
 

Uses of PeerEntry in org.ourgrid.mygrid.scheduler.gridmanager
 

Methods in org.ourgrid.mygrid.scheduler.gridmanager that return types with arguments of type PeerEntry
 java.util.Collection<PeerEntry> GridManager.getPeerEntries()
           
 java.util.Collection<PeerEntry> EBGridManager.getPeerEntries()
           
 

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

Methods in org.ourgrid.mygrid.scheduler.gump that return types with arguments of type PeerEntry
 java.util.Collection<PeerEntry> GumpManagerImpl.getPeerEntries(GridManagerListenerRemote newListener)
           
 java.util.Collection<PeerEntry> GumpManager.getPeerEntries(GridManagerListenerRemote newListener)
          Gets the GuMPSpecs.
 

Uses of PeerEntry in org.ourgrid.mygrid.ui
 

Methods in org.ourgrid.mygrid.ui that return types with arguments of type PeerEntry
 java.util.Collection<PeerEntry> UIManager.getPeerEntries(GridManagerListenerRemote newListener)
          Obtains a collection with the peers that are currently set on Mygrid.
 java.util.Collection<PeerEntry> MyGridUIManager.getPeerEntries(GridManagerListenerRemote newListener)
           
 

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

Method parameters in org.ourgrid.mygrid.ui.gui with type arguments of type PeerEntry
 void SimpleSynchronizedGridManager.createEntries(java.util.Collection<GridManagerEntry> gums, java.util.Collection<PeerEntry> peers)
           
 

Uses of PeerEntry in org.ourgrid.mygrid.ui.test
 

Methods in org.ourgrid.mygrid.ui.test that return types with arguments of type PeerEntry
 java.util.Collection<PeerEntry> FakeGumpManager.getPeerEntries(GridManagerListenerRemote newListener)