Uses of Interface
dermi.listener.RemoteEventListener

Packages that use RemoteEventListener
dermi   
dermi.activation   
dermi.dolr   
dermi.session.pastry   
dermi.util   
 

Uses of RemoteEventListener in dermi
 

Classes in dermi that implement RemoteEventListener
 class DermiProxy
          This class is the Dynamic Proxy that replaces all static stubs that had to be pregenerated in previous versions of Dermi using the 'dermic' tool
 class DermiRemoteObject
          This class implements the generic skeleton class for any Dermi object
 

Methods in dermi with parameters of type RemoteEventListener
 void Session.addRemoteAnycallEventListener(RemoteEventListener sel, java.util.Hashtable subscription)
          Adds an anycall listener
 void Session.removeRemoteAnycallEventListener(RemoteEventListener sel, java.util.Hashtable subscription)
          Removes an anycall listener
 void Session.subscribe(RemoteEventListener listener, java.util.Hashtable subs)
          This method creates a listener of remote events that matches the subscription specified in the subscription parameter.
 void Session.subscribe(RemoteEventListener listener, java.lang.String subs)
          This method creates a listener of remote events that matches the subscription specified in the subscription parameter.
 void Session.unsubscribe(RemoteEventListener listener, java.util.Hashtable subs)
          This method removes the subscription specified in subscription parameters.
 void Session.unsubscribe(RemoteEventListener listener, java.lang.String subs)
          This method removes the subscription specified in subscription parameters.
 

Uses of RemoteEventListener in dermi.activation
 

Classes in dermi.activation that implement RemoteEventListener
 class ActivatorImpl
          Implementation of object's methods Note that this implementation does not care about remote state propagation This will be taken into account by the object's skeleton
 

Uses of RemoteEventListener in dermi.dolr
 

Classes in dermi.dolr that implement RemoteEventListener
 class DOLRChannelImpl
           
 

Uses of RemoteEventListener in dermi.session.pastry
 

Methods in dermi.session.pastry with parameters of type RemoteEventListener
 void Session.addRemoteAnycallEventListener(RemoteEventListener sel, java.util.Hashtable event)
          Add remote anycast event listener to specified multicast group.
 void Session.removeRemoteAnycallEventListener(RemoteEventListener sel, java.util.Hashtable event)
          Removes an anycall event listener
 void Session.subscribe(RemoteEventListener sel, java.util.Hashtable event)
          Add remote event listener to specified multicast group.
 void Session.subscribe(RemoteEventListener listener, java.lang.String subs)
          Add remote event listener to specified multicast group.
 void Session.unsubscribe(RemoteEventListener sel, java.util.Hashtable event)
          Remove remote event listener from the specified multicast group.
 void Session.unsubscribe(RemoteEventListener listener, java.lang.String subs)
          Remove remote event listener from the specified multicast group.
 

Constructors in dermi.session.pastry with parameters of type RemoteEventListener
Dispatcher(RemoteEventListener caller, java.util.Hashtable event)
          Constructor
NotificationParser(RemoteEventListener subs)
          Constructor
 

Uses of RemoteEventListener in dermi.util
 

Classes in dermi.util that implement RemoteEventListener
 class BusClassLoader
          This is a custom class loader that makes a request to the remote object for the stub class when this is not found on the local machine.