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

Packages that use PeerEntry.PeerState
org.ourgrid.mygrid.scheduler   
org.ourgrid.mygrid.ui.gui   
 

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

Methods in org.ourgrid.mygrid.scheduler that return PeerEntry.PeerState
 PeerEntry.PeerState PeerEntry.getStatus()
           
static PeerEntry.PeerState PeerEntry.PeerState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PeerEntry.PeerState[] PeerEntry.PeerState.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.ourgrid.mygrid.scheduler with parameters of type PeerEntry.PeerState
 void PeerEntry.setPeerStatus(PeerEntry.PeerState status)
           
 

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

Methods in org.ourgrid.mygrid.ui.gui that return PeerEntry.PeerState
 PeerEntry.PeerState PeerNode.getState()
           
 

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

Methods in org.ourgrid.mygrid.ui.gui with parameters of type PeerEntry.PeerState
 void PeerNode.setState(PeerEntry.PeerState state)
           
 

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

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