FRAMES2API
Class F2ConversionDebug_Stub

java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by java.rmi.server.RemoteStub
          extended by FRAMES2API.F2ConversionDebug_Stub
All Implemented Interfaces:
F2ConversionInterface, java.io.Serializable, java.rmi.Remote

public final class F2ConversionDebug_Stub
extends java.rmi.server.RemoteStub
implements F2ConversionInterface, java.rmi.Remote

See Also:
Serialized Form

Field Summary
private static java.lang.reflect.Method $method_F2AddMeasure_0
           
private static java.lang.reflect.Method $method_F2AddUnit_1
           
private static java.lang.reflect.Method $method_F2DeleteMeasure_2
           
private static java.lang.reflect.Method $method_F2DeleteUnit_3
           
private static java.lang.reflect.Method $method_F2GetBaseUnit_4
           
private static java.lang.reflect.Method $method_F2GetConversion_5
           
private static java.lang.reflect.Method $method_F2GetMeasure_6
           
private static java.lang.reflect.Method $method_F2GetMeasureHandle_7
           
private static java.lang.reflect.Method $method_F2GetUnit_8
           
private static java.lang.reflect.Method $method_F2GetUnitFactor_9
           
private static java.lang.reflect.Method $method_F2GetUnitHandle_10
           
private static java.lang.reflect.Method $method_F2GetUnitOffset_11
           
private static java.lang.reflect.Method $method_F2MeasureCount_12
           
private static java.lang.reflect.Method $method_F2SetUnitFactor_13
           
private static java.lang.reflect.Method $method_F2SetUnitOffset_14
           
private static java.lang.reflect.Method $method_F2UnitsCount_15
           
private static java.lang.reflect.Method $method_MeasureAddUnit_16
           
private static java.lang.reflect.Method $method_MeasureDeleteUnit_17
           
private static java.lang.reflect.Method $method_MeasureGetBaseUnit_18
           
private static java.lang.reflect.Method $method_MeasureGetHandle_19
           
private static java.lang.reflect.Method $method_MeasureGetIndex_20
           
private static java.lang.reflect.Method $method_MeasureGetName_21
           
private static java.lang.reflect.Method $method_MeasuresAdd_23
           
private static java.lang.reflect.Method $method_MeasuresCount_24
           
private static java.lang.reflect.Method $method_MeasuresDelete_25
           
private static java.lang.reflect.Method $method_MeasureUnitCount_22
           
private static java.lang.reflect.Method $method_UnitGetConversion_26
           
private static java.lang.reflect.Method $method_UnitGetFactor_27
           
private static java.lang.reflect.Method $method_UnitGetHandle_28
           
private static java.lang.reflect.Method $method_UnitGetIndex_29
           
private static java.lang.reflect.Method $method_UnitGetName_30
           
private static java.lang.reflect.Method $method_UnitGetOffset_31
           
private static java.lang.reflect.Method $method_UnitSetFactor_32
           
private static java.lang.reflect.Method $method_UnitSetOffset_33
           
private static long serialVersionUID
           
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
F2ConversionDebug_Stub(java.rmi.server.RemoteRef ref)
           
 
Method Summary
 long F2AddMeasure(java.lang.String $param_String_1, java.lang.String $param_String_2)
           
 long F2AddUnit(long $param_long_1, java.lang.String $param_String_2)
           
 void F2DeleteMeasure(long $param_long_1)
           
 void F2DeleteUnit(long $param_long_1, long $param_long_2)
           
 java.lang.String F2GetBaseUnit(long $param_long_1)
           
 double F2GetConversion(long $param_long_1, double $param_double_2, java.lang.String $param_String_3, java.lang.String $param_String_4)
           
 java.lang.String F2GetMeasure(long $param_long_1)
           
 long F2GetMeasureHandle(java.lang.String $param_String_1)
           
 java.lang.String F2GetUnit(long $param_long_1, long $param_long_2)
           
 double F2GetUnitFactor(long $param_long_1, long $param_long_2)
           
 long F2GetUnitHandle(long $param_long_1, java.lang.String $param_String_2)
           
 double F2GetUnitOffset(long $param_long_1, long $param_long_2)
           
 int F2MeasureCount()
           
 void F2SetUnitFactor(long $param_long_1, long $param_long_2, double $param_double_3)
           
 void F2SetUnitOffset(long $param_long_1, long $param_long_2, double $param_double_3)
           
 int F2UnitsCount(long $param_long_1)
           
 int MeasureAddUnit(long $param_long_1, java.lang.String $param_String_2)
           
 void MeasureDeleteUnit(long $param_long_1, long $param_long_2)
           
 java.lang.String MeasureGetBaseUnit(long $param_long_1)
           
 long MeasureGetHandle(java.lang.String $param_String_1)
           
 int MeasureGetIndex(java.lang.String $param_String_1)
           
 java.lang.String MeasureGetName(long $param_long_1)
           
 int MeasuresAdd(java.lang.String $param_String_1, java.lang.String $param_String_2)
           
 int MeasuresCount()
           
 void MeasuresDelete(long $param_long_1)
           
 int MeasureUnitCount(long $param_long_1)
           
 double UnitGetConversion(long $param_long_1, double $param_double_2, java.lang.String $param_String_3, java.lang.String $param_String_4)
           
 double UnitGetFactor(long $param_long_1, long $param_long_2)
           
 long UnitGetHandle(long $param_long_1, java.lang.String $param_String_2)
           
 int UnitGetIndex(long $param_long_1, java.lang.String $param_String_2)
           
 java.lang.String UnitGetName(long $param_long_1, long $param_long_2)
           
 double UnitGetOffset(long $param_long_1, long $param_long_2)
           
 void UnitSetFactor(long $param_long_1, long $param_long_2, double $param_double_3)
           
 void UnitSetOffset(long $param_long_1, long $param_long_2, double $param_double_3)
           
 
