Visigenic Server Object Implementation Code
public class CountImpl extends Counter._CountImplBase {
public CountImpl(java.lang.String name) { // Construct a persistent object.
System.out.println("Count Object Created"); }
public CountImpl() { // Construct a transient object
public int increment() { // Implementation of remote operation
public void sum(int val) { // implement attribute writer...
public int sum() { // implement attribute reader...