classUtils.javassist.sample.rmi
Class Counter

java.lang.Object
  extended by classUtils.javassist.sample.rmi.Counter

public class Counter
extends java.lang.Object


Constructor Summary
Counter()
           
 
Method Summary
 int get()
           
 int increase()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Counter

public Counter()
Method Detail

get

public int get()

increase

public int increase()

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException,
                        NotFoundException,
                        CannotCompileException
Throws:
java.io.IOException
NotFoundException
CannotCompileException