org.sapia.ubik.rmi.examples
Class JndiDiscoListenerEg

java.lang.Object
  extended by org.sapia.ubik.rmi.examples.JndiDiscoListenerEg
All Implemented Interfaces:
JndiDiscoListener

public class JndiDiscoListenerEg
extends java.lang.Object
implements JndiDiscoListener

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
JndiDiscoListenerEg()
          Constructor for ServiceDiscoListenerExample.
 
Method Summary
static void main(java.lang.String[] args)
           
 void onJndiDiscovered(javax.naming.Context ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JndiDiscoListenerEg

public JndiDiscoListenerEg()
Constructor for ServiceDiscoListenerExample.

Method Detail

onJndiDiscovered

public void onJndiDiscovered(javax.naming.Context ctx)
Specified by:
onJndiDiscovered in interface JndiDiscoListener
See Also:
JndiDiscoListener.onJndiDiscovered(Context)

main

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


Copyright © 2010 Sapia OSS. All Rights Reserved.