Methods inherited from class java.rmi.server.RemoteStub
setRef
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

$method_F2AddMeasure_0

private static java.lang.reflect.Method $method_F2AddMeasure_0

$method_F2AddUnit_1

private static java.lang.reflect.Method $method_F2AddUnit_1

$method_F2DeleteMeasure_2

private static java.lang.reflect.Method $method_F2DeleteMeasure_2

$method_F2DeleteUnit_3

private static java.lang.reflect.Method $method_F2DeleteUnit_3

$method_F2GetBaseUnit_4

private static java.lang.reflect.Method $method_F2GetBaseUnit_4

$method_F2GetConversion_5

private static java.lang.reflect.Method $method_F2GetConversion_5

$method_F2GetMeasure_6

private static java.lang.reflect.Method $method_F2GetMeasure_6

$method_F2GetMeasureHandle_7

private static java.lang.reflect.Method $method_F2GetMeasureHandle_7

$method_F2GetUnit_8

private static java.lang.reflect.Method $method_F2GetUnit_8

$method_F2GetUnitFactor_9

private static java.lang.reflect.Method $method_F2GetUnitFactor_9

$method_F2GetUnitHandle_10

private static java.lang.reflect.Method $method_F2GetUnitHandle_10

$method_F2GetUnitOffset_11

private static java.lang.reflect.Method $method_F2GetUnitOffset_11

$method_F2MeasureCount_12

private static java.lang.reflect.Method $method_F2MeasureCount_12

$method_F2SetUnitFactor_13

private static java.lang.reflect.Method $method_F2SetUnitFactor_13

$method_F2SetUnitOffset_14

private static java.lang.reflect.Method $method_F2SetUnitOffset_14

$method_F2UnitsCount_15

private static java.lang.reflect.Method $method_F2UnitsCount_15

$method_MeasureAddUnit_16

private static java.lang.reflect.Method $method_MeasureAddUnit_16

$method_MeasureDeleteUnit_17

private static java.lang.reflect.Method $method_MeasureDeleteUnit_17

$method_MeasureGetBaseUnit_18

private static java.lang.reflect.Method $method_MeasureGetBaseUnit_18

$method_MeasureGetHandle_19

private static java.lang.reflect.Method $method_MeasureGetHandle_19

$method_MeasureGetIndex_20

private static java.lang.reflect.Method $method_MeasureGetIndex_20

$method_MeasureGetName_21

private static java.lang.reflect.Method $method_MeasureGetName_21

$method_MeasureUnitCount_22

private static java.lang.reflect.Method $method_MeasureUnitCount_22

$method_MeasuresAdd_23

private static java.lang.reflect.Method $method_MeasuresAdd_23

$method_MeasuresCount_24

private static java.lang.reflect.Method $method_MeasuresCount_24

$method_MeasuresDelete_25

private static java.lang.reflect.Method $method_MeasuresDelete_25

$method_UnitGetConversion_26

private static java.lang.reflect.Method $method_UnitGetConversion_26

$method_UnitGetFactor_27

private static java.lang.reflect.Method $method_UnitGetFactor_27

$method_UnitGetHandle_28

private static java.lang.reflect.Method $method_UnitGetHandle_28

$method_UnitGetIndex_29

private static java.lang.reflect.Method $method_UnitGetIndex_29

$method_UnitGetName_30

private static java.lang.reflect.Method $method_UnitGetName_30

