Class AgentSupervisor<Supervisor,Agent>

java.lang.Object
aQute.remote.util.AgentSupervisor<Supervisor,Agent>
Type Parameters:
Supervisor - The supervisor type
Agent - The agent type

public class AgentSupervisor<Supervisor,Agent> extends Object
This is a base class that provides the basic functionality of a supervisor. In general an actual supervisor extends this class to provide the functionality to use on the client side.