org.sapia.ubik.rmi.examples
Class ServiceDiscoListenerEg

java.lang.Object
  extended by org.sapia.ubik.rmi.examples.ServiceDiscoListenerEg
All Implemented Interfaces:
ServiceDiscoListener

public class ServiceDiscoListenerEg
extends java.lang.Object
implements ServiceDiscoListener

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

Constructor Summary
ServiceDiscoListenerEg()
          Constructor for ServiceDiscoListenerExample.
 
Method Summary
static void main(java.lang.String[] args)
           
 void onServiceDiscovered(ServiceDiscoveryEvent evt)
          Called when a new service is bound to the distributed JNDI tree.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceDiscoListenerEg

public ServiceDiscoListenerEg()
Constructor for ServiceDiscoListenerExample.

Method Detail

onServiceDiscovered

public void onServiceDiscovered(ServiceDiscoveryEvent evt)
Description copied from interface: ServiceDiscoListener
Called when a new service is bound to the distributed JNDI tree.

Specified by:
onServiceDiscovered in interface ServiceDiscoListener
Parameters:
evt - a ServiceDiscoveryEvent.
See Also:
ServiceDiscoListener.onServiceDiscovered(ServiceDiscoveryEvent)

main

public static void main(java.lang.String[] args)


Copyright © 2010 Sapia OSS. All Rights Reserved.