$method_UnitGetOffset_31

private static java.lang.reflect.Method $method_UnitGetOffset_31

$method_UnitSetFactor_32

private static java.lang.reflect.Method $method_UnitSetFactor_32

$method_UnitSetOffset_33

private static java.lang.reflect.Method $method_UnitSetOffset_33
Constructor Detail

F2ConversionDebug_Stub

public F2ConversionDebug_Stub(java.rmi.server.RemoteRef ref)
Method Detail

F2AddMeasure

public long F2AddMeasure(java.lang.String $param_String_1,
                         java.lang.String $param_String_2)
                  throws java.rmi.RemoteException
Specified by:
F2AddMeasure in interface F2ConversionInterface
Throws:
java.rmi.RemoteException

F2AddUnit

public long F2AddUnit(long $param_long_1,
                      java.lang.String $param_String_2)
               throws java.rmi.RemoteException
Specified by:
F2AddUnit in interface F2ConversionInterface
Throws:
java.rmi.RemoteException

F2DeleteMeasure

public void F2DeleteMeasure(long $param_long_1)
                     throws java.rmi.RemoteException
Specified by:
F2DeleteMeasure in interface F2ConversionInterface
Throws:
java.rmi.RemoteException

F2DeleteUnit

public void F2DeleteUnit(long $param_long_1,
                         long $param_long_2)
                  throws java.rmi.RemoteException
Specified by:
F2DeleteUnit in interface F2ConversionInterface
Throws:
java.rmi.RemoteException

F2GetBaseUnit

public java.lang.String F2GetBaseUnit(long $param_long_1)
                               throws java.rmi.RemoteException
Specified by:
F2GetBaseUnit in interface F2ConversionInterface
Throws:
java.rmi.RemoteException

F2GetConversion

public double F2GetConversion(long $param_long_1,
                              double $param_double_2,
                              java.lang.String $param_String_3,
                              java.lang.String $param_String_4)
                       throws java.rmi.RemoteException
Specified by:
F2GetConversion in interface F2ConversionInterface
Throws:
java.rmi.RemoteException

F2GetMeasure

public java.lang.String F2GetMeasure(long $param_long_1)
                              throws java.rmi.RemoteException
Specified by:
F2GetMeasure in interface F2ConversionInterface
Throws:
java.rmi.RemoteException

F2GetMeasureHandle

public long F2GetMeasureHandle(java.lang.String $param_String_1)
                        throws java.rmi.RemoteException
Specified by:
F2GetMeasureHandle in interface F2ConversionInterface
Throws:
java.rmi.RemoteException

F2GetUnit

public java.lang.String F2GetUnit(long $param_long_1,
                                  long $param_long_2)
                           throws java.rmi.RemoteException
Specified by:
F2GetUnit in interface F2ConversionInterface
Throws:
java.rmi.RemoteException

F2GetUnitFactor

public double F2GetUnitFactor(long $param_long_1,
                              long $param_long_2)
                       throws java.rmi.RemoteException
Specified by:
F2GetUnitFactor in interface F2ConversionInterface
Throws:
java.rmi.RemoteException

F2GetUnitHandle

public long F2GetUnitHandle(long $param_long_1,
                            java.lang.String $param_String_2)
                     throws java.rmi.RemoteException
Specified by:
F2GetUnitHandle in interface F2ConversionInterface
Throws:
java.rmi.RemoteException

F2GetUnitOffset

public double F2GetUnitOffset(long $param_long_1,
                              long $param_long_2)
                       throws java.rmi.RemoteException
Specified by:
F2GetUnitOffset in interface F2ConversionInterface
Throws:
java.rmi.RemoteException

F2MeasureCount

public int F2MeasureCount()
                   throws java.rmi.RemoteException
Specified by:
F2MeasureCount in interface F2ConversionInterface
Throws:
java.rmi.RemoteException

F2SetUnitFactor

public void F2SetUnitFactor(long $param_long_1,
                            long $param_long_2,
                            double $param_double_3)
                     throws java.rmi.RemoteException
Specified by:
F2SetUnitFactor in interface F2ConversionInterface
Throws:
java.rmi.RemoteException

F2SetUnitOffset

public void F2SetUnitOffset(long $param_long_1,
                            long $param_long_2,
                            double $param_double_3)
                     throws java.rmi.RemoteException
Specified by:
F2SetUnitOffset in interface F2ConversionInterface
Throws:
java.rmi.RemoteException

F2UnitsCount

public int F2UnitsCount(long $param_long_1)
                 throws java.rmi.RemoteException
Specified by:
F2UnitsCount in interface F2ConversionInterface
Throws:
java.rmi.RemoteException

