|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface will be registered to the SnmpAgent to support User Storage Model for V3 Configuration Tables. Users who wish to configure the Agent for V3 parameters from their own storage( ex database) will implement this interface and register it with the SnmpAgent through the addV3Initialiser() method. The SnmpAgent calls the methods of this interface to initialise the v3 Tables by passing the reference of the various V3 tables handled in the API.
RemoteV3Client| Method Summary | |
void |
initialiseCommunityTable(SnmpCommunityTable communityTable)
This method initialises the SnmpCommunityTable. |
void |
initialiseNotifyFilterProfileTable(SnmpNotifyFilterProfileTable notifyFilterProfileTable)
This method initialises the SnmpNotifyFilterProfileTable. |
void |
initialiseNotifyFilterTable(SnmpNotifyFilterTable notifyFilterTable)
This method initialises the SnmpNotifyFilterTable. |
void |
initialiseNotifyTable(SnmpNotifyTable notifyTable)
This method initialises the SnmpNotifyTable. |
void |
initialiseTargetAddrExtTable(SnmpTargetAddrExtTable targetAddrExtTable)
This method initialises the SnmpTargetAddrExtTable. |
void |
initialiseTargetAddrTable(SnmpTargetAddrTable targetAddrTable)
This method initialises the SnmpTargetAddrTable. |
void |
initialiseTargetParamsTable(SnmpTargetParamsTable targetAddrParamsTable)
This method initialises the SnmpTargetParamsTable. |
void |
initialiseUsmUserTable(USMUserTable usmTable)
This method initialises the USMUserTable. |
void |
initialiseVacmAccessTable(VacmGroupAccessTable vacmGroupAccessTable)
This method initialises the VacmGroupAccessTable. |
void |
initialiseVacmContextTable(VacmContextTable vacmContextTable)
This method initialises the VacmContextTable. |
void |
initialiseVacmGroupTable(VacmGroupTable vacmGroupTable)
This method initialises the VacmGroupTable. |
void |
initialiseVacmViewTreeTable(VacmViewTreeTable vacmViewTreeTable)
This method initialises the VacmViewTreeTable. |
| Method Detail |
public void initialiseUsmUserTable(USMUserTable usmTable)
usmTable - reference of the UsmUserTable used by the SnmpAPI.public void initialiseVacmContextTable(VacmContextTable vacmContextTable)
vacmContextTable - reference of the VacmContextTable used by the SnmpAPI.public void initialiseVacmAccessTable(VacmGroupAccessTable vacmGroupAccessTable)
vacmGroupAccessTable - reference of the VacmGroupAccessTable used by the SnmpAPI.public void initialiseVacmGroupTable(VacmGroupTable vacmGroupTable)
vacmGroupTable - reference of the VacmGroupTable used by the SnmpAPI.public void initialiseVacmViewTreeTable(VacmViewTreeTable vacmViewTreeTable)
vacmViewTreeTable - reference of the VacmViewTreeTable used by the SnmpAPI.public void initialiseCommunityTable(SnmpCommunityTable communityTable)
communityTable - reference of the SnmpCommunityTable used by the SnmpAPI.public void initialiseTargetAddrTable(SnmpTargetAddrTable targetAddrTable)
targetAddrTable - reference of the SnmpTargetAddrTable used by the SnmpAPI.public void initialiseTargetAddrExtTable(SnmpTargetAddrExtTable targetAddrExtTable)
targetAddrExtTable - reference of the SnmpTargetAddrExtTable used by the SnmpAPI.public void initialiseTargetParamsTable(SnmpTargetParamsTable targetAddrParamsTable)
targetAddrParamsTable - reference of the SnmpTargetParamsTable used by the SnmpAPI.public void initialiseNotifyTable(SnmpNotifyTable notifyTable)
notifyTable - reference of the SnmpNotifyTable used by the SnmpAPI.public void initialiseNotifyFilterTable(SnmpNotifyFilterTable notifyFilterTable)
notifyFilterTable - reference of the SnmpNotifyFilterTable used by the SnmpAPI.public void initialiseNotifyFilterProfileTable(SnmpNotifyFilterProfileTable notifyFilterProfileTable)
notifyFilterProfileTable - reference of the SnmpNotifyFilterProfileTable used by the SnmpAPI.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||