Uses of Class
org.ourgrid.common.id.ObjectID

Packages that use ObjectID
org.ourgrid.common.gump   
org.ourgrid.common.spec   
org.ourgrid.corepeer   
org.ourgrid.corepeer.ui   
org.ourgrid.mygrid.scheduler   
org.ourgrid.mygrid.scheduler.event   
org.ourgrid.mygrid.scheduler.gridmanager   
org.ourgrid.mygrid.scheduler.gump   
org.ourgrid.mygrid.scheduler.test   
org.ourgrid.mygrid.ui.gui   
org.ourgrid.mygrid.ui.gui.event   
org.ourgrid.peer.community   
org.ourgrid.peer.community.communicationlayer   
org.ourgrid.peer.community.nof   
org.ourgrid.peer.community.obtainer   
org.ourgrid.peer.event   
org.ourgrid.peer.fd   
org.ourgrid.peer.manager   
org.ourgrid.peer.manager.event   
org.ourgrid.peer.manager.request   
org.ourgrid.peer.manager.status   
org.ourgrid.peer.ui   
org.ourgrid.webstatus   
 

Uses of ObjectID in org.ourgrid.common.gump
 

Methods in org.ourgrid.common.gump that return ObjectID
 ObjectID RemoteFakeGumpClient.getObjectID()
           
 ObjectID GumpClient.getObjectID()
          Returns the Identification object related to this GumpClient.
 ObjectID Gump.getObjectID()
          Returns the identification object related to this GridMachineProvider.
 ObjectID BrokerAccessImpl.getObjectID()
           
 ObjectID BindableMockGumpWrapper.getObjectID()
           
 ObjectID BindableMockGumpClientWrapper.getObjectID()
           
 

Methods in org.ourgrid.common.gump with parameters of type ObjectID
 void GumpClientThreadManager.createAndExecuteDelivererThread(ObjectID gumClientID, GumResponseEntry gumResponseEntry)
          Creates a DelivererThread and arrange to be executed by a thread in the pool.
 void EBGumpClient.hereIsGum(EBGum receivedGum, ObjectID gumOwnerObjectID, long requestID)
           
 

Constructors in org.ourgrid.common.gump with parameters of type ObjectID
BrokerAccessImpl(ObjectID brokerAccessID, EBPeerManagerFacade peerFacade)
          Default constructor.
BrokerAccessImpl(ObjectID brokerAccessID, EBPeerManagerFacade ebPeerManagerFacade, MGSecureClientSocketFactory secureClientSocketFactory, MGSecureServerSocketFactory secureServerSocketFactory, int securePort)
          Constructor with security options.
RemoteFakeGumpClient(ObjectID objectid)
           
RemoteFakeGumpClient(ObjectID objectid, java.util.concurrent.CountDownLatch verficationCountDownLatch)
           
 

Uses of ObjectID in org.ourgrid.common.spec
 

Methods in org.ourgrid.common.spec that return ObjectID
 ObjectID RequestSpec.getObjectID()
          Gets the ObjectID representing the GumpClient responsible for this request.
 

Uses of ObjectID in org.ourgrid.corepeer
 

Methods in org.ourgrid.corepeer that return types with arguments of type ObjectID
 java.util.List<ObjectID> RestrictedCorePeerImpl.getKnownPeers(ObjectID peerId)
           
 java.util.List<ObjectID> CorePeerImpl.getKnownPeers(ObjectID peerId)
           
 java.util.List<ObjectID> CorePeer.getKnownPeers(ObjectID peerId)
          Returns a list of known peers in the OurGrid Community.
 java.util.Collection<ObjectID> CorePeerStatusProvider.getPeerList()
          Gets a collection of know peers.
 java.util.Collection<ObjectID> CorePeerImpl.getPeerList()
           
 java.util.List<ObjectID> RestrictedCorePeerImpl.hereIAm(ObjectID peerId)
           
 java.util.List<ObjectID> CorePeerImpl.hereIAm(ObjectID peerID)
           
 java.util.List<ObjectID> CorePeer.hereIAm(ObjectID peerId)
          Called when a peer wants to join the OurGrid Community.
 

