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

Class java.rmi.examples.counter.CounterRemote

java.lang.Object
   |
   +----java.rmi.examples.counter.CounterLocal
           |
           +----java.rmi.examples.counter.CounterRemote

public class CounterRemote
extends CounterLocal
implements Counter

Constructor Index

 o CounterRemote()
Construct a new CounterRemote and export it

Method Index

 o main(String[])

Constructors

 o CounterRemote
  public CounterRemote() throws RemoteException
Construct a new CounterRemote and export it

Methods

 o main
  public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index