org.jsesoft.jse.exchange
Class Message
java.lang.Object
|
+--org.jsesoft.jse.Root
|
+--org.jsesoft.jse.jsegl.JseglRoot
|
+--org.jsesoft.jse.jsegl.Service
|
+--org.jsesoft.jse.exchange.Message
- public abstract class Message
- extends Service
Generated: Provides access to C++ class Message.
JSE C++: Generated at Mon Mar 31 08:05:56 2003
using XSLT stylesheet exchange_byte.xsl and source exchange.i v3.01.023
with processor Apache Software Foundation at XSLT version 1
DO NOT TOUCH! All changes get lost next time this class is generated.
- Version:
- Mon Mar 31 08:05:56 2003
- Author:
- JSESoft
Constructor Summary |
Message(java.lang.String libname,
java.lang.String init)
|
Method Summary |
abstract void |
response(ControlData control,
StatusData status,
CallbackData callback)
|
void |
response(int controlSize,
int controlHandle,
int statusSize,
int statusHandle,
int callbackSize,
int callbackHandle,
int contextSize,
int context)
Generated wrapper function for native virtual function. |
void |
send(ControlData control,
StatusData status,
SendMessageRequestData request,
SendMessageResponseData response)
Generated adapter function for native function. |
Methods inherited from class org.jsesoft.jse.jsegl.JseglRoot |
byteArray2Void, byteBuffer2Void, destroyVoid, get__Delegate, getResourceMessage, getResourceMessage, getResourceObject, getResourceString, set__Delegate, setMessageResourceBundle, setPackageResourceBundle, void2ByteArray, void2ByteBuffer |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sendHandle
protected final int sendHandle
- See Also:
- Constant Field Values
Message
public Message(java.lang.String libname,
java.lang.String init)
send
public final void send(ControlData control,
StatusData status,
SendMessageRequestData request,
SendMessageResponseData response)
- Generated adapter function for native function.
- Parameters:
control
- for details see native doc.status
- for details see native doc.request
- for details see native doc.response
- for details see native doc.
response
public abstract void response(ControlData control,
StatusData status,
CallbackData callback)
response
public void response(int controlSize,
int controlHandle,
int statusSize,
int statusHandle,
int callbackSize,
int callbackHandle,
int contextSize,
int context)
- Description copied from class:
Service
- Generated wrapper function for native virtual function.
- Overrides:
response
in class Service
- Parameters:
controlSize
- for details see native doc.controlHandle
- for details see native doc.statusSize
- for details see native doc.statusHandle
- for details see native doc.callbackSize
- for details see native doc.callbackHandle
- for details see native doc.contextSize
- for details see native doc.context
- for details see native doc.