com.sun.jini.example.basic.ex1.event
Class SrvcAndEvntExpire

java.lang.Object
  extended bycom.sun.jini.example.basic.ex1.event.SrvcAndEvntExpire

public class SrvcAndEvntExpire
extends java.lang.Object


Nested Class Summary
 class SrvcAndEvntExpire.LookupEventListener
          Class which handles ALL events sent by the lookup service Upon the receipt of a ServiceEvent from a lookup service, this class first displays the contents of the handback, then re-registers the service.
 
Constructor Summary
SrvcAndEvntExpire()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SrvcAndEvntExpire

public SrvcAndEvntExpire()
Method Detail

main

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


Copyright © 2003 Sun Microsystems Corp. All Rights Reserved.