Interface java.rmi.examples.counter.Counter
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface java.rmi.examples.counter.Counter

public interface Counter
extends Object
extends Remote

Method Index

 o inc()
 o noop()
 o reset()

Methods

 o noop
  public abstract void noop() throws RemoteException
 o inc
  public abstract int inc() throws RemoteException
 o reset
  public abstract int reset() throws RemoteException

All Packages  Class Hierarchy  This Package  Previous  Next  Index