Lightweight Bartering Grid

lbg.user.service
Interface UserHandle

All Known Subinterfaces:
UserService
All Known Implementing Classes:
LiveUserHandle, LiveUserService, SimulatedUserHandle, SimulatedUserService

public interface UserHandle

Author:
Cyril Briquet

Method Summary
 java.lang.String id()
           
 void notifyCompletedJob(Task t)
           
 void notifyCompletedTask(Task t)
           
 

Method Detail

id

java.lang.String id()

notifyCompletedTask

void notifyCompletedTask(Task t)
                         throws GridException
Throws:
GridException

notifyCompletedJob

void notifyCompletedJob(Task t)
                        throws GridException
Throws:
GridException

Lightweight Bartering Grid

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