FileDocCategorySizeDatePackage
_TransactionStub.javaAPI DocExample2312Sun Jun 15 15:16:44 BST 1997Examples

_TransactionStub

public class _TransactionStub extends org.omg.CORBA.portable.ObjectImpl implements Examples.Transaction

Fields Summary
public static final org.omg.CORBA.portable.OperationDescriptor[]
__ops
private static String[]
_type_ids
Constructors Summary
public _TransactionStub(org.omg.CORBA.portable.Delegate d)

          super(d);
    
Methods Summary
public java.lang.String[]_get_ids()


        return _type_ids; 
public static org.omg.CORBA.portable.OperationDescriptor[]_get_operations()


        
        return __ops;
    
public doubleamount()

           long   _n[] = new long[1];
           java.lang.Object _o[] = new java.lang.Object[1];
           java.lang.Object _e;
           _e = _invoke(__ops[0], _n, _o);
           return Double.longBitsToDouble(_n[0]);
    
public booleanisDebit()

           long   _n[] = new long[1];
           java.lang.Object _o[] = new java.lang.Object[1];
           java.lang.Object _e;
           _e = _invoke(__ops[1], _n, _o);
           return (_n[0] == 0) ? false : true;