Uses of Interface
de.xima.fc.cluster.model.msg.IClusterMessage
Packages that use IClusterMessage
Package
Description
-
Uses of IClusterMessage in de.xima.fc.cluster.impl.jgroup
Methods in de.xima.fc.cluster.impl.jgroup with parameters of type IClusterMessage -
Uses of IClusterMessage in de.xima.fc.cluster.model
Methods in de.xima.fc.cluster.model with parameters of type IClusterMessageModifier and TypeMethodDescriptionvoid
ICluster.sendMessage
(IClusterMessage msg) Attempts to send a message to other nodes in the cluster. -
Uses of IClusterMessage in de.xima.fc.cluster.model.events.msg
Fields in de.xima.fc.cluster.model.events.msg declared as IClusterMessageMethods in de.xima.fc.cluster.model.events.msg that return IClusterMessageConstructors in de.xima.fc.cluster.model.events.msg with parameters of type IClusterMessageModifierConstructorDescriptionNodeMessageEvent
(IClusterMessage message) Creates a new event with the given data for when a message was sent by a node to other nodes. -
Uses of IClusterMessage in de.xima.fc.cluster.model.msg
Classes in de.xima.fc.cluster.model.msg that implement IClusterMessageModifier and TypeClassDescriptionclass
A message is sent to control other nodes, such as when a node should change its state and start or stop performing work.class
A message that is sent when a plugin was activated or deactivated.class