com.sun.jini.example.basic.ex1.awake
Interface RegRemoteAndRenewLease
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- RegRemoteAndRenewLeaseImpl
- public interface RegRemoteAndRenewLease
- extends java.rmi.Remote
|
Method Summary |
int |
add(int a,
int b)
|
int |
subtract(int a,
int b)
|
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
Copyright © 2003 Sun Microsystems Corp. All Rights Reserved.