org.sapia.ubik.rmi.naming.remote.discovery
Interface ServiceDiscoListener

All Known Implementing Classes:
ColocatedStatelessFoo, ServiceDiscoListenerEg, StatelessFoo

public interface ServiceDiscoListener

An instance of this class is used to listen for new services that appear in the distributed JNDI.

Author:
Yanick Duchesne
Copyright:
Copyright © 2002-2003 Sapia Open Source Software. All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site
See Also:
ServiceDiscoveryEvent, ReliableLocalContext.addServiceDiscoListener(ServiceDiscoListener)

Method Summary
 void onServiceDiscovered(ServiceDiscoveryEvent evt)
          Called when a new service is bound to the distributed JNDI tree.
 

Method Detail

onServiceDiscovered

void onServiceDiscovered(ServiceDiscoveryEvent evt)
Called when a new service is bound to the distributed JNDI tree.

Parameters:
evt - a ServiceDiscoveryEvent.


Copyright © 2010 Sapia OSS. All Rights Reserved.