MeasureAddUnit

public int MeasureAddUnit(long $param_long_1,
                          java.lang.String $param_String_2)
                   throws java.rmi.RemoteException
Specified by:
MeasureAddUnit in interface F2ConversionInterface
Throws:
java.rmi.RemoteException

MeasureDeleteUnit

public void MeasureDeleteUnit(long $param_long_1,
                              long $param_long_2)
                       throws java.rmi.RemoteException
Specified by:
MeasureDeleteUnit in interface F2ConversionInterface
Throws:
java.rmi.RemoteException

MeasureGetBaseUnit

public java.lang.String MeasureGetBaseUnit(long $param_long_1)
                                    throws java.rmi.RemoteException
Specified by:
MeasureGetBaseUnit in interface F2ConversionInterface
Throws:
java.rmi.RemoteException

MeasureGetHandle

public long MeasureGetHandle(java.lang.String $param_String_1)
                      throws java.rmi.RemoteException
Specified by:
MeasureGetHandle in interface F2ConversionInterface
Throws:
java.rmi.RemoteException

MeasureGetIndex

public int MeasureGetIndex(java.lang.String $param_String_1)
                    throws java.rmi.RemoteException
Specified by:
MeasureGetIndex in interface F2ConversionInterface
Throws:
java.rmi.RemoteException

MeasureGetName

public java.lang.String MeasureGetName(long $param_long_1)
                                throws java.rmi.RemoteException
Specified by:
MeasureGetName in interface F2ConversionInterface
Throws:
java.rmi.RemoteException

MeasureUnitCount

public int MeasureUnitCount(long $param_long_1)
                     throws java.rmi.RemoteException
Specified by:
MeasureUnitCount in interface F2ConversionInterface
Throws:
java.rmi.RemoteException

MeasuresAdd

public int MeasuresAdd(java.lang.String $param_String_1,
                       java.lang.String $param_String_2)
                throws java.rmi.RemoteException
Specified by:
MeasuresAdd in interface F2ConversionInterface
Throws:
java.rmi.RemoteException

MeasuresCount

public int MeasuresCount()
                  throws java.rmi.RemoteException
Specified by:
MeasuresCount in interface F2ConversionInterface
Throws:
java.rmi.RemoteException

MeasuresDelete

public void MeasuresDelete(long $param_long_1)
                    throws java.rmi.RemoteException
Specified by:
MeasuresDelete in interface F2ConversionInterface
Throws:
java.rmi.RemoteException

UnitGetConversion

public double UnitGetConversion(long $param_long_1,
                                double $param_double_2,
                                java.lang.String $param_String_3,
                                java.lang.String $param_String_4)
                         throws java.rmi.RemoteException
Specified by:
UnitGetConversion in interface F2ConversionInterface
Throws:
java.rmi.RemoteException

UnitGetFactor

public double UnitGetFactor(long $param_long_1,
                            long $param_long_2)
                     throws java.rmi.RemoteException
Specified by:
UnitGetFactor in interface F2ConversionInterface
Throws:
java.rmi.RemoteException

UnitGetHandle

public long UnitGetHandle(long $param_long_1,
                          java.lang.String $param_String_2)
                   throws java.rmi.RemoteException
Specified by:
UnitGetHandle in interface F2ConversionInterface
Throws:
java.rmi.RemoteException

UnitGetIndex

public int UnitGetIndex(long $param_long_1,
                        java.lang.String $param_String_2)
                 throws java.rmi.RemoteException
Specified by:
UnitGetIndex in interface F2ConversionInterface
Throws:
java.rmi.RemoteException

UnitGetName

public java.lang.String UnitGetName(long $param_long_1,
                                    long $param_long_2)
                             throws java.rmi.RemoteException
Specified by:
UnitGetName in interface F2ConversionInterface
Throws:
java.rmi.RemoteException

UnitGetOffset

public double UnitGetOffset(long $param_long_1,
                            long $param_long_2)
                     throws java.rmi.RemoteException
Specified by:
UnitGetOffset in interface F2ConversionInterface
Throws:
java.rmi.RemoteException

UnitSetFactor

public void UnitSetFactor(long $param_long_1,
                          long $param_long_2,
                          double $param_double_3)
                   throws java.rmi.RemoteException
Specified by:
UnitSetFactor in interface F2ConversionInterface
Throws:
java.rmi.RemoteException

UnitSetOffset

public void UnitSetOffset(long $param_long_1,
                          long $param_long_2,
                          double $param_double_3)
                   throws java.rmi.RemoteException
Specified by:
UnitSetOffset in interface F2ConversionInterface
Throws:
java.rmi.RemoteException