Methods in org.ourgrid.corepeer with parameters of type ObjectID
 java.util.List<ObjectID> RestrictedCorePeerImpl.getKnownPeers(ObjectID peerId)
           
 java.util.List<ObjectID> CorePeerImpl.getKnownPeers(ObjectID peerId)
           
 java.util.List<ObjectID> CorePeer.getKnownPeers(ObjectID peerId)
          Returns a list of known peers in the OurGrid Community.
 java.util.List<ObjectID> RestrictedCorePeerImpl.hereIAm(ObjectID peerId)
           
 java.util.List<ObjectID> CorePeerImpl.hereIAm(ObjectID peerID)
           
 java.util.List<ObjectID> CorePeer.hereIAm(ObjectID peerId)
          Called when a peer wants to join the OurGrid Community.
 boolean RestrictedCorePeerImpl.isAnAllowedPeer(ObjectID peerId)
          Returns if the PeerId is allowed or not.
 Pinger PingerFactory.makePinger(ObjectID peerID, java.util.Map<java.lang.Long,ObjectID> knowPeers, java.util.List<ObjectID> peerList, java.util.Map<java.lang.String,ObjectID> knowPeersByURL)
           
 void CorePeerImpl.newPeerArrived(ObjectID peerID)
           
 void CorePeer.newPeerArrived(ObjectID peerID)
          Add a peer to knowPeers list.
 void CorePeerImpl.removePeer(ObjectID peerID)
           
 void CorePeer.removePeer(ObjectID objectID)
          Remove a peer from knowPeers list.
 

Method parameters in org.ourgrid.corepeer with type arguments of type ObjectID
 Pinger PingerFactory.makePinger(ObjectID peerID, java.util.Map<java.lang.Long,ObjectID> knowPeers, java.util.List<ObjectID> peerList, java.util.Map<java.lang.String,ObjectID> knowPeersByURL)
           
 Pinger PingerFactory.makePinger(ObjectID peerID, java.util.Map<java.lang.Long,ObjectID> knowPeers, java.util.List<ObjectID> peerList, java.util.Map<java.lang.String,ObjectID> knowPeersByURL)
           
 Pinger PingerFactory.makePinger(ObjectID peerID, java.util.Map<java.lang.Long,ObjectID> knowPeers, java.util.List<ObjectID> peerList, java.util.Map<java.lang.String,ObjectID> knowPeersByURL)
           
 

Constructors in org.ourgrid.corepeer with parameters of type ObjectID
PeerPinger(ObjectID peerID, java.util.Map<java.lang.Long,ObjectID> knowPeers, java.util.List<ObjectID> peerList, java.util.Map<java.lang.String,ObjectID> knowPeersByURL)
          Creates a pinger.
 

Constructor parameters in org.ourgrid.corepeer with type arguments of type ObjectID
PeerPinger(ObjectID peerID, java.util.Map<java.lang.Long,ObjectID> knowPeers, java.util.List<ObjectID> peerList, java.util.Map<java.lang.String,ObjectID> knowPeersByURL)
          Creates a pinger.
PeerPinger(ObjectID peerID, java.util.Map<java.lang.Long,ObjectID> knowPeers, java.util.List<ObjectID> peerList, java.util.Map<java.lang.String,ObjectID> knowPeersByURL)
          Creates a pinger.
PeerPinger(ObjectID peerID, java.util.Map<java.lang.Long,ObjectID> knowPeers, java.util.List<ObjectID> peerList, java.util.Map<java.lang.String,ObjectID> knowPeersByURL)
          Creates a pinger.
 

Uses of ObjectID in org.ourgrid.corepeer.ui
 

Methods in org.ourgrid.corepeer.ui that return types with arguments of type ObjectID
 java.util.Collection<ObjectID> UIManager.statusCorePeerService()
          Gets the CorePeer status.
 java.util.Collection<ObjectID> CorePeerUIManager.statusCorePeerService()
           
 

