Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

mucode.abstractions: Javadoc index of package mucode.abstractions.


Package Samples:

mucode.abstractions

Classes:

MuAgent: Provides a "mobile agent" abstraction. Migration is obtained by invoking the go 55 method as in myAgent.go("myhost:2000") . After migration, the agent is removed from the source host. Only weak mobility is provided, in that the execution state of the agent (i.e., its instruction pointer and call stack) is not preserved across migration---a limitation coming from the Java VM. However, the data state of the agent, i.e., the values of its object fields, is preserved. The agent can determine, from time to time, which classes should be shipped at destination along with it. This is accomplished by the ...
Relocator: This class provides some abstractions to deal with the relocation of classes and threads at a higher level than the one enabled by the primitives provided in the core mucode package. Under the hood, Relocator objects still rely on a µ Server, that is indeed specified at creation time (and can later be changed). The operations provided by Relocator are represented in terms of group shipping and handling. In fact, the semantics of the operations in Relocator is partly implemented in this class (that manages the creation and shipping of groups) and partly by the RelocationHandler class (that ...
RelocationHandler: The group handler for all the operations provided by the Relocator class.

Home | Contact Us | Privacy Policy | Terms of Service