com.moesol.tests.disp.com_server
Class AModule

java.lang.Object
  extended by com.moesol.tests.disp.com_server.AModule

public class AModule
extends Object


Field Summary
static long COLOR_FRAME
           
static int TEST_CONST
           
 
Constructor Summary
AModule()
           
 
Method Summary
static double ExportedCall(double x)
          IDL: [ helpstring("Not a rectangle but a square") ]
static int ExportedCall2(int p0, String p1)
          IDL: [ helpstring("") ]
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEST_CONST

public static final int TEST_CONST
See Also:
Constant Field Values

COLOR_FRAME

public static final long COLOR_FRAME
See Also:
Constant Field Values
Constructor Detail

AModule

public AModule()
Method Detail

ExportedCall

public static double ExportedCall(double x)
IDL: [ helpstring("Not a rectangle but a square") ]

Parameters:
x - IDL: [in] DOUBLE
Returns:
IDL: DOUBLE

ExportedCall2

public static int ExportedCall2(int p0,
                                String p1)
IDL: [ helpstring("") ]

Parameters:
p0 - IDL: [in] INT
p1 - IDL: [in] BSTR
Returns:
IDL: INT


Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.