// // Auto-generated using JActiveX.EXE 5.00.3165 // (jactivex /javatlb /d d:\packages HelloServer.tlb) // // 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 helloserver; import com.ms.com.*; import com.ms.com.IUnknown; import com.ms.com.Variant; // Dual interface IComHelloServer /** @com.interface(iid=30A59B60-D368-11D2-890B-000000000000, thread=AUTO, type=DUAL) */ public interface IComHelloServer extends IUnknown { /** @com.method(vtoffset=4, dispid=1610743808, type=METHOD, name="HelloWorld") @com.parameters([type=STRING] return) */ public String HelloWorld(); public static final com.ms.com._Guid iid = new com.ms.com._Guid((int)0x30a59b60, (short)0xd368, (short)0x11d2, (byte)0x89, (byte)0xb, (byte)0x0, (byte)0x0, (byte)0x0, (byte)0x0, (byte)0x0, (byte)0x0); }