package Counter; |
public class _example_Count extends Counter._CountImplBase { |
/** Construct a persistently named object. */ |
public _example_Count(java.lang.String name) { |
super(name); |
} |
/** Construct a transient object. */ |
public _example_Count() { |
super(); |
} |
Note: This code is generated by IDL->Java pre-compiler and needs to be |
completed by the developer (by implementing the indicated methods) |