Mozilla/mozilla/java/xpcom/test/basic/params/X2JIN/java/iX2JINServerTestComponent.java
idk%eng.sun.com 6e4a0fdecc *not part of the build*
fix for 80938
a = avm@sparc.spb.su
    ovk@sparc.spb.su
    sva@sparc.spb.su

Tests for blackConnect


git-svn-id: svn://10.0.0.236/trunk@95860 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-24 05:22:13 +00:00

100 lines
3.1 KiB
Java

/*
* ************* DO NOT EDIT THIS FILE ***********
*
* This file was automatically generated from iX2JINServerTestComponent.idl.
*/
package org.mozilla.xpcom;
/**
* Interface iX2JINServerTestComponent
*
* IID: 0x9f3e8810-9092-11d4-9d38-00a024a8bb88
*/
public interface iX2JINServerTestComponent extends nsISupports
{
public static final IID IID =
new IID("9f3e8810-9092-11d4-9d38-00a024a8bb88");
/* void setTestLocation (in string testLocation, in string logLocation); */
public void setTestLocation(String testLocation, String logLocation);
/* void flush (in string name); */
public void flush(String name);
/* void testShort (in short i); */
public void testShort(short i);
/* void testLong (in long i); */
public void testLong(int i);
/* void testLonglong (in long long i); */
public void testLonglong(long i);
/* void testByte (in octet i); */
public void testByte(byte i);
/* void testUShort (in unsigned short i); */
public void testUShort(short i);
/* void testULong (in unsigned long i); */
public void testULong(int i);
/* void testULonglong (in unsigned long long i); */
public void testULonglong(long i);
/* void testFloat (in float i); */
public void testFloat(float i);
/* void testDouble (in double i); */
public void testDouble(double i);
/* void testBoolean (in boolean i); */
public void testBoolean(boolean i);
/* void testChar (in char i); */
public void testChar(char i);
/* void testWChar (in wchar i); */
public void testWChar(char i);
/* void TestString (in string i); */
public void testString(String i);
/* void TestWString (in wstring i); */
public void testWString(String i);
/* void testStringArray (in unsigned long count, [array, size_is (count)] in string stringArray); */
public void testStringArray(int count, String[] stringArray);
/* void testLongArray (in unsigned long count, [array, size_is (count)] in long intArray); */
public void testLongArray(int count, int[] intArray);
/* void testCharArray (in unsigned long count, [array, size_is (count)] in char charArray); */
public void testCharArray(int count, char[] charArray);
/* void testMixed (in boolean bBool, in char cChar, in octet nByte, in short nShort, in unsigned short nUShort, in long nLong, in unsigned long nULong, in long long nHyper, in unsigned long long nUHyper, in float fFloat, in double fDouble, in string aString, in unsigned long count, [array, size_is (count)] in long intArray); */
public void testMixed(boolean bBool, char cChar, byte nByte, short nShort, short nUShort, int nLong, int nULong, long nHyper, long nUHyper, float fFloat, double fDouble, String aString, int count, int[] intArray);
/* void testObject (in iX2JINServerTestComponent obj); */
public void testObject(iX2JINServerTestComponent obj);
/* void testObj (); */
public void testObj();
/* void testIID (in nsIIDRef iid); */
public void testIID(IID iid);
/* void testCID (in nsCIDRef cid); */
public void testCID(CID cid);
}
/*
* end
*/