|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Virus scan adapter object. This class represents the "Virus Scan Adapter" and its characteristics.
The virus scan adapter is a native shared library (delivered by an external partner) which can be loaded directly into the JAVA process environment (via JNI == java native interface).
This way ensures a high performace scan with an external virus scanner (VSA), because the scan of memory areas are done inplace. The virus scan adapter is also used by the Virus Scan Server and is therefore the only way to the external product.
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)
Provider.getAdapter(),
Instance| Method Summary | |
java.lang.String |
getName()
Get the name of the virus scan adapter provider. |
java.lang.String |
getVendorInfoText()
Get the vendor dependend info text. |
int |
getVsaMajorVersion()
Get the major version number of the external virus scan adapter. |
int |
getVsaMinorVersion()
Get the minor version number of the external virus scan adapter. |
java.lang.String |
getVsaVendorName()
Get the adapter name defined by the external vendor of the external virus scan adapter. |
| Methods inherited from interface com.sap.security.core.server.vsi.api.Provider |
getAdapter, getDrivers, getEngine, getLastInitTime, getParameter, getParameters, getServer, isServer, setDefaultConfig, setParameter |
| Method Detail |
public java.lang.String getName()
getName in interface Provider
public int getVsaMajorVersion()
throws VSIServiceException
public int getVsaMinorVersion()
throws VSIServiceException
public java.lang.String getVsaVendorName()
throws VSIServiceException
public java.lang.String getVendorInfoText()
throws VSIServiceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||