Package com.basis.api.admin
Class BBjAdminTableSanityMessage
java.lang.Object
com.basis.api.admin.BBjAdminTableSanityMessage
- All Implemented Interfaces:
Serializable
Contains information about the "sanity" of a particular database table. During
table analysis, sanity is checked and if there are issues found with a table,
information is logged to the DD_SANITY table about the nature of the problem.
This is designed to help the administrator find problems in their database
before customers do.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getIndex()
int
getType()
void
setAlertCode
(int p_alertCode) void
void
void
setMessage
(String p_message) void
setSanityId
(String p_sanityId) void
setTimestamp
(Date p_timestamp) void
setType
(int p_type)
-
Field Details
-
WARNING
public static final int WARNING- See Also:
-
CRITICAL
public static final int CRITICAL- See Also:
-
INFO
public static final int INFO- See Also:
-
-
Constructor Details
-
BBjAdminTableSanityMessage
public BBjAdminTableSanityMessage()
-
-
Method Details
-
getTimestamp
-
setTimestamp
-
getSanityId
-
setSanityId
-
getType
public int getType() -
setType
public void setType(int p_type) -
getMessage
-
setMessage
-
setAlertCode
public void setAlertCode(int p_alertCode) -
getAlertCode
public int getAlertCode() -
getAlertCodeName
-
setColumn
-
getColumn
-
setIndex
-
getIndex
-