|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni com.moesol.tests.com_server.DTestServerEvents.Jni
public static class DTestServerEvents.Jni
Implementation, Java to COM.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni |
---|
IDispatch.Jni.MoeSolInternal |
Nested classes/interfaces inherited from interface com.moesol.tests.com_server.DTestServerEvents |
---|
DTestServerEvents.Disp, DTestServerEvents.Jni |
Field Summary |
---|
Fields inherited from interface com.moesol.tests.com_server.DTestServerEvents |
---|
IID, TYPELIB |
Fields inherited from interface com.moesol.bindings.platform_sdk.component_services.IDispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF |
Constructor Summary | |
---|---|
protected |
DTestServerEvents.Jni()
|
Method Summary | |
---|---|
protected void |
internalOnSetInterface()
Template method to setup apartment thread checking. |
void |
OnEvent()
IDL: [ helpstring("Fired when server serves.") ]
|
void |
OnEventBoolBstrDouble(boolean p0,
String p1,
double p2)
IDL: [ helpstring("method FireEventBoolBstrDouble") ]
|
void |
OnEventsWithBoolRefDateRef(boolean[] p0,
Date[] p1)
IDL: [ helpstring("method OnEventsWithBoolRefDateRef") ]
|
void |
OnEventWithArrayOfByte(short[] p0)
IDL: [ helpstring("method OnEventWithArrayOfByte") ]
|
void |
OnEventWithBoolArrayDateArray(boolean[] p0,
Date[] p1)
IDL: [ helpstring("method OnEventWithBoolArrayDateArray") ]
|
void |
OnEventWithBstrExtraDual(String p0,
IExtraDual p1)
IDL: [ helpstring("method OnEventWithBstrExtraDual") ]
|
void |
OnEventWithByteChar(short p0,
byte p1)
IDL: [ helpstring("method OnEventWithByteChar") ]
|
void |
OnEventWithByteUshortRefs(short[] p0,
char[] p1)
IDL: [ helpstring("method OnEventWithByteUshortRefs") ]
|
void |
OnEventWithCyBstrRefs(long[] p0,
String[] p1)
IDL: [ helpstring("method OnEventWithCyBstrRefs") ]
|
void |
OnEventWithCyDate(long p0,
Date p1)
IDL: [ helpstring("method OnEventWithCyDate") ]
|
void |
OnEventWithExtraDualRef(IExtraDual[] p0)
IDL: [ helpstring("method OnEventWithExtraDualRef") ]
|
void |
OnEventWithFloatArrayDoubleArrayCyArrayBstrArray(float[] p0,
double[] p1,
long[] p2,
String[] p3)
IDL: [ helpstring("method OnEventWithFloatArrayDoubleArrayCyArrayBstrArray") ]
|
void |
OnEventWithFloatDoubleRefs(float[] p0,
double[] p1)
IDL: [ helpstring("method OnEventWithFloatDoubleRefs") ]
|
void |
OnEventWithFloatShort(float p0,
short p1)
IDL: [ helpstring("method OnEventWithFloatLongLongShort") ]
|
void |
OnEventWithIntCharRefs(int[] p0,
byte[] p1)
IDL: [ helpstring("method OnEventWithIntCharRefs") ]
|
void |
OnEventWithLong(int p0)
IDL: [ helpstring("method OnEventWithLong") ]
|
void |
OnEventWithLongLong(int p0,
int p1)
IDL: [ helpstring("method OnEventWithLongLong") ]
|
void |
OnEventWithScode(int p0)
IDL: [ helpstring("method OnEventWithScodeDecimal") ]
|
void |
OnEventWithScodeRef(int[] p0)
IDL: [ helpstring("method OnEventWithScodeRef") ]
|
void |
OnEventWithShortLongRefs(short[] p0,
int[] p1)
IDL: [ helpstring("method OnEventWithShortLongRefs") ]
|
void |
OnEventWithUintArrayIntArrayCharArrayShortArrayLongArray(long[] p0,
int[] p1,
byte[] p2,
short[] p3,
int[] p4)
IDL: [ helpstring("method OnEventWithUintArrayIntArrayCharArrayShortArrayLongArray") ]
|
void |
OnEventWithUintInt(long p0,
int p1)
IDL: [ helpstring("method OnEventWithUintInt") ]
|
void |
OnEventWithUlongArray(long[] p0)
IDL: [ helpstring("method OnEventWithUlongArray") ]
|
void |
OnEventWithUlongUintRefs(long[] p0,
long[] p1)
IDL: [ helpstring("method OnEventWithUlongUintRefs") ]
|
void |
OnEventWithUshortArray(char[] p0)
IDL: [ helpstring("method OnEventWithUshortArray") ]
|
void |
OnEventWithUshortUlong(char p0,
long p1)
IDL: [ helpstring("method OnEventWithUshortUlong") ]
|
void |
OnEventWithVariantArray(Object[] p0)
IDL: [ helpstring("method OnEventWithExtraDualArray") ]
|
void |
OnEventWithVariantRef(Object[] p0)
IDL: [ helpstring("method OnEventWithVariantVariantRef") ]
|
Methods inherited from class com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni |
---|
Invoke |
Methods inherited from class com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni |
---|
equals, finalize, hashCode, QueryInterface, QueryInterface, Release, toString |
Methods inherited from class java.lang.Object |
---|
clone, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.moesol.bindings.platform_sdk.component_services.IUnknown |
---|
QueryInterface, QueryInterface, Release |
Constructor Detail |
---|
protected DTestServerEvents.Jni()
Method Detail |
---|
protected void internalOnSetInterface()
IUnknown.Jni
internalOnSetInterface
in class IUnknown.Jni
public void OnEvent()
DTestServerEvents
IDL: [ helpstring("Fired when server serves.") ]
OnEvent
in interface DTestServerEvents
public void OnEventWithLong(int p0)
DTestServerEvents
IDL: [ helpstring("method OnEventWithLong") ]
OnEventWithLong
in interface DTestServerEvents
p0
- IDL: [in] LONG
public void OnEventWithLongLong(int p0, int p1)
DTestServerEvents
IDL: [ helpstring("method OnEventWithLongLong") ]
OnEventWithLongLong
in interface DTestServerEvents
p0
- IDL: [in] LONG
p1
- IDL: [in] LONG
public void OnEventBoolBstrDouble(boolean p0, String p1, double p2)
DTestServerEvents
IDL: [ helpstring("method FireEventBoolBstrDouble") ]
OnEventBoolBstrDouble
in interface DTestServerEvents
p0
- IDL: [in] VARIANT_BOOL
p1
- IDL: [in] BSTR
p2
- IDL: [in] DOUBLE
public void OnEventWithBstrExtraDual(String p0, IExtraDual p1)
DTestServerEvents
IDL: [ helpstring("method OnEventWithBstrExtraDual") ]
OnEventWithBstrExtraDual
in interface DTestServerEvents
p0
- IDL: [in] BSTR
p1
- IDL: [in] IExtraDual*
public void OnEventWithByteChar(short p0, byte p1)
DTestServerEvents
IDL: [ helpstring("method OnEventWithByteChar") ]
OnEventWithByteChar
in interface DTestServerEvents
p0
- IDL: [in] BYTE
p1
- IDL: [in] CHAR
public void OnEventWithCyDate(long p0, Date p1)
DTestServerEvents
IDL: [ helpstring("method OnEventWithCyDate") ]
OnEventWithCyDate
in interface DTestServerEvents
p0
- IDL: [in] CY
p1
- IDL: [in] DATE
public void OnEventWithFloatShort(float p0, short p1)
DTestServerEvents
IDL: [ helpstring("method OnEventWithFloatLongLongShort") ]
OnEventWithFloatShort
in interface DTestServerEvents
p0
- IDL: [in] FLOAT
p1
- IDL: [in] SHORT
public void OnEventWithUshortUlong(char p0, long p1)
DTestServerEvents
IDL: [ helpstring("method OnEventWithUshortUlong") ]
OnEventWithUshortUlong
in interface DTestServerEvents
p0
- IDL: [in] USHORT
p1
- IDL: [in] ULONG
public void OnEventWithUintInt(long p0, int p1)
DTestServerEvents
IDL: [ helpstring("method OnEventWithUintInt") ]
OnEventWithUintInt
in interface DTestServerEvents
p0
- IDL: [in] UINT
p1
- IDL: [in] INT
public void OnEventWithScode(int p0)
DTestServerEvents
IDL: [ helpstring("method OnEventWithScodeDecimal") ]
OnEventWithScode
in interface DTestServerEvents
p0
- IDL: [in] SCODE
public void OnEventWithVariantRef(Object[] p0)
DTestServerEvents
IDL: [ helpstring("method OnEventWithVariantVariantRef") ]
OnEventWithVariantRef
in interface DTestServerEvents
p0
- IDL: [in] VARIANT*
public void OnEventWithByteUshortRefs(short[] p0, char[] p1)
DTestServerEvents
IDL: [ helpstring("method OnEventWithByteUshortRefs") ]
OnEventWithByteUshortRefs
in interface DTestServerEvents
p0
- IDL: [in] BYTE*
p1
- IDL: [in] USHORT*
public void OnEventWithUlongUintRefs(long[] p0, long[] p1)
DTestServerEvents
IDL: [ helpstring("method OnEventWithUlongUintRefs") ]
OnEventWithUlongUintRefs
in interface DTestServerEvents
p0
- IDL: [in] ULONG*
p1
- IDL: [in] UINT*
public void OnEventWithIntCharRefs(int[] p0, byte[] p1)
DTestServerEvents
IDL: [ helpstring("method OnEventWithIntCharRefs") ]
OnEventWithIntCharRefs
in interface DTestServerEvents
p0
- IDL: [in] INT*
p1
- IDL: [in] CHAR*
public void OnEventWithShortLongRefs(short[] p0, int[] p1)
DTestServerEvents
IDL: [ helpstring("method OnEventWithShortLongRefs") ]
OnEventWithShortLongRefs
in interface DTestServerEvents
p0
- IDL: [in] SHORT*
p1
- IDL: [in] LONG*
public void OnEventWithFloatDoubleRefs(float[] p0, double[] p1)
DTestServerEvents
IDL: [ helpstring("method OnEventWithFloatDoubleRefs") ]
OnEventWithFloatDoubleRefs
in interface DTestServerEvents
p0
- IDL: [in] FLOAT*
p1
- IDL: [in] DOUBLE*
public void OnEventWithCyBstrRefs(long[] p0, String[] p1)
DTestServerEvents
IDL: [ helpstring("method OnEventWithCyBstrRefs") ]
OnEventWithCyBstrRefs
in interface DTestServerEvents
p0
- IDL: [in] CY*
p1
- IDL: [in] BSTR*
public void OnEventsWithBoolRefDateRef(boolean[] p0, Date[] p1)
DTestServerEvents
IDL: [ helpstring("method OnEventsWithBoolRefDateRef") ]
OnEventsWithBoolRefDateRef
in interface DTestServerEvents
p0
- IDL: [in] VARIANT_BOOL*
p1
- IDL: [in] DATE*
public void OnEventWithScodeRef(int[] p0)
DTestServerEvents
IDL: [ helpstring("method OnEventWithScodeRef") ]
OnEventWithScodeRef
in interface DTestServerEvents
p0
- IDL: [in] SCODE*
public void OnEventWithArrayOfByte(short[] p0)
DTestServerEvents
IDL: [ helpstring("method OnEventWithArrayOfByte") ]
OnEventWithArrayOfByte
in interface DTestServerEvents
p0
- IDL: [in] SAFEARRAY(BYTE)
public void OnEventWithExtraDualRef(IExtraDual[] p0)
DTestServerEvents
IDL: [ helpstring("method OnEventWithExtraDualRef") ]
OnEventWithExtraDualRef
in interface DTestServerEvents
p0
- IDL: [in] IExtraDual**
public void OnEventWithUshortArray(char[] p0)
DTestServerEvents
IDL: [ helpstring("method OnEventWithUshortArray") ]
OnEventWithUshortArray
in interface DTestServerEvents
p0
- IDL: [in] SAFEARRAY(USHORT)
public void OnEventWithUlongArray(long[] p0)
DTestServerEvents
IDL: [ helpstring("method OnEventWithUlongArray") ]
OnEventWithUlongArray
in interface DTestServerEvents
p0
- IDL: [in] SAFEARRAY(ULONG)
public void OnEventWithUintArrayIntArrayCharArrayShortArrayLongArray(long[] p0, int[] p1, byte[] p2, short[] p3, int[] p4)
DTestServerEvents
IDL: [ helpstring("method OnEventWithUintArrayIntArrayCharArrayShortArrayLongArray") ]
OnEventWithUintArrayIntArrayCharArrayShortArrayLongArray
in interface DTestServerEvents
p0
- IDL: [in] SAFEARRAY(UINT)
p1
- IDL: [in] SAFEARRAY(INT)
p2
- IDL: [in] SAFEARRAY(CHAR)
p3
- IDL: [in] SAFEARRAY(SHORT)
p4
- IDL: [in] SAFEARRAY(LONG)
public void OnEventWithFloatArrayDoubleArrayCyArrayBstrArray(float[] p0, double[] p1, long[] p2, String[] p3)
DTestServerEvents
IDL: [ helpstring("method OnEventWithFloatArrayDoubleArrayCyArrayBstrArray") ]
OnEventWithFloatArrayDoubleArrayCyArrayBstrArray
in interface DTestServerEvents
p0
- IDL: [in] SAFEARRAY(FLOAT)
p1
- IDL: [in] SAFEARRAY(DOUBLE)
p2
- IDL: [in] SAFEARRAY(CY)
p3
- IDL: [in] SAFEARRAY(BSTR)
public void OnEventWithBoolArrayDateArray(boolean[] p0, Date[] p1)
DTestServerEvents
IDL: [ helpstring("method OnEventWithBoolArrayDateArray") ]
OnEventWithBoolArrayDateArray
in interface DTestServerEvents
p0
- IDL: [in] SAFEARRAY(VARIANT_BOOL)
p1
- IDL: [in] SAFEARRAY(DATE)
public void OnEventWithVariantArray(Object[] p0)
DTestServerEvents
IDL: [ helpstring("method OnEventWithExtraDualArray") ]
OnEventWithVariantArray
in interface DTestServerEvents
p0
- IDL: [in] SAFEARRAY(VARIANT)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |