Package aQute.remote.util


package aQute.remote.util
  • Classes
    Class
    Description
    AgentSupervisor<Supervisor,Agent>
    This is a base class that provides the basic functionality of a supervisor.
    This class will try to connect to a remote OSGi framework using JMX and will deploy a bundle for you, by deploy, that means install the bundle if it doesn't existing in the remote runtime or update the bundle if it already exists.
    Link<L,R>
    This is a simple RPC module that has a R and L interface.