com.sun.jini.example.basic.ex1.awake
Interface RegRemoteUseJoinMgr

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
RegRemoteUseJoinMgrImpl

public interface RegRemoteUseJoinMgr
extends java.rmi.Remote


Method Summary
 int add(int a, int b)
           
 double multiply(double a, double b)
           
 int subtract(int a, int b)
           
 

Method Detail

add

public int add(int a,
               int b)
        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

subtract

public int subtract(int a,
                    int b)
             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

multiply

public double multiply(double a,
                       double b)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException


Copyright © 2003 Sun Microsystems Corp. All Rights Reserved.