package BULKIO.jni; public class _updateSRIStub extends omnijni.ObjectImpl implements BULKIO.updateSRI { public _updateSRIStub () { } protected _updateSRIStub (long ref) { super(ref); } public BULKIO.StreamSRI[] activeSRIs () { return _get_activeSRIs(this.ref_); } private static native BULKIO.StreamSRI[] _get_activeSRIs (long __ref__); public void pushSRI (BULKIO.StreamSRI H) { pushSRI(this.ref_, H); } private static native void pushSRI (long __ref__, BULKIO.StreamSRI H); private static String __ids[] = { "IDL:BULKIO/updateSRI:1.0", }; public String[] _ids () { return (String[])__ids.clone(); } static { System.loadLibrary("bulkiojni"); } protected native long _get_object_ref(long ref); protected native long _narrow_object_ref(long ref); }