com.ibm.redback.redbeans
Class RgwJni

java.lang.Object
  |
  +--com.ibm.redback.redbeans.RgwJni

public class RgwJni
extends java.lang.Object


Constructor Summary
RgwJni(java.lang.String account)
          rgwOpen - Creates a new connection instance for the given account.
 
Method Summary
protected  void finalize()
          finalize - This just releases the spider instance handle when the object is destroyed.
 java.lang.String rgwRequest(java.lang.String command, java.lang.String postdata)
          rgwRequest - Send a new request to the gateway.
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RgwJni

public RgwJni(java.lang.String account)
rgwOpen - Creates a new connection instance for the given account.
Method Detail

finalize

protected void finalize()
finalize - This just releases the spider instance handle when the object is destroyed.
Overrides:
finalize in class java.lang.Object

rgwRequest

public java.lang.String rgwRequest(java.lang.String command,
                                   java.lang.String postdata)
rgwRequest - Send a new request to the gateway. Each RgwJni instance is associated with only one RedObject.