Lightweight Bartering Grid

lbg.simulator.event
Class SubmittedJobEvent

java.lang.Object
  extended by lbg.simulator.event.Event
      extended by lbg.simulator.event.SubmittedJobEvent
All Implemented Interfaces:
java.lang.Comparable<Event>

public class SubmittedJobEvent
extends Event

Author:
Cyril Briquet

Constructor Summary
SubmittedJobEvent(long id, long timestamp, UserAgent user, java.lang.String owner_id)
           
 
Method Summary
 java.lang.String ownerID()
           
 java.lang.String toString()
           
 UserAgent user()
           
 
Methods inherited from class lbg.simulator.event.Event
compareTo, id, idAsKey, timestamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SubmittedJobEvent

public SubmittedJobEvent(long id,
                         long timestamp,
                         UserAgent user,
                         java.lang.String owner_id)
                  throws GridException
Throws:
GridException
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class Event

user

public UserAgent user()

ownerID

public java.lang.String ownerID()

Lightweight Bartering Grid

Copyright (c) 2005-2008, Cyril Briquet, parts Xavier Dalem.