|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.deltava.beans.DatabaseBean
org.deltava.beans.acars.ACARSError
public class ACARSError
A bean to store ACARS error dumps.
| Constructor Summary | |
|---|---|
ACARSError(int userID,
String msg)
Creates a new error data bean. |
|
| Method Summary | |
|---|---|
int |
getBeta()
Returns the ACARS Client beta build that generated this error. |
int |
getClientBuild()
Returns the ACARS Client build that generated this error. |
Date |
getCreatedOn()
Returns the creation date of this error. |
String |
getFSUIPCVersion()
Returns the version of FSUIPC used by the client. |
int |
getFSVersion()
Returns the version of Flight Simulator used by the client. |
String |
getMessage()
Returns the error message. |
String |
getRemoteAddr()
Returns the IP address of the ACARS client. |
String |
getRemoteHost()
Returns the host name of the ACARS client. |
String |
getStackDump()
Returns the stack dump information. |
String |
getStateData()
Returns the state data. |
int |
getUserID()
Returns the User who logged this error message. |
void |
setBeta(int beta)
Updates the ACARS Client beta version that generated this error. |
void |
setClientBuild(int ver)
Updates the ACARS Client build that generated this error. |
void |
setCreatedOn(Date dt)
Updates the creation date of this error. |
void |
setFSUIPCVersion(String ver)
Updates the version of FSUIPC used by the client. |
void |
setFSVersion(int ver)
Updates the version of Flight Simulator used by the client. |
void |
setMessage(String msg)
Updates the error message. |
void |
setRemoteAddr(String addr)
Updates the IP address of the ACARS client. |
void |
setRemoteHost(String host)
Updates the host name of the ACARS client. |
void |
setStackDump(String info)
Updates the stack dump information. |
void |
setStateData(String data)
Updates the state data. |
void |
setUserID(int id)
Updates the User who logged this error message. |
| Methods inherited from class org.deltava.beans.DatabaseBean |
|---|
cacheKey, compareTo, equals, getHexID, getID, hashCode, setID, validateID |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ACARSError(int userID,
String msg)
userID - the User's database IDmsg - the error message
IllegalArgumentException - if userID is zero or negative| Method Detail |
|---|
public Date getCreatedOn()
setCreatedOn(Date)public int getUserID()
setUserID(int)public String getRemoteAddr()
setRemoteAddr(String)public String getRemoteHost()
setRemoteHost(String)public int getClientBuild()
setClientBuild(int)public int getBeta()
setBeta(int)public int getFSVersion()
setFSVersion(int)public String getFSUIPCVersion()
setFSUIPCVersion(String)public String getMessage()
setMessage(String)public String getStackDump()
setStackDump(String)public String getStateData()
setStateData(String)public void setUserID(int id)
id - the User's database ID
IllegalArgumentException - if id is zero or negativegetUserID()public void setCreatedOn(Date dt)
dt - the error date/timegetCreatedOn()public void setRemoteAddr(String addr)
addr - the IP addressgetRemoteAddr()public void setRemoteHost(String host)
host - the host namegetRemoteHost()public void setClientBuild(int ver)
ver - the client build numbergetClientBuild()public void setBeta(int beta)
beta - the beta versiongetBeta()public void setFSVersion(int ver)
ver - the FS version codegetFSVersion()public void setFSUIPCVersion(String ver)
ver - the FSUIPC versiongetFSUIPCVersion()public void setMessage(String msg)
msg - the messagegetMessage()public void setStackDump(String info)
info - the stack dumpgetStackDump()public void setStateData(String data)
data - the state datagetStateData()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||