org.jsesoft.jse.exchange
Class Connection

java.lang.Object
  |
  +--org.jsesoft.jse.Root
        |
        +--org.jsesoft.jse.jsegl.JseglRoot
              |
              +--org.jsesoft.jse.jsegl.Service
                    |
                    +--org.jsesoft.jse.exchange.Connection

public abstract class Connection
extends Service

Generated: Provides access to C++ class Connection.


JSE C++: Generated at Mon Mar 31 08:05:51 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:51 2003
Author:
JSESoft

Field Summary
protected  int closeHandle
           
protected  int openHandle
           
protected  int processHandle
           
 
Fields inherited from class org.jsesoft.jse.jsegl.Service
logger
 
Fields inherited from class org.jsesoft.jse.jsegl.JseglRoot
messages, resources
 
Constructor Summary
Connection(java.lang.String libname, java.lang.String init)
           
 
Method Summary
 void close(ControlData control, StatusData status, CloseConnectionRequestData request, CloseConnectionResponseData response)
          Generated adapter function for native function.
 void open(ControlData control, StatusData status, OpenConnectionRequestData request, OpenConnectionResponseData response)
          Generated adapter function for native function.
 void process(ControlData control, StatusData status, ProcessConnectionRequestData request, ProcessConnectionResponseData response)
          Generated adapter function for native function.
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.
 
Methods inherited from class org.jsesoft.jse.jsegl.Service
destroy, finalize, isValid, request
 
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 org.jsesoft.jse.Root
decrementNumber, incrementNumber, intFromByteArray, intToByteArray, longFromByteArray, longToByteArray, shortFromByteArray, shortToByteArray
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

openHandle

protected final int openHandle
See Also:
Constant Field Values

closeHandle

protected final int closeHandle
See Also:
Constant Field Values

processHandle

protected final int processHandle
See Also:
Constant Field Values
Constructor Detail

Connection

public Connection(java.lang.String libname,
                  java.lang.String init)
Method Detail

open

public final void open(ControlData control,
                       StatusData status,
                       OpenConnectionRequestData request,
                       OpenConnectionResponseData 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.

close

public final void close(ControlData control,
                        StatusData status,
                        CloseConnectionRequestData request,
                        CloseConnectionResponseData 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.

process

public final void process(ControlData control,
                          StatusData status,
                          ProcessConnectionRequestData request,
                          ProcessConnectionResponseData 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.