Uses of ObjectID in org.ourgrid.mygrid.scheduler
 

Methods in org.ourgrid.mygrid.scheduler with parameters of type ObjectID
 void FakeEBSchedulerFacade.hereIsGum(GumClient gumClient, long requestid, ObjectID peerBrokerAccessID)
           
 void EBSchedulerFacade.hereIsGum(GumClient gumClient, long requestid, ObjectID peerBrokerAccessID)
          Delivers an available grid machine to the scheduler
 

Uses of ObjectID in org.ourgrid.mygrid.scheduler.event
 

Constructors in org.ourgrid.mygrid.scheduler.event with parameters of type ObjectID
HereIsGumNotifyEvent(GridManager ebGridManager, GumClient gumClient, long requestID, ObjectID peerBrokerAccessID)
          The constructor.
 

Uses of ObjectID in org.ourgrid.mygrid.scheduler.gridmanager
 

Methods in org.ourgrid.mygrid.scheduler.gridmanager that return ObjectID
 ObjectID GumResponseEntry.getObjectID()
           
 ObjectID GridManagerEntry.getPeerBrokerAccessID()
           
 

Methods in org.ourgrid.mygrid.scheduler.gridmanager with parameters of type ObjectID
 void GridManager.hereIsGum(GumClient gumClient, long requestID, ObjectID peerBrokerAccessID)
           
 void AbstractGridManager.hereIsGum(GumClient gumClient, long requestID, ObjectID peerBrokerAccessID)
           
 void GridManagerListenerRemote.hereIsGum(GumSpec spec, int jobID, ObjectID peerBrokerAccessID)
           
 int EBGridManager.realHereIsGum(GumClient gumClient, long requestId, ObjectID peerBrokerAccessID)
           
protected abstract  int AbstractGridManager.realHereIsGum(GumClient gumClient, long requestID, ObjectID peerBrokerAccessID)
           
 

Constructors in org.ourgrid.mygrid.scheduler.gridmanager with parameters of type ObjectID
GridManagerEntry(GumSpec spec, int jobID, ObjectID peerBrokerAccessId)
           
GridManagerEntry(long requestId, int jobID, GumClient gumClient, ObjectID peerBrokerAccessID)
           
GumResponseEntry(Gum gum, GumSpec spec, long requestid, ObjectID providerObjectID)
          Default constructor.
 

Uses of ObjectID in org.ourgrid.mygrid.scheduler.gump
 

Methods in org.ourgrid.mygrid.scheduler.gump that return ObjectID
 ObjectID GumpClientImpl.getObjectID()
           
 

Uses of ObjectID in org.ourgrid.mygrid.scheduler.test
 

Methods in org.ourgrid.mygrid.scheduler.test that return ObjectID
 ObjectID FakeGump.getObjectID()
           
 

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

Methods in org.ourgrid.mygrid.ui.gui with parameters of type ObjectID
 void SimpleSynchronizedGridManager.hereIsGum(GumSpec spec, int jobID, ObjectID peerBrokerAccessID)
           
 void GridManagerListener.hereIsGum(GumSpec spec, int jobID, ObjectID peerBrokerAccessID)
           
 void GUIListenerImpl.hereIsGum(GumSpec spec, int jobID, ObjectID peerBrokerAccessID)
           
 void EBGuiFacade.hereIsGum(GumSpec spec, int jobID, ObjectID peerBrokerAccessID)
           
 

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

Constructors in org.ourgrid.mygrid.ui.gui.event with parameters of type ObjectID
GUIHereIsGumNotifyEvent(GumSpec spec, int jobID, ObjectID peerBrokerAccessID, SimpleSynchronizedGridManager manager)
           
 

Uses of ObjectID in org.ourgrid.peer.community
 

Methods in org.ourgrid.peer.community that return ObjectID
 ObjectID RemoteAccessImpl.getObjectID()
           
 

Methods in org.ourgrid.peer.community that return types with arguments of type ObjectID
 java.util.Collection<ObjectID> RemoteAccessImpl.getPeerList()
           
 

