org.ourgrid.peer.manager.status
Interface StatusProvider

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
StatusProviderImpl

public interface StatusProvider
extends java.rmi.Remote


Method Summary
 java.util.Collection<StatusEntry> getAllGums(AllocationEntry.GumSource source)
           
 java.util.Collection<ConsumerStatus> getConsumersStatus(RequestSpec.RequestSource source)
           
 java.lang.String getCorepeerName()
           
 java.lang.String getCorepeerPort()
           
 java.lang.String getDefaultSDF()
           
 java.lang.String getDescription()
           
 java.lang.String getEmail()
           
 java.util.Collection<StatusEntry> getGums(AllocationStatus allocationStatus, RequestSpec.RequestSource source)
           
 java.lang.Float getLatitude()
           
 java.lang.Float getLongitude()
           
 java.util.Map<ObjectID,java.lang.Double> getNetworkOfFavors()
           
 java.lang.String getPeerExternalName()
           
 java.lang.String getPeerName()
           
 java.lang.String getPeerPort()
           
 java.lang.String getUptime()
           
 java.lang.String getVersion()
           
 boolean isCommunityMember()
           
 

Method Detail

getGums

java.util.Collection<StatusEntry> getGums(AllocationStatus allocationStatus,
                                          RequestSpec.RequestSource source)
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getAllGums

java.util.Collection<StatusEntry> getAllGums(AllocationEntry.GumSource source)
                                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getConsumersStatus

java.util.Collection<ConsumerStatus> getConsumersStatus(RequestSpec.RequestSource source)
                                                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getNetworkOfFavors

java.util.Map<ObjectID,java.lang.Double> getNetworkOfFavors()
                                                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getVersion

java.lang.String getVersion()
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getEmail

java.lang.String getEmail()
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getDescription

java.lang.String getDescription()
                                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getLatitude

java.lang.Float getLatitude()
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getLongitude

java.lang.Float getLongitude()
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getDefaultSDF

java.lang.String getDefaultSDF()
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getPeerName

java.lang.String getPeerName()
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getPeerExternalName

java.lang.String getPeerExternalName()
                                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getPeerPort

java.lang.String getPeerPort()
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCorepeerName

java.lang.String getCorepeerName()
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCorepeerPort

java.lang.String getCorepeerPort()
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

isCommunityMember

boolean isCommunityMember()
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getUptime

java.lang.String getUptime()
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException