package CF.jni; public class _PropertyEmitterStub extends omnijni.ObjectImpl implements CF.PropertyEmitter { public _PropertyEmitterStub () { } protected _PropertyEmitterStub (long ref) { super(ref); } public void configure (CF.DataType[] configProperties) { configure(this.ref_, configProperties); } private static native void configure (long __ref__, CF.DataType[] configProperties); public void query (CF.PropertiesHolder configProperties) { query(this.ref_, configProperties); } private static native void query (long __ref__, CF.PropertiesHolder configProperties); public void initializeProperties (CF.DataType[] initialProperties) { initializeProperties(this.ref_, initialProperties); } private static native void initializeProperties (long __ref__, CF.DataType[] initialProperties); public String registerPropertyListener (org.omg.CORBA.Object obj, String[] prop_ids, float interval) { return registerPropertyListener(this.ref_, obj, prop_ids, interval); } private static native String registerPropertyListener (long __ref__, org.omg.CORBA.Object obj, String[] prop_ids, float interval); public void unregisterPropertyListener (String id) { unregisterPropertyListener(this.ref_, id); } private static native void unregisterPropertyListener (long __ref__, String id); private static String __ids[] = { "IDL:CF/PropertyEmitter:1.0", "IDL:CF/PropertySet:1.0", }; public String[] _ids () { return (String[])__ids.clone(); } static { System.loadLibrary("ossiecfjni"); } protected native long _get_object_ref(long ref); protected native long _narrow_object_ref(long ref); }