Uses of Class
org.ourgrid.common.spec.PeerSpec

Packages that use PeerSpec
org.ourgrid.common.spec.main   
org.ourgrid.common.spec.semantic   
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.gui.event   
org.ourgrid.mygrid.ui.test   
org.ourgrid.test   
 

Uses of PeerSpec in org.ourgrid.common.spec.main
 

Methods in org.ourgrid.common.spec.main that return types with arguments of type PeerSpec
static java.util.List<PeerSpec> DescriptionFileCompile.compileGDF(java.lang.String descriptionFilePath)
           
 

Uses of PeerSpec in org.ourgrid.common.spec.semantic
 

Methods in org.ourgrid.common.spec.semantic that return types with arguments of type PeerSpec
 java.util.List<PeerSpec> GDFSemanticActions.getResult()
           
 

Uses of PeerSpec in org.ourgrid.mygrid.scheduler
 

Methods in org.ourgrid.mygrid.scheduler that return PeerSpec
 PeerSpec PeerEntry.getPeerSpec()
          Gets the GuMPSpec of this GuMPEntry.
 

Methods in org.ourgrid.mygrid.scheduler with parameters of type PeerSpec
 boolean PeerEntry.equals(PeerSpec peerSpec)
           
 void EBSchedulerFacade.peerAlive(PeerSpec peerSpec)
          Notifies EBGridManager that the peer PeerSpec is alive.
 void EBSchedulerFacade.peerIsDead(PeerSpec peerSpec)
          Notifies EBGridManager that the peer PeerSpec is dead.
 

Method parameters in org.ourgrid.mygrid.scheduler with type arguments of type PeerSpec
 void EBSchedulerFacade.setPeers(java.util.Collection<PeerSpec> peerSpecs)
          Sets all GridMachineProviders to be used by the Scheduler.
 

Constructors in org.ourgrid.mygrid.scheduler with parameters of type PeerSpec
PeerEntry(PeerSpec peerSpec)
           
 

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

Constructors in org.ourgrid.mygrid.scheduler.event with parameters of type PeerSpec
PeerAliveNotifyEvent(EBSchedulingHeuristic ebSchedulingHeuristic, GridManager gridManager, PeerSpec spec)
           
PeerIsDeadNotifyEvent(GridManager gridManager, PeerSpec spec)
           
 

Constructor parameters in org.ourgrid.mygrid.scheduler.event with type arguments of type PeerSpec
SetPeersRequestEvent(EBSchedulingHeuristic ebSchedulingHeuristic, GridManager ebGridManager, java.util.Collection<PeerSpec> gumpSpecs)
          The constructor.
 

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

Methods in org.ourgrid.mygrid.scheduler.gridmanager with parameters of type PeerSpec
 void GridManagerListenerRemote.peerAlive(PeerSpec peerSpec)
           
 void GridManager.peerAlive(PeerSpec peerSpec)
           
 void AbstractGridManager.peerAlive(PeerSpec peerSpec)
           
 void GridManagerListenerRemote.peerIsDead(PeerSpec peerSpec)
           
 void GridManager.peerIsDead(PeerSpec peerSpec)
           
 void AbstractGridManager.peerIsDead(PeerSpec peerSpec)
           
 void EBGridManager.realPeerAlive(PeerSpec peerSpec)
           
protected abstract  void AbstractGridManager.realPeerAlive(PeerSpec peerSpec)
           
 void EBGridManager.realPeerIsDead(PeerSpec peerSpec)
           
protected abstract  void AbstractGridManager.realPeerIsDead(PeerSpec peerSpec)
           
 

Method parameters in org.ourgrid.mygrid.scheduler.gridmanager with type arguments of type PeerSpec
 void EBGridManager.realSetPeers(java.util.Collection<PeerSpec> peerSpecs)
           
protected abstract  void AbstractGridManager.realSetPeers(java.util.Collection<PeerSpec> peerSpecs)
           
 void GridManagerListenerRemote.setPeers(java.util.Collection<PeerSpec> peerSpecs)
           
 void GridManager.setPeers(java.util.Collection<PeerSpec> peerSpecs)
           
 void AbstractGridManager.setPeers(java.util.Collection<PeerSpec> peerSpecs)
           
 

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

