|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ourgrid.mygrid.ui.test.FakeGumpManager
public class FakeGumpManager
Constructor Summary | |
---|---|
FakeGumpManager()
|
Method Summary | |
---|---|
void |
addMoreGuMPs()
|
int |
getNumberOfGuMPs()
|
java.util.Collection<PeerEntry> |
getPeerEntries(GridManagerListenerRemote newListener)
Gets the GuMPSpec s. |
void |
peerAlive(java.lang.String url)
Notifies that the peer PeerSpec is alive. |
void |
peerIsDead(java.lang.String url)
Notifies that the peer PeerSpec is dead. |
void |
setPeers(java.util.Collection<PeerSpec> gumpSpecs)
Sets the GuMPSpec s. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FakeGumpManager()
Method Detail |
---|
public void setPeers(java.util.Collection<PeerSpec> gumpSpecs)
GumpManager
GuMPSpec
s.
setPeers
in interface GumpManager
gumpSpecs
- the new GuMPSpec
s.public java.util.Collection<PeerEntry> getPeerEntries(GridManagerListenerRemote newListener)
GumpManager
GuMPSpec
s.
getPeerEntries
in interface GumpManager
newListener
- TODO
GuMPSpec
s.public void addMoreGuMPs()
public int getNumberOfGuMPs()
public void peerAlive(java.lang.String url) throws java.rmi.RemoteException
GumpManager
PeerSpec
is alive.
peerAlive
in interface GumpManager
url
- Url of the Peer that is now alive.
java.rmi.RemoteException
public void peerIsDead(java.lang.String url) throws java.rmi.RemoteException
GumpManager
PeerSpec
is dead.
peerIsDead
in interface GumpManager
url
- Url of the Peer that is now dead.
java.rmi.RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |