|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DTestServerEvents
IDL: [ helpstring(""), dispatchable ] interface
| Nested Class Summary | |
|---|---|
static class |
DTestServerEvents.Disp
Implementation, COM to Java. |
static class |
DTestServerEvents.Jni
Implementation, Java to COM. |
| Field Summary | |
|---|---|
static GUID |
IID
IDL: [uuid(F3AD22A4-DEB3-45E5-972F-5A460109F09F)] |
static Class |
TYPELIB
|
| Fields inherited from interface com.moesol.bindings.platform_sdk.component_services.IDispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF |
| Method Summary | |
|---|---|
void |
OnEvent()
IDL: [ helpstring("Fired when server serves.") ] |
void |
OnEventBoolBstrDouble(boolean aBool,
String aBstr,
double aDouble)
IDL: [ helpstring("method FireEventBoolBstrDouble") ] |
void |
OnEventsWithBoolRefDateRef(boolean[] aBoolRef,
Date[] aDateRef)
IDL: [ helpstring("method OnEventsWithBoolRefDateRef") ] |
void |
OnEventWithArrayOfByte(short[] aByteArray)
IDL: [ helpstring("method OnEventWithArrayOfByte") ] |
void |
OnEventWithBoolArrayDateArray(boolean[] aBoolArray,
Date[] aDateArray)
IDL: [ helpstring("method OnEventWithBoolArrayDateArray") ] |
void |
OnEventWithBstrExtraDual(String aBstr,
IExtraDual aExtraDual)
IDL: [ helpstring("method OnEventWithBstrExtraDual") ] |
void |
OnEventWithByteChar(short aByte,
byte aChar)
IDL: [ helpstring("method OnEventWithByteChar") ] |
void |
OnEventWithByteUshortRefs(short[] aByteRef,
char[] aUshortRef)
IDL: [ helpstring("method OnEventWithByteUshortRefs") ] |
void |
OnEventWithCyBstrRefs(long[] aCyRef,
String[] aBstrRef)
IDL: [ helpstring("method OnEventWithCyBstrRefs") ] |
void |
OnEventWithCyDate(long aCy,
Date aDate)
IDL: [ helpstring("method OnEventWithCyDate") ] |
void |
OnEventWithExtraDualRef(IExtraDual[] aExtraDualRef)
IDL: [ helpstring("method OnEventWithExtraDualRef") ] |
void |
OnEventWithFloatArrayDoubleArrayCyArrayBstrArray(float[] aFloatArray,
double[] aDoubleArray,
long[] aCyArray,
String[] aBstrArray)
IDL: [ helpstring("method OnEventWithFloatArrayDoubleArrayCyArrayBstrArray") ] |
void |
OnEventWithFloatDoubleRefs(float[] aFloatRef,
double[] aDoubleRef)
IDL: [ helpstring("method OnEventWithFloatDoubleRefs") ] |
void |
OnEventWithFloatShort(float aFloat,
short aShort)
IDL: [ helpstring("method OnEventWithFloatLongLongShort") ] |
void |
OnEventWithIntCharRefs(int[] aIntRef,
byte[] aCharRef)
IDL: [ helpstring("method OnEventWithIntCharRefs") ] |
void |
OnEventWithLong(int aLong)
IDL: [ helpstring("method OnEventWithLong") ] |
void |
OnEventWithLongLong(int aLong,
int aSecondLong)
IDL: [ helpstring("method OnEventWithLongLong") ] |
void |
OnEventWithScode(int aScode)
IDL: [ helpstring("method OnEventWithScodeDecimal") ] |
void |
OnEventWithScodeRef(int[] aScodeRef)
IDL: [ helpstring("method OnEventWithScodeRef") ] |
void |
OnEventWithShortLongRefs(short[] aShortRef,
int[] aLongRef)
IDL: [ helpstring("method OnEventWithShortLongRefs") ] |
void |
OnEventWithUintArrayIntArrayCharArrayShortArrayLongArray(long[] aUintArray,
int[] aIntArray,
byte[] aCharArray,
short[] aShortArray,
int[] aLongArray)
IDL: [ helpstring("method OnEventWithUintArrayIntArrayCharArrayShortArrayLongArray") ] |
void |
OnEventWithUintInt(long aUint,
int aInt)
IDL: [ helpstring("method OnEventWithUintInt") ] |
void |
OnEventWithUlongArray(long[] aUlongArray)
IDL: [ helpstring("method OnEventWithUlongArray") ] |
void |
OnEventWithUlongUintRefs(long[] aUlongRef,
long[] aUintRef)
IDL: [ helpstring("method OnEventWithUlongUintRefs") ] |
void |
OnEventWithUshortArray(char[] aUshortArray)
IDL: [ helpstring("method OnEventWithUshortArray") ] |
void |
OnEventWithUshortUlong(char aUshort,
long aUlong)
IDL: [ helpstring("method OnEventWithUshortUlong") ] |
void |
OnEventWithVariantArray(Object[] aVariantArray)
IDL: [ helpstring("method OnEventWithExtraDualArray") ] |
void |
OnEventWithVariantRef(Object[] aVariantRef)
IDL: [ helpstring("method OnEventWithVariantVariantRef") ] |
| Methods inherited from interface com.moesol.bindings.platform_sdk.component_services.IUnknown |
|---|
QueryInterface, QueryInterface, Release |
| Field Detail |
|---|
static final Class TYPELIB
static final GUID IID
IDL: [uuid(F3AD22A4-DEB3-45E5-972F-5A460109F09F)]
| Method Detail |
|---|
void OnEvent()
IDL: [ helpstring("Fired when server serves.") ]
void OnEventWithLong(int aLong)
IDL: [ helpstring("method OnEventWithLong") ]
aLong - IDL: [in] LONG
void OnEventWithLongLong(int aLong,
int aSecondLong)
IDL: [ helpstring("method OnEventWithLongLong") ]
aLong - IDL: [in] LONGaSecondLong - IDL: [in] LONG
void OnEventBoolBstrDouble(boolean aBool,
String aBstr,
double aDouble)
IDL: [ helpstring("method FireEventBoolBstrDouble") ]
aBool - IDL: [in] VARIANT_BOOLaBstr - IDL: [in] BSTRaDouble - IDL: [in] DOUBLE
void OnEventWithBstrExtraDual(String aBstr,
IExtraDual aExtraDual)
IDL: [ helpstring("method OnEventWithBstrExtraDual") ]
aBstr - IDL: [in] BSTRaExtraDual - IDL: [in] IExtraDual*
void OnEventWithByteChar(short aByte,
byte aChar)
IDL: [ helpstring("method OnEventWithByteChar") ]
aByte - IDL: [in] BYTEaChar - IDL: [in] CHAR
void OnEventWithCyDate(long aCy,
Date aDate)
IDL: [ helpstring("method OnEventWithCyDate") ]
aCy - IDL: [in] CYaDate - IDL: [in] DATE
void OnEventWithFloatShort(float aFloat,
short aShort)
IDL: [ helpstring("method OnEventWithFloatLongLongShort") ]
aFloat - IDL: [in] FLOATaShort - IDL: [in] SHORT
void OnEventWithUshortUlong(char aUshort,
long aUlong)
IDL: [ helpstring("method OnEventWithUshortUlong") ]
aUshort - IDL: [in] USHORTaUlong - IDL: [in] ULONG
void OnEventWithUintInt(long aUint,
int aInt)
IDL: [ helpstring("method OnEventWithUintInt") ]
aUint - IDL: [in] UINTaInt - IDL: [in] INTvoid OnEventWithScode(int aScode)
IDL: [ helpstring("method OnEventWithScodeDecimal") ]
aScode - IDL: [in] SCODEvoid OnEventWithVariantRef(Object[] aVariantRef)
IDL: [ helpstring("method OnEventWithVariantVariantRef") ]
aVariantRef - IDL: [in] VARIANT*
void OnEventWithByteUshortRefs(short[] aByteRef,
char[] aUshortRef)
IDL: [ helpstring("method OnEventWithByteUshortRefs") ]
aByteRef - IDL: [in] BYTE*aUshortRef - IDL: [in] USHORT*
void OnEventWithUlongUintRefs(long[] aUlongRef,
long[] aUintRef)
IDL: [ helpstring("method OnEventWithUlongUintRefs") ]
aUlongRef - IDL: [in] ULONG*aUintRef - IDL: [in] UINT*
void OnEventWithIntCharRefs(int[] aIntRef,
byte[] aCharRef)
IDL: [ helpstring("method OnEventWithIntCharRefs") ]
aIntRef - IDL: [in] INT*aCharRef - IDL: [in] CHAR*
void OnEventWithShortLongRefs(short[] aShortRef,
int[] aLongRef)
IDL: [ helpstring("method OnEventWithShortLongRefs") ]
aShortRef - IDL: [in] SHORT*aLongRef - IDL: [in] LONG*
void OnEventWithFloatDoubleRefs(float[] aFloatRef,
double[] aDoubleRef)
IDL: [ helpstring("method OnEventWithFloatDoubleRefs") ]
aFloatRef - IDL: [in] FLOAT*aDoubleRef - IDL: [in] DOUBLE*
void OnEventWithCyBstrRefs(long[] aCyRef,
String[] aBstrRef)
IDL: [ helpstring("method OnEventWithCyBstrRefs") ]
aCyRef - IDL: [in] CY*aBstrRef - IDL: [in] BSTR*
void OnEventsWithBoolRefDateRef(boolean[] aBoolRef,
Date[] aDateRef)
IDL: [ helpstring("method OnEventsWithBoolRefDateRef") ]
aBoolRef - IDL: [in] VARIANT_BOOL*aDateRef - IDL: [in] DATE*void OnEventWithScodeRef(int[] aScodeRef)
IDL: [ helpstring("method OnEventWithScodeRef") ]
aScodeRef - IDL: [in] SCODE*void OnEventWithArrayOfByte(short[] aByteArray)
IDL: [ helpstring("method OnEventWithArrayOfByte") ]
aByteArray - IDL: [in] SAFEARRAY(BYTE)void OnEventWithExtraDualRef(IExtraDual[] aExtraDualRef)
IDL: [ helpstring("method OnEventWithExtraDualRef") ]
aExtraDualRef - IDL: [in] IExtraDual**void OnEventWithUshortArray(char[] aUshortArray)
IDL: [ helpstring("method OnEventWithUshortArray") ]
aUshortArray - IDL: [in] SAFEARRAY(USHORT)void OnEventWithUlongArray(long[] aUlongArray)
IDL: [ helpstring("method OnEventWithUlongArray") ]
aUlongArray - IDL: [in] SAFEARRAY(ULONG)
void OnEventWithUintArrayIntArrayCharArrayShortArrayLongArray(long[] aUintArray,
int[] aIntArray,
byte[] aCharArray,
short[] aShortArray,
int[] aLongArray)
IDL: [ helpstring("method OnEventWithUintArrayIntArrayCharArrayShortArrayLongArray") ]
aUintArray - IDL: [in] SAFEARRAY(UINT)aIntArray - IDL: [in] SAFEARRAY(INT)aCharArray - IDL: [in] SAFEARRAY(CHAR)aShortArray - IDL: [in] SAFEARRAY(SHORT)aLongArray - IDL: [in] SAFEARRAY(LONG)
void OnEventWithFloatArrayDoubleArrayCyArrayBstrArray(float[] aFloatArray,
double[] aDoubleArray,
long[] aCyArray,
String[] aBstrArray)
IDL: [ helpstring("method OnEventWithFloatArrayDoubleArrayCyArrayBstrArray") ]
aFloatArray - IDL: [in] SAFEARRAY(FLOAT)aDoubleArray - IDL: [in] SAFEARRAY(DOUBLE)aCyArray - IDL: [in] SAFEARRAY(CY)aBstrArray - IDL: [in] SAFEARRAY(BSTR)
void OnEventWithBoolArrayDateArray(boolean[] aBoolArray,
Date[] aDateArray)
IDL: [ helpstring("method OnEventWithBoolArrayDateArray") ]
aBoolArray - IDL: [in] SAFEARRAY(VARIANT_BOOL)aDateArray - IDL: [in] SAFEARRAY(DATE)void OnEventWithVariantArray(Object[] aVariantArray)
IDL: [ helpstring("method OnEventWithExtraDualArray") ]
aVariantArray - IDL: [in] SAFEARRAY(VARIANT)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||