|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ourgrid.mygrid.scheduler.event.HereIsGumNotifyEvent
public class HereIsGumNotifyEvent
Event used to deliver a GridMachine
to a
GridMachineConsumer
.
Constructor Summary | |
---|---|
HereIsGumNotifyEvent(GridManager ebGridManager,
GumClient gumClient,
long requestID,
ObjectID peerBrokerAccessID)
The constructor. |
Method Summary | |
---|---|
void |
process()
Delivers a GridMachine to the EBGridManager . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HereIsGumNotifyEvent(GridManager ebGridManager, GumClient gumClient, long requestID, ObjectID peerBrokerAccessID)
ebGridManager
- The EBGridManager
gumClient
- Client representing received Gum.requestID
- The request identificationpeerBrokerAccessID
- ObjectID representing the Peer we received the
Gum from.Method Detail |
---|
public void process()
GridMachine
to the EBGridManager
.
process
in interface ActionEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |