// // Auto-generated using JActiveX.EXE 5.00.3165 // (jactivex /javatlb /d d:\packages TheServer.exe) // // WARNING: Do not remove the comments that include "@com" directives. // This source file must be compiled by a @com-aware compiler. // If you are using the Microsoft Visual J++ compiler, you must use // version 1.02.3920 or later. Previous versions will not issue an error // but will not generate COM-enabled class files. // package theserver; import com.ms.com.*; import com.ms.com.IUnknown; import com.ms.com.Variant; // Dual interface ITheServerComObject /** @com.interface(iid=198C064D-B949-11D2-8902-000000000000, thread=AUTO, type=DUAL) */ public interface ITheServerComObject extends IUnknown { /** @com.method(vtoffset=4, dispid=1610743808, type=METHOD, name="HelloWorld") @com.parameters() */ public void HelloWorld(); /** @com.method(vtoffset=5, dispid=1610743809, type=METHOD, name="AcceptNewValue") @com.parameters([in,type=I4] lNewValue, [type=I4] return) */ public int AcceptNewValue(int lNewValue); public static final com.ms.com._Guid iid = new com.ms.com._Guid((int)0x198c064d, (short)0xb949, (short)0x11d2, (byte)0x89, (byte)0x2, (byte)0x0, (byte)0x0, (byte)0x0, (byte)0x0, (byte)0x0, (byte)0x0); }