Uses of Class
org.ourgrid.mygrid.ui.gui.SimpleSynchronizedGridManager

Packages that use SimpleSynchronizedGridManager
org.ourgrid.mygrid.ui.gui   
org.ourgrid.mygrid.ui.gui.event   
 

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

Constructors in org.ourgrid.mygrid.ui.gui with parameters of type SimpleSynchronizedGridManager
GridPanel(SimpleSynchronizedGridManager simpleGridManager)
          Creates a new GridPanel
GumTable(SimpleSynchronizedGridManager simpleGridManager)
           
MyGridGUI(EBGuiFacade facade, SimpleSynchronizedJobManager jobManager, SimpleSynchronizedGridManager gridManager)
           
 

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

Constructors in org.ourgrid.mygrid.ui.gui.event with parameters of type SimpleSynchronizedGridManager
GUIAllocateNotifyEvent(GumID gumID, ReplicaEntry replica, SimpleSynchronizedGridManager manager)
           
GUIDeleteGumNotifyEvent(GumID gumID, SimpleSynchronizedGridManager manager)
           
GUIHereIsGumNotifyEvent(GumSpec spec, int jobID, ObjectID peerBrokerAccessID, SimpleSynchronizedGridManager manager)
           
GUIPeerAliveNotifyEvent(PeerSpec peerSpec, SimpleSynchronizedGridManager manager)
           
GUIPeerIsDeadNotifyEvent(PeerSpec peerSpec, SimpleSynchronizedGridManager manager)
           
GUIReadyNotifyEvent(GumID gumID, SimpleSynchronizedGridManager manager)
           
GUISetPeersNotifyEvent(java.util.Collection<PeerSpec> peerSpecs, SimpleSynchronizedGridManager manager)