org.ourgrid.corepeer
Interface CorePeerStatusProvider
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- CorePeerImpl, RestrictedCorePeerImpl
public interface CorePeerStatusProvider
- extends java.rmi.Remote
This interface provides methods to be called to get information about this
core peer. Some of possible data that can be retrived are: know peer list,
time between pings, recent faileds peers...
getPeerList
java.util.Collection<ObjectID> getPeerList()
throws java.rmi.RemoteException
- Gets a collection of know peers.
- Throws:
java.rmi.RemoteException