Uses of Class
dermi.annotation.RemoteMethod

Packages that use RemoteMethod
dermi.activation   
dermi.dolr   
 

Uses of RemoteMethod in dermi.activation
 

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

Uses of RemoteMethod in dermi.dolr
 

Methods in dermi.dolr with annotations of type RemoteMethod
 void DOLRChannel.addListener(BasicListener dl)
           
 void DOLRChannel.notify(DOLREvent evt)
           
 void DOLRChannel.removeListener(BasicListener dl)