Methods in org.ourgrid.peer.community with parameters of type ObjectID
 void RemoteAccessImpl.setPeerID(ObjectID peerID)
          Sets this peer's ID.
 

Method parameters in org.ourgrid.peer.community with type arguments of type ObjectID
 void RemoteAccessImpl.hereIsPeerList(java.util.Collection<ObjectID> peerListReceived)
           
 void RemoteAccess.hereIsPeerList(java.util.Collection<ObjectID> peerList)
          Receives the know peer list.
 void RemoteAccessImpl.setPeerList(java.util.List<ObjectID> peerList)
           
 

Constructors in org.ourgrid.peer.community with parameters of type ObjectID
RemoteAccessImpl(ObjectID peerID, EBCommunityObtainerFacade ebCommunityObtainerFacade, EBPeerManagerFacade ebPeerManagerFacade)
          Creates a peerImpl
 

Uses of ObjectID in org.ourgrid.peer.community.communicationlayer
 

Methods in org.ourgrid.peer.community.communicationlayer that return ObjectID
 ObjectID CommunicationLayerImpl.getPeerID()
           
 ObjectID CommunicationLayer.getPeerID()
           
 

Methods in org.ourgrid.peer.community.communicationlayer with parameters of type ObjectID
 void CommunicationLayerImpl.disposeOf(GumID gumID, long requestID, ObjectID peerID)
           
 void CommunicationLayer.disposeOf(GumID gumID, long requestID, ObjectID peerID)
           
 void CommunicationLayerImpl.unwantedGum(ObjectID gumOwnerID, long requestID, GumID gumID)
           
 void CommunicationLayer.unwantedGum(ObjectID gumOwnerID, long requestID, GumID gumID)
           
 

Method parameters in org.ourgrid.peer.community.communicationlayer with type arguments of type ObjectID
 void CommunicationLayerImpl.hereIsPeerList(java.util.Collection<ObjectID> peerList)
           
 void CommunicationLayer.hereIsPeerList(java.util.Collection<ObjectID> peerList)
           
 

Uses of ObjectID in org.ourgrid.peer.community.nof
 

Fields in org.ourgrid.peer.community.nof declared as ObjectID
protected  ObjectID AccountingManagerImplTest.peerID1
           
protected  ObjectID AccountingManagerImplTest.peerID2
           
protected  ObjectID AccountingManagerImplTest.unknownPeer
           
 

Methods in org.ourgrid.peer.community.nof that return ObjectID
 ObjectID AccountingManager.getPeerIdForRequest(long requestID)
          Gets the peer's id of the peer that make the request identified by the given requestID
 

Methods in org.ourgrid.peer.community.nof that return types with arguments of type ObjectID
 java.util.Map<ObjectID,java.lang.Double> AccountingManager.getKnownPeerBalances()
           Gets a Map containing all the known peer balances.
 java.util.List<java.util.Map.Entry<ObjectID,java.lang.Double>> AccountingManager.getKnownPeers()
           
 

Methods in org.ourgrid.peer.community.nof with parameters of type ObjectID
protected  double AccountingManager.calculateNewBalance(ObjectID peerID, double usedTime, boolean isProviding)
          Calculates the new balance based on the use of a given GuM.
 double AccountingManager.finishAccounting(GumID gumID, ObjectID peerID, boolean isProviding)
           
 double AccountingManager.getPeerBalance(ObjectID peerID)
           Gets the balance of a peer represented by its ID.
protected  boolean AccountingManager.isAKnownPeer(ObjectID peerID)
           Verifies if the peer is a known one.
 void AccountingManager.registerPeerIdForRequest(long requestID, ObjectID peerID)
          Associates an requestID with the peer's id of the peer that has made that request.
 void AccountingManager.startAccounting(GumID gumID, ObjectID peerID)
           Informs, with accounting purpose, that the usage of a gum has started.
 

