Uses of Class
org.ourgrid.mygrid.scheduler.gridmanager.GridManagerEntry

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

Uses of GridManagerEntry in org.ourgrid.mygrid.scheduler
 

Methods in org.ourgrid.mygrid.scheduler that return types with arguments of type GridManagerEntry
 java.util.Collection<GridManagerEntry> SchedulerImpl.getGumEntries(GridManagerListenerRemote newListener)
           
 java.util.Collection<GridManagerEntry> Scheduler.getGumEntries(GridManagerListenerRemote newListener)
          Provides information about the gums currently in use by the scheduler
 EventQueue<ResponseEvent<java.util.Collection<GridManagerEntry>>> EBSchedulerFacade.getGumEntries(GridManagerListenerRemote newListener)
          Gets all GridMachine s from the EBGridManager.
 

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

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

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

Methods in org.ourgrid.mygrid.scheduler.gridmanager that return types with arguments of type GridManagerEntry
 java.util.HashMap<GumID,GridManagerEntry> GridManager.getAllGumEntries()
           
 java.util.HashMap<GumID,GridManagerEntry> EBGridManager.getAllGumEntries()
           
 java.util.Collection<GridManagerEntry> GridManager.getGumEntries()
           
 java.util.Collection<GridManagerEntry> EBGridManager.getGumEntries()
           
 

Uses of GridManagerEntry in org.ourgrid.mygrid.ui
 

Methods in org.ourgrid.mygrid.ui that return types with arguments of type GridManagerEntry
 java.util.Collection<GridManagerEntry> UIManager.getGumEntries(GridManagerListenerRemote newListener)
          Obtains a collection with the gums that are currently in use by Mygrid.
 java.util.Collection<GridManagerEntry> MyGridUIManager.getGumEntries(GridManagerListenerRemote listener)
           
 

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

Methods in org.ourgrid.mygrid.ui.gui that return types with arguments of type GridManagerEntry
 java.util.Map<GumID,GridManagerEntry> SimpleSynchronizedGridManager.getGums()
           
 

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

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

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