FileDocCategorySizeDatePackage
_TransactionImplBase.javaAPI DocExample2131Sun Jun 15 15:16:42 BST 1997Examples

_TransactionImplBase

public abstract class _TransactionImplBase extends org.omg.CORBA.portable.ObjectImpl implements Examples.Transaction, org.omg.CORBA.portable.Skeleton

Fields Summary
private static org.omg.CORBA.portable.OperationDescriptor[]
_dispatch_table
private static String[]
_type_ids
Constructors Summary
public _TransactionImplBase()

         super(null);
    
Methods Summary
public java.lang.Object_execute(int intf, int op, long[] n, java.lang.Object[] o, org.omg.CORBA.Context ctx)


            return Examples._TransactionImplBase._execute(this, op, n, o, ctx);
    
public static java.lang.Object_execute(Examples.Transaction self, int op, long[] n, java.lang.Object[] o, org.omg.CORBA.Context ctx)


        switch (op) {
           case 0: // Examples.Transaction.amount
                  {
                      double __result = self.amount(
);
                        n[0] = Double.doubleToLongBits(__result);
                  }
                   break;
           case 1: // Examples.Transaction.isDebit
                  {
                      boolean __result = self.isDebit(
);
                        n[0] = (__result) ? 1 : 0;
                  }
                   break;
            default:
              throw new org.omg.CORBA.BAD_OPERATION(0, org.omg.CORBA.CompletionStatus.COMPLETED_MAYBE);
  }
       return null;
    
public org.omg.CORBA.portable.OperationDescriptor[][]_get_dispatch_table()

       _dispatch_table = new org.omg.CORBA.portable.OperationDescriptor[1][0];
       _dispatch_table[0] = Examples._TransactionStub._get_operations();
    
          return _dispatch_table;
    
public java.lang.String[]_get_ids()


        return _type_ids;