Method parameters in org.ourgrid.peer.community.nof with type arguments of type ObjectID
 int EntryComparator.compare(java.util.Map.Entry<ObjectID,java.lang.Double> entry1, java.util.Map.Entry<ObjectID,java.lang.Double> entry2)
           
 int EntryComparator.compare(java.util.Map.Entry<ObjectID,java.lang.Double> entry1, java.util.Map.Entry<ObjectID,java.lang.Double> entry2)
           
 

Uses of ObjectID in org.ourgrid.peer.community.obtainer
 

Methods in org.ourgrid.peer.community.obtainer with parameters of type ObjectID
 void EBCommunityObtainerFacade.hereIsGum(EBGum receivedGum, ObjectID gumOwnerObjectID, long requestID)
           
 void EBCommunityObtainer.hereIsGum(EBGum receivedGum, ObjectID gumOwnerObjectID, long requestID)
           
 

Uses of ObjectID in org.ourgrid.peer.event
 

Constructors in org.ourgrid.peer.event with parameters of type ObjectID
HereIsGumNotifyEvent(EBGumpClient gumc, EBGum ebGum, ObjectID gumOwnerID, long requestID)
           
 

Uses of ObjectID in org.ourgrid.peer.fd
 

Methods in org.ourgrid.peer.fd with parameters of type ObjectID
 void ConsumerStateNotifiable.newMonitorable(ObjectID objectID)
           
 void ConsumerStateNotifiable.removeMonitorable(ObjectID objectID)
           
 

Uses of ObjectID in org.ourgrid.peer.manager
 

Methods in org.ourgrid.peer.manager that return ObjectID
 ObjectID FakeGumpClient.getObjectID()
           
 

Methods in org.ourgrid.peer.manager with parameters of type ObjectID
 void EBPeerManagerFacade.config(EBCommunityObtainerFacade communityObtainerFacade, ObjectID remoteAccessID, ObjectID brokerAccessID, UIManager peerUIManager)
           
 void EBPeerManagerFacade.consumerIsDead(ObjectID objectID)
           
 void EBPeerManager.consumerIsDead(ObjectID consumerID)
           
 void EBPeerManager.hereIsGum(EBGum receivedGum, ObjectID gumOwnerObjectID, long requestID)
           
 void EBPeerFacade.hereIsGum(EBGum receivedGum, ObjectID gumOwnerObjectID, long requestID)
           
 

Method parameters in org.ourgrid.peer.manager with type arguments of type ObjectID
 void EBPeerManagerFacade.getPeerBalance(EventQueue<ResponseEvent<java.util.Map<ObjectID,java.lang.Double>>> responseQueue)
           
 

Constructors in org.ourgrid.peer.manager with parameters of type ObjectID
EBPeerManager(GumpClientThreadManager consumerThreadManager, ObjectID remoteAccessID, ObjectID brokerAccessID, UIManager uiManager)
          Default constructor.
FakeGumpClient(ObjectID id)
           
 

Uses of ObjectID in org.ourgrid.peer.manager.event
 

Constructors in org.ourgrid.peer.manager.event with parameters of type ObjectID
ConsumerIsDeadEvent(EBPeerManager ebPeerManager, ObjectID objectID)
           
 

Constructor parameters in org.ourgrid.peer.manager.event with type arguments of type ObjectID
GetPeerBalanceEvent(EventQueue<ResponseEvent<java.util.Map<ObjectID,java.lang.Double>>> responseQueue, EBStatusProvider statusProvider)
           
 

Uses of ObjectID in org.ourgrid.peer.manager.request
 

Methods in org.ourgrid.peer.manager.request that return types with arguments of type ObjectID
 java.util.Collection<ObjectID> RequestManager.getConsumersIDs(RequestSpec.RequestSource source)
          Gets a Collection containing all Id's of current consumers
 

Methods in org.ourgrid.peer.manager.request with parameters of type ObjectID
 void RequestManager.deleteConsumerRequests(ObjectID consumerID)
           
 java.util.Collection<RequestEntry> RequestManager.getConsumerRequests(ObjectID peerID)
          Recovers a Collection containing all PeerID local RequestEntry
 java.util.Collection<java.lang.Long> RequestManager.getConsumerRequestsIDs(ObjectID consumerID)
          Recovers a Collection containing all PeerID local RequestEntry
 java.util.Collection<GumID> RequestManager.getGums(ObjectID peerID)
           
 java.util.Collection<GumID> RequestManager.getGums(ObjectID peerID, AllocationEntry.GumSource source)
           
 

