|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sap.security.core.server.vsi.api.ScanError
Virus scan error object. The ScanError object contains the characteristics about an occured error during a virus scan.
This information is returned by the used virus scan engine (VSA) and depends therefore on the vendor.
History:
1.0 Initial Version for SAP NetWeaver 04
1.1 Added a pattern for clean test.
1.5 Enhancements in the native VSI layer
1.6 Dual runtime support (JAVA standalone and J2EE)
VirusScanException| Constructor Summary | |
ScanError(long jobID,
long errorRC,
java.lang.String errorText,
java.lang.String objectName,
long objectSize)
Constructor of the class ScanError |
|
| Method Summary | |
long |
getErrorRC()
Returns the vendor internal (dependend) error code of the occured scan error. |
java.lang.String |
getErrorText()
Returns additional error text to the occured scan error. |
java.lang.String |
getObjectName()
Returns the name of the error object. |
long |
getObjectSize()
Returns the size of the error object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ScanError(long jobID,
long errorRC,
java.lang.String errorText,
java.lang.String objectName,
long objectSize)
ScanErrorjobID - The pre-defined job identifier.errorRC - The vendor dependent error code.errorText - The vendor dependent error text.objectName - Name of the error object.objectSize - Size of the error object.| Method Detail |
public long getErrorRC()
throws VSIServiceException
VSIServiceException - Problems reported with this exception can be communicated to external
systems because they reflect error in the data sent by the caller.
public java.lang.String getErrorText()
throws VSIServiceException
VSIServiceException - Problems reported with this exception can be communicated to external
systems because they reflect error in the data sent by the caller.
public java.lang.String getObjectName()
throws VSIServiceException
VSIServiceException - Problems reported with this exception can be communicated to external
systems because they reflect error in the data sent by the caller.
public long getObjectSize()
throws VSIServiceException
VSIServiceException - Problems reported with this exception can be communicated to external
systems because they reflect error in the data sent by the caller.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||