Implementation of object's methods
Note that this implementation does not care about remote state propagation
This will be taken into account by the object's skeleton
Constant that holds the default activation threshold for components:
If more than ACTV_THRESHOLD invocations are received in a second,
a new component instance will be activated in a replica node.
The Common API forward method has been changed to first pass the RouteMessage to Dermi's notification
parser, so as to be able to route new messages with content changes (useful in manycalls)
Constant that holds the default free memory threshold for component passivation:
If less than FREEMEM_THRESHOLD bytes of memory are available in the JVM,
the component's instance will be passivated.
Constant that holds the default passivation threshold for components:
If after PASV_THRESHOLD milliseconds, the component has not received any
invocations, it will be passivated.
A RemoteException is the common superclass for a wide number of communication-related
exceptions that may occur during the execution of a remote method call.
This method is invoked to inform the application that the given node has either joined or left
the neighbor set of the local node, as the set would be returned by the neighborSet call.