|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Virus scan group object. This class represents the
scan groups, which contains one or more virus scan providers.
The group is used for load balancing reasons.
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)
VSIService.getGroup(),
Instance| Method Summary | |
java.lang.String |
getName()
Get the group name. |
Parameter |
getParameter(java.lang.String paramName)
Get one parameter. |
Parameter[] |
getParameters()
Get all actual defined paramters. |
Provider |
getProvider(int vsIndex)
Get a specific provider object from the group. |
Provider |
getProvider(java.lang.String vsProviderName)
Get a specific provider object from the group. |
java.lang.String[] |
getProviders()
Get the list of provider names which assigned to this Group. |
| Method Detail |
public java.lang.String getName()
This name was defined in the configuration.
public Parameter[] getParameters()
Note: In the Group you can not check weather a Parameter is valid or not for a Provider.
public Parameter getParameter(java.lang.String paramName)
throws VSIServiceException
This method returns one Parameter defined for the Group or NULL, if this Parameter is unknown.
paramName - Name of the parameter to be querried.public java.lang.String[] getProviders()
This array contains all provider names, the activated and the not
activated providers. If you want only activated providers, then
use the getProviders method from VSIService.
VSIService.getProviders()
public Provider getProvider(java.lang.String vsProviderName)
throws VSIServiceException
Note: This will only work , if the Provider is activated and available within the VSI framework. Otherwise you will receive here an Exeception.
vsProviderName - Name of the provider to be returned.VSIServiceException - Provider
public Provider getProvider(int vsIndex)
throws VSIServiceException
vsIndex - Index of the provider to be returned.Provider
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||