Uses of Interface
jade.core.Node
-
Packages that use Node Package Description jade.core This package contains the microkernel of JADE system.jade.core.faultRecovery jade.core.nodeMonitoring jade.core.replication jade.imtp.leap jade.imtp.rmi -
-
Uses of Node in jade.core
Classes in jade.core that implement Node Modifier and Type Class Description classBaseNodeThis class provides a partial implementation of theNodeinterface.Fields in jade.core declared as Node Modifier and Type Field Description protected NodeNodeFailureMonitor. targetMethods in jade.core that return Node Modifier and Type Method Description NodeBaseService. getLocalNode()NodeIMTPManager. getLocalNode()Access the node that represents the local JVM.NodeBackEndManager. getNode()NodeNodeDescriptor. getNode()Retrieve the described node.NodeNodeFailureMonitor. getNode()Return the monitored target nodeNodeService.Slice. getNode()Access the node where this slice resides.NodeSliceProxy. getNode()NodeNodeDescriptor. getParentNode()Methods in jade.core with parameters of type Node Modifier and Type Method Description voidNodeFailureMonitor. addChild(Node n)Add a child node for monitoring.voidPlatformManager. adopt(Node n, Node[] children)voidPlatformManagerImpl. adopt(Node n, Node[] children)Service.SliceIMTPManager. createSliceProxy(String serviceName, Class itf, Node where)Builds a proxy object for a remote service slice.voidNodeEventListener. nodeAdded(Node n)This method is invoked when a new node has joined the platform.voidNodeEventListener. nodeReachable(Node n)This method is invoked when the local node discovers that a platform node, that was previously unreachable, has become reachable again.voidNodeEventListener. nodeRemoved(Node n)This method is invoked when a node has left the platform.voidNodeEventListener. nodeUnreachable(Node n)This method is invoked when the local node discovers that a platform node is not reachable anymore.voidNodeFailureMonitor. removeChild(Node n)Remove a child node from monitoringvoidNodeDescriptor. setNode(Node node)Change the described node (if any).voidSliceProxy. setNode(Node n)voidNodeDescriptor. setParentNode(Node n)voidNodeFailureMonitor. start(Node n, NodeEventListener nel)Start the monitoringConstructors in jade.core with parameters of type Node Constructor Description NodeDescriptor(ContainerID cid, Node node)Builds a node descriptor for a node hosting an agent container.NodeDescriptor(Node node)Builds a new node descriptor, describing the given node with the given name and properties.SliceProxy(Service svc, Node n)Deprecated.SliceProxy(Service svc, Node n) -
Uses of Node in jade.core.faultRecovery
Methods in jade.core.faultRecovery that return Node Modifier and Type Method Description NodeFaultRecoveryService.NodeSerializer. deserialize(byte[] bb)Methods in jade.core.faultRecovery with parameters of type Node Modifier and Type Method Description byte[]FaultRecoveryService.NodeSerializer. serialize(Node n) -
Uses of Node in jade.core.nodeMonitoring
Methods in jade.core.nodeMonitoring with parameters of type Node Modifier and Type Method Description voidBlockingNodeFailureMonitor. start(Node n, NodeEventListener nel) -
Uses of Node in jade.core.replication
Methods in jade.core.replication with parameters of type Node Modifier and Type Method Description protected intMainReplicationService. checkConnectivity(Node unreachableNode)This method is invoked when the monitored main node remains unreachable for too long and is therefore considered dead. -
Uses of Node in jade.imtp.leap
Methods in jade.imtp.leap that return Node Modifier and Type Method Description NodeLEAPIMTPManager. getLocalNode()Methods in jade.imtp.leap with parameters of type Node Modifier and Type Method Description Service.SliceLEAPIMTPManager. createSliceProxy(String serviceName, Class itf, Node where) -
Uses of Node in jade.imtp.rmi
Methods in jade.imtp.rmi that return Node Modifier and Type Method Description NodeRMIIMTPManager. getLocalNode()Methods in jade.imtp.rmi with parameters of type Node Modifier and Type Method Description voidServiceManagerRMI. adopt(Node n, Node[] children)Service.SliceRMIIMTPManager. createSliceProxy(String serviceName, Class itf, Node where)
-