Uses of ObjectID in org.ourgrid.peer.manager.status
 

Methods in org.ourgrid.peer.manager.status that return types with arguments of type ObjectID
 java.util.Map<ObjectID,java.lang.Double> StatusProviderImpl.getNetworkOfFavors()
           
 java.util.Map<ObjectID,java.lang.Double> StatusProvider.getNetworkOfFavors()
           
 

Method parameters in org.ourgrid.peer.manager.status with type arguments of type ObjectID
 void EBStatusProviderImpl.getPeerbalance(EventQueue<ResponseEvent<java.util.Map<ObjectID,java.lang.Double>>> responseQueue)
           
 void EBStatusProvider.getPeerbalance(EventQueue<ResponseEvent<java.util.Map<ObjectID,java.lang.Double>>> responseQueue)
           
 

Constructors in org.ourgrid.peer.manager.status with parameters of type ObjectID
ConsumerStatus(ObjectID consumerID, int localGums, int remoteGums)
           
 

Uses of ObjectID in org.ourgrid.peer.ui
 

Methods in org.ourgrid.peer.ui that return types with arguments of type ObjectID
 java.util.Map<ObjectID,java.lang.Double> UIManager.getPeerBalances()
           
 java.util.Map<ObjectID,java.lang.Double> PeerUIManager.getPeerBalances()
           
 

Methods in org.ourgrid.peer.ui with parameters of type ObjectID
 void UIManager.registerNewMonitorable(PeerUIManager.Notifiables notifiableType, ObjectID objectID)
           
 void PeerUIManager.registerNewMonitorable(PeerUIManager.Notifiables notifiableType, ObjectID objectID)
           
 void UIManager.unregisterNewMonitorable(PeerUIManager.Notifiables consumer, ObjectID consumerID)
           
 void PeerUIManager.unregisterNewMonitorable(PeerUIManager.Notifiables notifiableType, ObjectID objectID)
           
 

Uses of ObjectID in org.ourgrid.webstatus
 

Methods in org.ourgrid.webstatus that return ObjectID
 ObjectID PeerInfoPack.getPeerID()
           
 

Methods in org.ourgrid.webstatus that return types with arguments of type ObjectID
 java.util.Map<ObjectID,java.lang.Double> RemoteUIServices.getNetworkOfFavors()
           
 java.util.Map<ObjectID,java.lang.Double> PeerInfoPack.getNetworkOfFavors()
           
 

Constructors in org.ourgrid.webstatus with parameters of type ObjectID
PeerInfoPack(ObjectID peerID, java.lang.String version, java.lang.String email, java.lang.String description, java.lang.String uptime, java.lang.String latitude, java.lang.String longitude, java.util.Collection<StatusEntry> localGums, java.util.Collection<StatusEntry> remoteGums, java.util.Collection<StatusEntry> donatedGums, java.util.Collection<StatusEntry> ownerGums, java.util.Collection<ConsumerStatus> localConsumers, java.util.Collection<ConsumerStatus> remoteConsumers, java.util.Map<ObjectID,java.lang.Double> networkOfFavors)
           
 

Constructor parameters in org.ourgrid.webstatus with type arguments of type ObjectID
PeerInfoPack(ObjectID peerID, java.lang.String version, java.lang.String email, java.lang.String description, java.lang.String uptime, java.lang.String latitude, java.lang.String longitude, java.util.Collection<StatusEntry> localGums, java.util.Collection<StatusEntry> remoteGums, java.util.Collection<StatusEntry> donatedGums, java.util.Collection<StatusEntry> ownerGums, java.util.Collection<ConsumerStatus> localConsumers, java.util.Collection<ConsumerStatus> remoteConsumers, java.util.Map<ObjectID,java.lang.Double> networkOfFavors)