All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface semper.dispatcher.BargainerTaskControl

public interface BargainerTaskControl
Interface for the Monitor-Thread interaction


Method Index

 o Handler(Object)
Method used to passe a new request to be handled from the thread object
 o SetPriority(int)
Method used to change the priority level of a thread object
 o Stop()
Method used to stop(finalize) a running thread object

Methods

 o Stop
 public abstract void Stop()
Method used to stop(finalize) a running thread object

 o SetPriority
 public abstract void SetPriority(int prio)
Method used to change the priority level of a thread object

Parameters:
prio - the new priority level
 o Handler
 public abstract void Handler(Object obj)
Method used to passe a new request to be handled from the thread object

Parameters:
obj - the new requests

All Packages  Class Hierarchy  This Package  Previous  Next  Index