FRAMES2API
Class F2ErrorDebug
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
FRAMES2API.F2ErrorDebug
- All Implemented Interfaces:
- F2ErrorInterface, java.io.Serializable, java.rmi.Remote
public class F2ErrorDebug
- extends java.rmi.server.UnicastRemoteObject
- implements F2ErrorInterface
- See Also:
- Serialized Form
Fields inherited from class java.rmi.server.RemoteObject |
ref |
Methods inherited from class java.rmi.server.UnicastRemoteObject |
clone, exportObject, exportObject, exportObject, unexportObject |
Methods inherited from class java.rmi.server.RemoteServer |
getClientHost, getLog, setLog |
Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
dbgF2Error
private F2Error dbgF2Error
F2ErrorDebug
public F2ErrorDebug()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
GetStatus
public int GetStatus(int PID)
throws java.rmi.RemoteException
- Specified by:
GetStatus
in interface F2ErrorInterface
- Throws:
java.rmi.RemoteException
F2IOOk
public int F2IOOk(int PID)
throws java.rmi.RemoteException
- Specified by:
F2IOOk
in interface F2ErrorInterface
- Throws:
java.rmi.RemoteException
F2SetError
public void F2SetError(int PID,
java.lang.String msg)
throws java.rmi.RemoteException
- Specified by:
F2SetError
in interface F2ErrorInterface
- Throws:
java.rmi.RemoteException
F2SetWarning
public void F2SetWarning(int PID,
java.lang.String msg)
throws java.rmi.RemoteException
- Specified by:
F2SetWarning
in interface F2ErrorInterface
- Throws:
java.rmi.RemoteException
F2ReadError
public java.lang.String F2ReadError(int PID,
int code)
throws java.rmi.RemoteException
- Specified by:
F2ReadError
in interface F2ErrorInterface
- Throws:
java.rmi.RemoteException
F2ReadWarning
public java.lang.String F2ReadWarning(int PID,
int code)
throws java.rmi.RemoteException
- Specified by:
F2ReadWarning
in interface F2ErrorInterface
- Throws:
java.rmi.RemoteException
F2ClearErrors
public void F2ClearErrors(int PID)
throws java.rmi.RemoteException
- Specified by:
F2ClearErrors
in interface F2ErrorInterface
- Throws:
java.rmi.RemoteException
F2ClearWarnings
public void F2ClearWarnings(int PID)
throws java.rmi.RemoteException
- Specified by:
F2ClearWarnings
in interface F2ErrorInterface
- Throws:
java.rmi.RemoteException
F2ErrorCount
public int F2ErrorCount(int PID)
throws java.rmi.RemoteException
- Specified by:
F2ErrorCount
in interface F2ErrorInterface
- Throws:
java.rmi.RemoteException
F2WarningCount
public int F2WarningCount(int PID)
throws java.rmi.RemoteException
- Specified by:
F2WarningCount
in interface F2ErrorInterface
- Throws:
java.rmi.RemoteException
F2WriteErrorFile
public void F2WriteErrorFile(int PID,
java.lang.String path)
throws java.rmi.RemoteException
- Specified by:
F2WriteErrorFile
in interface F2ErrorInterface
- Throws:
java.rmi.RemoteException
F2WriteWarningFile
public void F2WriteWarningFile(int PID,
java.lang.String path)
throws java.rmi.RemoteException
- Specified by:
F2WriteWarningFile
in interface F2ErrorInterface
- Throws:
java.rmi.RemoteException