Methods in org.ourgrid.mygrid.scheduler.gump with parameters of type PeerSpec
static Gump MyGridGumpSpecServices.getGump(PeerSpec gumpSpec)
          Obtains a GridMachineProvider from a URL where it should be published.
 

Method parameters in org.ourgrid.mygrid.scheduler.gump with type arguments of type PeerSpec
 void GumpManagerImpl.setPeers(java.util.Collection<PeerSpec> peerSpecs)
           
 void GumpManager.setPeers(java.util.Collection<PeerSpec> gumpSpecs)
          Sets the GuMPSpecs.
 

Uses of PeerSpec in org.ourgrid.mygrid.ui
 

Method parameters in org.ourgrid.mygrid.ui with type arguments of type PeerSpec
 void UIManager.setPeers(java.util.Collection<PeerSpec> peerSpecs)
          Adds a list of peers that will work as a machine provider to Mygrid.
 void MyGridUIManager.setPeers(java.util.Collection<PeerSpec> peerSpecs)
           
 

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

Methods in org.ourgrid.mygrid.ui.gui that return PeerSpec
 PeerSpec PeerNode.getSpec()
           
 

Methods in org.ourgrid.mygrid.ui.gui that return types with arguments of type PeerSpec
 java.util.Map<PeerSpec,PeerEntry.PeerState> SimpleSynchronizedGridManager.getPeers()
           
 

Methods in org.ourgrid.mygrid.ui.gui with parameters of type PeerSpec
 void SimpleSynchronizedGridManager.peerAlive(PeerSpec peerSpec)
           
 void GridManagerListener.peerAlive(PeerSpec peerSpec)
           
 void GUIListenerImpl.peerAlive(PeerSpec peerSpec)
           
 void EBGuiFacade.peerAlive(PeerSpec peerSpec)
           
 void SimpleSynchronizedGridManager.peerIsDead(PeerSpec peerSpec)
           
 void GridManagerListener.peerIsDead(PeerSpec peerSpec)
           
 void GUIListenerImpl.peerIsDead(PeerSpec peerSpec)
           
 void EBGuiFacade.peerIsDead(PeerSpec peerSpec)
           
 

Method parameters in org.ourgrid.mygrid.ui.gui with type arguments of type PeerSpec
 void GridTreeModel.refreshTree(java.util.Map<PeerSpec,PeerEntry.PeerState> peers)
          Refresh the tree
 void SimpleSynchronizedGridManager.setPeers(java.util.Collection<PeerSpec> peerSpecs)
           
 void GridManagerListener.setPeers(java.util.Collection<PeerSpec> peerSpecs)
           
 void GUIListenerImpl.setPeers(java.util.Collection<PeerSpec> peerSpecs)
           
 void EBGuiFacade.setPeers(java.util.Collection<PeerSpec> peerSpecs)
           
 

Constructors in org.ourgrid.mygrid.ui.gui with parameters of type PeerSpec
PeerNode(PeerSpec spec, PeerEntry.PeerState state, java.lang.String peerInfo)
           
 

Uses of PeerSpec in org.ourgrid.mygrid.ui.gui.event
 

Constructors in org.ourgrid.mygrid.ui.gui.event with parameters of type PeerSpec
GUIPeerAliveNotifyEvent(PeerSpec peerSpec, SimpleSynchronizedGridManager manager)
           
GUIPeerIsDeadNotifyEvent(PeerSpec peerSpec, SimpleSynchronizedGridManager manager)
           
 

Constructor parameters in org.ourgrid.mygrid.ui.gui.event with type arguments of type PeerSpec
GUISetPeersNotifyEvent(java.util.Collection<PeerSpec> peerSpecs, SimpleSynchronizedGridManager manager)
           
 

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

Method parameters in org.ourgrid.mygrid.ui.test with type arguments of type PeerSpec
 void FakeGumpManager.setPeers(java.util.Collection<PeerSpec> gumpSpecs)
           
 

Uses of PeerSpec in org.ourgrid.test
 

Methods in org.ourgrid.test that return PeerSpec
 PeerSpec LocalPeer.getGuMPSpec()
          Get the local peer GuMPSpec