Lightweight Bartering Grid

Uses of Class
lbg.user.UserAgent

Packages that use UserAgent
lbg.middleware.util   
lbg.simulator   
lbg.simulator.event   
lbg.user   
lbg.user.service   
 

Uses of UserAgent in lbg.middleware.util
 

Methods in lbg.middleware.util with parameters of type UserAgent
 JobDescriptor PropertiesJobLoader.loadJobDescription(UserAgent user, java.util.Properties props)
          Deprecated. Relying on the current working directory is dangerous and can yield confusing results for the user. The best is usually to specify the directory containing the JDF file using PropertiesJobLoader.loadJobDescription(UserAgent, Properties, String)
 JobDescriptor PropertiesJobLoader.loadJobDescription(UserAgent user, java.util.Properties props, java.lang.String basedir)
          Loads a JobDescriptor form a set of properties coming from a JDF file.
 

Uses of UserAgent in lbg.simulator
 

Methods in lbg.simulator with parameters of type UserAgent
 void SimulatorEnvironment.addJobSubmission(UserAgent user, java.lang.String peer_id)
          ISimulator implementation.
 void ISimulator.addJobSubmission(UserAgent user, java.lang.String peer_id)
           
 

Uses of UserAgent in lbg.simulator.event
 

Methods in lbg.simulator.event that return UserAgent
 UserAgent SubmittedJobEvent.user()
           
 

Methods in lbg.simulator.event with parameters of type UserAgent
 Event EventFactory.createJobEvent(UserAgent user, java.lang.String owner_id)
          Creates a SubmittedJobEvent so that target UserAgent submits, at a legal random time from now, a Job to target Peer.
 Event EventFactory.createJobEvent(UserAgent user, java.lang.String owner_id, long base_time)
          Creates a SubmittedJobEvent so that target UserAgent submits, at a legal random time from target base time, a Job to target Peer.
 

Constructors in lbg.simulator.event with parameters of type UserAgent
SubmittedJobEvent(long id, long timestamp, UserAgent user, java.lang.String owner_id)
           
 

Uses of UserAgent in lbg.user
 

Subclasses of UserAgent in lbg.user
 class EmbeddedLiveUserAgent
          An EmbeddedLiveUserAgent is a LiveUserAgent intended to be run within another software.
 class LiveUserAgent
          UserAgent, Live Implementation.
Related logger: lbg.user
 class SimulatedUserAgent
           
 

Uses of UserAgent in lbg.user.service
 

Methods in lbg.user.service with parameters of type UserAgent
static UserService UserServiceFactory.createUserService(UserAgent owner_user)
           
 

Constructors in lbg.user.service with parameters of type UserAgent
LiveUserService(UserAgent owner_user)
          Creates a User service
SimulatedUserService(UserAgent owner_user)
           
 


Lightweight Bartering Grid

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