com.sun.jini.example.basic.ex1.awake
Class RegRemoteAndStayUpImpl

java.lang.Object
  extended bycom.sun.jini.example.basic.ex1.awake.RegRemoteAndStayUpImpl
All Implemented Interfaces:
RegRemoteAndStayUp, java.rmi.Remote

public class RegRemoteAndStayUpImpl
extends java.lang.Object
implements RegRemoteAndStayUp


Constructor Summary
RegRemoteAndStayUpImpl()
           
 
Method Summary
 int add(int a, int b)
           
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

RegRemoteAndStayUpImpl

public RegRemoteAndStayUpImpl()
                       throws java.rmi.RemoteException
Method Detail

add

public int add(int a,
               int b)
Specified by:
add in interface RegRemoteAndStayUp

main

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


Copyright © 2003 Sun Microsystems Corp. All Rights Reserved.