Uses of Interface
dermi.core.NodeHandle

Packages that use NodeHandle
dermi   
dermi.activation   
dermi.core   
dermi.core.pastry   
dermi.session.pastry   
 

Uses of NodeHandle in dermi
 

Methods in dermi that return NodeHandle
 NodeHandle Session.getLocalNodeHandle()
          Method used to obtain the local node handle for this node
 

Uses of NodeHandle in dermi.activation
 

Methods in dermi.activation with parameters of type NodeHandle
 void Activator.activate(NodeHandle nh, java.io.Serializable objectData)
           
 void ActivatorClient.activate(NodeHandle nh, java.io.Serializable objectData)
           
 void ActivatorImpl.activate(NodeHandle nh, java.io.Serializable objectData)
           
 boolean Activator.isAlreadyActive(NodeHandle nh, java.lang.String objectId)
           
 boolean ActivatorClient.isAlreadyActive(NodeHandle nh, java.lang.String objectId)
           
 boolean ActivatorImpl.isAlreadyActive(NodeHandle nh, java.lang.String objectId)
           
 

Uses of NodeHandle in dermi.core
 

Methods in dermi.core that return NodeHandle
abstract  NodeHandle DermiConnection.getLocalNodeHandle()
          Utility method for obtaining the local node handle
 

Uses of NodeHandle in dermi.core.pastry
 

Classes in dermi.core.pastry that implement NodeHandle
 class NodeHandle
          Specific Pastry NodeHandle implementation
 

Methods in dermi.core.pastry that return NodeHandle
 NodeHandle DermiConnection.getLocalNodeHandle()
          Utility method for obtaining the local node handle
 

Uses of NodeHandle in dermi.session.pastry
 

Methods in dermi.session.pastry that return NodeHandle
 NodeHandle Session.getLocalNodeHandle()
          Gets an instance to the current local node handle