Uses of Class
p2pcm.ActivationException

Uses of ActivationException in p2pcm
 

Methods in p2pcm that throw ActivationException
 void Component.activate()
          This method implements the default activation policy for components It thus follows this algorithm: - Obtain first the node's 5 most suitable replicas - If replica number is less than 2, it is impossible to activate new components (node is isolated) - Identify which node is overwhelming this component, and activate new object replica there, unless there is an already active instance within that node.
 void ComponentInterface.activate()