Uses of Class
dermi.exception.UnmatchedAnycallMethodException

Packages that use UnmatchedAnycallMethodException
dermi   
dermi.listener   
dermi.util   
 

Uses of UnmatchedAnycallMethodException in dermi
 

Methods in dermi that throw UnmatchedAnycallMethodException
 java.util.Hashtable DermiProxy.anycallEventArrived(java.util.Hashtable evt)
           
 java.util.Hashtable DermiRemoteObject.anycallEventArrived(java.util.Hashtable evt)
          Method invoked each time the skeleton receives an anycall event
 

Uses of UnmatchedAnycallMethodException in dermi.listener
 

Methods in dermi.listener that throw UnmatchedAnycallMethodException
 java.util.Hashtable RemoteEventListener.anycallEventArrived(java.util.Hashtable evt)
          Standard upcall for anycall arrived events
 

Uses of UnmatchedAnycallMethodException in dermi.util
 

Methods in dermi.util that throw UnmatchedAnycallMethodException
 java.util.Hashtable BusClassLoader.anycallEventArrived(java.util.Hashtable evt)