package Counter; |
public class _st_Count extends CORBA.Stub |
implements Count { |
public int increment() { |
CORBA.IOStream _stream = this._create_request("increment",true); |
_invoke(_stream,true); |
int _result = _stream.read_int(); |
return _result; |
} |
public int sum() { ... } |
Note: This code is created automatically by |
IDL->Java pre-compiler from the IDL spec |