FRAMES2API
Class F2Error_Stub

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

public final class F2Error_Stub
extends java.rmi.server.RemoteStub
implements F2ErrorInterface, java.rmi.Remote

See Also:
Serialized Form

Field Summary
private static java.lang.reflect.Method $method_F2ClearErrors_0
           
private static java.lang.reflect.Method $method_F2ClearWarnings_1
           
private static java.lang.reflect.Method $method_F2ErrorCount_2
           
private static java.lang.reflect.Method $method_F2IOOk_3
           
private static java.lang.reflect.Method $method_F2ReadError_4
           
private static java.lang.reflect.Method $method_F2ReadWarning_5
           
private static java.lang.reflect.Method $method_F2SetError_6
           
private static java.lang.reflect.Method $method_F2SetWarning_7
           
private static java.lang.reflect.Method $method_F2WarningCount_8
           
private static java.lang.reflect.Method $method_F2WriteErrorFile_9
           
private static java.lang.reflect.Method $method_F2WriteWarningFile_10
           
private static java.lang.reflect.Method $method_GetStatus_11
           
private static long serialVersionUID
           
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
F2Error_Stub(java.rmi.server.RemoteRef ref)
           
 
Method Summary
 void F2ClearErrors(int $param_int_1)
           
 void F2ClearWarnings(int $param_int_1)
           
 int F2ErrorCount(int $param_int_1)
           
 int F2IOOk(int $param_int_1)
           
 java.lang.String F2ReadError(int $param_int_1, int $param_int_2)
           
 java.lang.String F2ReadWarning(int $param_int_1, int $param_int_2)
           
 void F2SetError(int $param_int_1, java.lang.String $param_String_2)
           
 void F2SetWarning(int $param_int_1, java.lang.String $param_String_2)
           
 int F2WarningCount(int $param_int_1)
           
 void F2WriteErrorFile(int $param_int_1, java.lang.String $param_String_2)
           
 void F2WriteWarningFile(int $param_int_1, java.lang.String $param_String_2)
           
 int GetStatus(int $param_int_1)
           
 
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_F2ClearErrors_0

private static java.lang.reflect.Method $method_F2ClearErrors_0

$method_F2ClearWarnings_1

private static java.lang.reflect.Method $method_F2ClearWarnings_1

$method_F2ErrorCount_2

private static java.lang.reflect.Method $method_F2ErrorCount_2

$method_F2IOOk_3

private static java.lang.reflect.Method $method_F2IOOk_3

$method_F2ReadError_4

private static java.lang.reflect.Method $method_F2ReadError_4

$method_F2ReadWarning_5

private static java.lang.reflect.Method $method_F2ReadWarning_5

$method_F2SetError_6

private static java.lang.reflect.Method $method_F2SetError_6

$method_F2SetWarning_7

private static java.lang.reflect.Method $method_F2SetWarning_7

$method_F2WarningCount_8

private static java.lang.reflect.Method $method_F2WarningCount_8

$method_F2WriteErrorFile_9

private static java.lang.reflect.Method $method_F2WriteErrorFile_9

$method_F2WriteWarningFile_10

private static java.lang.reflect.Method $method_F2WriteWarningFile_10

$method_GetStatus_11

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

F2Error_Stub

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

F2ClearErrors

public void F2ClearErrors(int $param_int_1)
                   throws java.rmi.RemoteException
Specified by:
F2ClearErrors in interface F2ErrorInterface
Throws:
java.rmi.RemoteException

F2ClearWarnings

public void F2ClearWarnings(int $param_int_1)
                     throws java.rmi.RemoteException
Specified by:
F2ClearWarnings in interface F2ErrorInterface
Throws:
java.rmi.RemoteException

F2ErrorCount

public int F2ErrorCount(int $param_int_1)
                 throws java.rmi.RemoteException
Specified by:
F2ErrorCount in interface F2ErrorInterface
Throws:
java.rmi.RemoteException

F2IOOk

public int F2IOOk(int $param_int_1)
           throws java.rmi.RemoteException
Specified by:
F2IOOk in interface F2ErrorInterface
Throws:
java.rmi.RemoteException

F2ReadError

public java.lang.String F2ReadError(int $param_int_1,
                                    int $param_int_2)
                             throws java.rmi.RemoteException
Specified by:
F2ReadError in interface F2ErrorInterface
Throws:
java.rmi.RemoteException

F2ReadWarning

public java.lang.String F2ReadWarning(int $param_int_1,
                                      int $param_int_2)
                               throws java.rmi.RemoteException
Specified by:
F2ReadWarning in interface F2ErrorInterface
Throws:
java.rmi.RemoteException

F2SetError

public void F2SetError(int $param_int_1,
                       java.lang.String $param_String_2)
                throws java.rmi.RemoteException
Specified by:
F2SetError in interface F2ErrorInterface
Throws:
java.rmi.RemoteException

F2SetWarning

public void F2SetWarning(int $param_int_1,
                         java.lang.String $param_String_2)
                  throws java.rmi.RemoteException
Specified by:
F2SetWarning in interface F2ErrorInterface
Throws:
java.rmi.RemoteException

F2WarningCount

public int F2WarningCount(int $param_int_1)
                   throws java.rmi.RemoteException
Specified by:
F2WarningCount in interface F2ErrorInterface
Throws:
java.rmi.RemoteException

F2WriteErrorFile

public void F2WriteErrorFile(int $param_int_1,
                             java.lang.String $param_String_2)
                      throws java.rmi.RemoteException
Specified by:
F2WriteErrorFile in interface F2ErrorInterface
Throws:
java.rmi.RemoteException

F2WriteWarningFile

public void F2WriteWarningFile(int $param_int_1,
                               java.lang.String $param_String_2)
                        throws java.rmi.RemoteException
Specified by:
F2WriteWarningFile in interface F2ErrorInterface
Throws:
java.rmi.RemoteException

GetStatus

public int GetStatus(int $param_int_1)
              throws java.rmi.RemoteException
Specified by:
GetStatus in interface F2ErrorInterface
Throws:
java.rmi.RemoteException