Uses of Class
org.semispace.SemiEventRegistration

Packages that use SemiEventRegistration
org.semispace   
org.semispace.comet.client   
org.semispace.ws.client   
 

Uses of SemiEventRegistration in org.semispace
 

Methods in org.semispace that return SemiEventRegistration
 SemiEventRegistration SemiSpace.notify(Map<String,String> searchProps, SemiEventListener listener, long duration)
          Basically the same as the notify method demanded by the interface, except that it accepts search properties directly.
 SemiEventRegistration SemiSpace.notify(Object tmpl, SemiEventListener listener, long duration)
          None of the parameters can be null
 SemiEventRegistration SemiSpaceInterface.notify(Object template, SemiEventListener listener, long duration)
          Register a listener for a particular template search.
 

Uses of SemiEventRegistration in org.semispace.comet.client
 

Methods in org.semispace.comet.client that return SemiEventRegistration
 SemiEventRegistration NotificationClient.doNotify(org.cometd.client.BayeuxClient client, Map<String,Object> map)
           
 SemiEventRegistration SemiSpaceCometProxy.notify(Object template, SemiEventListener listener, long duration)
           
 

Uses of SemiEventRegistration in org.semispace.ws.client
 

Methods in org.semispace.ws.client that return SemiEventRegistration
 SemiEventRegistration SemiSpaceProxy.notify(Object template, SemiEventListener listener, long duration)
          Notify is illegal to use in proxy
 SemiEventRegistration SemiSpaceTokenProxy.notify(Object template, SemiEventListener listener, long duration)
          Notify is illegal to use in proxy
 



Copyright © 2008-2012. All Rights Reserved.