JavaScript is disabled on your browser.
Bndtools http://bndtools.org/
java.lang.Object
aQute.remote.util.AgentSupervisor<Supervisor,Agent>
Type Parameters: Supervisor - The supervisor typeAgent - The agent type
public class AgentSupervisor<Supervisor,Agent>
extends java.lang.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.
Field Summary
Fields
Modifier and Type
Field and Description
protected int
exitCode
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
AgentSupervisor
public AgentSupervisor()
Method Detail
connect
protected void connect(java.lang.Class<Agent > agent,
Supervisor supervisor,
java.lang.String host,
int port)
throws java.lang.Exception
Throws:
java.lang.Exception
getAgent
public Agent getAgent()
isOpen
public boolean isOpen()
Copyright (c) aQute SARL (2000, 2016) and others. All Rights Reserved.
Copyright (c) aQute SARL (2000, 2016) and others. All Rights Reserved.