com.sun.jini.example.basic.ex1.misc
Class TestService

java.lang.Object
  extended bycom.sun.jini.example.basic.ex1.misc.TestService
All Implemented Interfaces:
java.io.Serializable

public class TestService
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
TestService(int i)
           
 
Method Summary
 void displayValue()
           
 boolean equals(java.lang.Object obj)
           
 void sayHello()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestService

public TestService(int i)
Method Detail

sayHello

public void sayHello()

displayValue

public void displayValue()

equals

public boolean equals(java.lang.Object obj)


Copyright © 2003 Sun Microsystems Corp. All Rights Reserved.