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