|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface will be used to support the Remote Configuration of the V3 tables configuration parameters to the User Storage Model. (ex database) .
The user who wish to have their own User Storage model ( ex database) for storing V3 parameters will implement this interface and add it to the SnmpAgent through the addRemoteV3Client() in the SnmpAgent . Whenever a entry is added , deleted or modified in any of the V3 configuration tables, the respective method(see below) in this interface is called with the table and the entry passed as a parameter.The user can use these values to write into their own Storage Model.
V3Initialiser| Method Summary | |
void |
snmpCommunityEntryAdded(SnmpCommunityTable communityTable,
SnmpCommunityEntry addedEntry)
This method is called by the SnmpCommunityRequestHandler whenever a SnmpCommunityEntry has been remotely added in the SnmpCommunityTable |
void |
snmpCommunityEntryDeleted(SnmpCommunityTable communityTable,
SnmpCommunityEntry deletedEntry)
This method is called by the SnmpCommunityRequestHandler whenever a SnmpCommunityEntry has been remotely deleted from the SnmpCommunityTable |
void |
snmpCommunityEntryModified(SnmpCommunityTable communityTable,
SnmpCommunityEntry modifiedEntry)
This method is called by the SnmpCommunityRequestHandler whenever a SnmpCommunityEntry has been remotely modified in the SnmpCommunityTable |
void |
snmpNotifyEntryAdded(SnmpNotifyTable notifyTable,
SnmpNotifyEntry addedEntry)
This method is called by the SnmpNotifyTableRequestHandler whenever a new SnmpNotifyEntry has been remotely configured. |
void |
snmpNotifyEntryDeleted(SnmpNotifyTable notifyTable,
SnmpNotifyEntry deletedEntry)
This method is called by the SnmpNotifyTableRequestHandler whenever a SnmpNotifyEntry has been remotely configured. |
void |
snmpNotifyEntryModified(SnmpNotifyTable notifyTable,
SnmpNotifyEntry modifiedEntry)
This method is called by the SnmpNotifyTableRequestHandler whenever a SnmpNotifyEntry has been remotely configured. |
void |
snmpNotifyFilterEntryAdded(SnmpNotifyFilterTable notifyFilterTable,
SnmpNotifyFilterEntry addedEntry)
This method is called by the SnmpNotifyFilterTableRequestHandler whenever a new SnmpNotifyFilterEntry has been remotely configured. |
void |
snmpNotifyFilterEntryDeleted(SnmpNotifyFilterTable notifyFilterTable,
SnmpNotifyFilterEntry deletedEntry)
This method is called by the SnmpNotifyFilterTableRequestHandler whenever a SnmpNotifyFilterEntry has been remotely configured. |
void |
snmpNotifyFilterEntryModified(SnmpNotifyFilterTable notifyFilterTable,
SnmpNotifyFilterEntry modifiedEntry)
This method is called by the SnmpTargetAddrExtTableRequestHandler whenever a SnmpNotifyFilterEntry has been remotely configured. |
void |
snmpNotifyFilterProfileEntryAdded(SnmpNotifyFilterProfileTable notifyFilterProfileTable,
SnmpNotifyFilterProfileEntry addedEntry)
This method is called by the SnmpNotifyFilterProfileTableRequestHandler whenever a new SnmpNotifyFilterProfileEntry has been remotely configured. |
void |
snmpNotifyFilterProfileEntryDeleted(SnmpNotifyFilterProfileTable notifyFilterProfileTable,
SnmpNotifyFilterProfileEntry deletedEntry)
This method is called by the SnmpNotifyFilterProfileTableRequestHandler whenever a SnmpNotifyFilterProfileEntry has been remotely configured. |
void |
snmpNotifyFilterProfileEntryModified(SnmpNotifyFilterProfileTable notifyFilterProfileTable,
SnmpNotifyFilterProfileEntry modifiedEntry)
This method is called by the SnmpNotifyFilterProfileTableRequestHandler whenever a SnmpNotifyFilterProfileEntry has been remotely configured. |
void |
snmpTargetAddrEntryAdded(SnmpTargetAddrTable targetAddrTable,
SnmpTargetAddrEntry addedEntry)
This method is called by the SnmpTargetAddrTableRequestHandler whenever a new SnmpTargetAddrEntry has been remotely configured. |
void |
snmpTargetAddrEntryDeleted(SnmpTargetAddrTable targetAddrTable,
SnmpTargetAddrEntry deleteddEntry)
This method is called by the SnmpTargetAddrTableRequestHandler whenever a SnmpTargetAddrEntry has been remotely configured. |
void |
snmpTargetAddrEntryModified(SnmpTargetAddrTable targetAddrTable,
SnmpTargetAddrEntry modifiedEntry)
This method is called by the SnmpTargetAddrTableRequestHandler whenever a SnmpTargetAddrEntry has been remotely configured. |
void |
snmpTargetAddrExtEntryAdded(SnmpTargetAddrExtTable targetAddrExtTable,
SnmpTargetAddrExtEntry addedEntry)
This method is called by the SnmpTargetAddrTableRequestHandler whenever a new SnmpTargetAddrEntry has been remotely configured. |
void |
snmpTargetAddrExtEntryDeleted(SnmpTargetAddrExtTable targetAddrExtTable,
SnmpTargetAddrExtEntry deletedEntry)
This method is called by the SnmpTargetAddrTableRequestHandler whenever a SnmpTargetAddrEntry has been remotely configured. |
void |
snmpTargetAddrExtEntryModified(SnmpTargetAddrExtTable targetAddrExtTable,
SnmpTargetAddrExtEntry modifiedEntry)
This method is called by the SnmpTargetAddrExtTableRequestHandler whenever a SnmpTargetAddrExtEntry has been remotely configured. |
void |
snmpTargetParamsEntryAdded(SnmpTargetParamsTable targetParamsTable,
SnmpTargetParamsEntry addedEntry)
This method is called by the SnmpTargetParamsTableRequestHandler whenever a new SnmpTargetParamsEntry has been remotely configured. |
void |
snmpTargetParamsEntryDeleted(SnmpTargetParamsTable targetParamsTable,
SnmpTargetParamsEntry deletedEntry)
This method is called by the SnmpTargetParamsTableRequestHandler whenever a SnmpTargetParamsEntry has been remotely configured. |
void |
snmpTargetParamsEntryModified(SnmpTargetParamsTable targetParamsTable,
SnmpTargetParamsEntry modifiedEntry)
This method is called by the SnmpTargetParamsTableRequestHandler whenever a SnmpTargetParamsEntry has been remotely configured. |
void |
usmUserEntryAdded(USMUserTable usmTable,
USMUserEntry addedEntry)
This method is called by the UsmUserTableRequestHandler whenever a new USMUserEntry has been remotely added to the USMUserTable. |
void |
usmUserEntryDeleted(USMUserTable usmTable,
USMUserEntry deletedEntry)
This method is called by the UsmUserTableRequestHandler whenever a USMUserEntry has been remotely deleted from the USMUserTable |
void |
usmUserEntryModified(USMUserTable usmTable,
USMUserEntry modifiedEntry)
This method is called by the UsmUserTableRequestHandler whenever a USMUserEntry has been remotely modified. |
void |
vacmAccessEntryAdded(VacmGroupAccessTable vacmAccessTable,
VacmAccessEntry addedEntry)
This method is called by the VacmAccessTableRequestHandler whenever a new VacmAccessEntry has been remotely added in the VacmGroupAccessTable. |
void |
vacmAccessEntryDeleted(VacmGroupAccessTable vacmAccessTable,
VacmAccessEntry deletedEntry)
This method is called by the VacmAccessTableRequestHandler whenever a VacmAccessEntry has been remotely deleted from the VacmGroupAccessTable. |
void |
vacmAccessEntryModified(VacmGroupAccessTable vacmAccessTable,
VacmAccessEntry modifiedEntry)
This method is called by the VacmAccessTableRequestHandler whenever a VacmAccessEntry has been remotely modified in the VacmGroupAccessTable. |
void |
vacmContextEntryAdded(VacmContextTable vacmContextTable,
VacmContextEntry addedEntry)
This method is called by the VacmContextTableRequestHandler whenever a new VacmContextEntry has been remotely added to the VacmContextTable |
void |
vacmContextEntryDeleted(VacmContextTable vacmContextTable,
VacmContextEntry deletedEntry)
This method is called by the VacmContextTableRequestHandler whenever a VacmContextEntry has been remotely deleted from the VacmContextTable |
void |
vacmContextEntryModified(VacmContextTable vacmContextTable,
VacmContextEntry modifiedEntry)
This method is called by the VacmContextTableRequestHandler whenever a VacmContextEntry has been remotely modified in the VacmContextTable |
void |
vacmGroupEntryAdded(VacmGroupTable vacmGroupTable,
VacmGroupEntry addedEntry)
This method is called by the VacmGroupTableRequestHandler whenever a VacmGroupEntry has been remotely added in the VacmGroupTable. |
void |
vacmGroupEntryDeleted(VacmGroupTable vacmGroupTable,
VacmGroupEntry deletedEntry)
This method is called by the VacmGroupTableRequestHandler whenever a VacmGroupEntry has been remotely deleted from the VacmGroupTable. |
void |
vacmGroupEntryModified(VacmGroupTable vacmGroupTable,
VacmGroupEntry modifiedEntry)
This method is called by the VacmGroupTableRequestHandler whenever a VacmGroupEntry has been remotely modified in the VacmGroupTable |
void |
vacmViewTreeEntryAdded(VacmViewTreeTable vacmViewTreeTable,
VacmFamilyEntry addedEntry)
This method is called by the VacmViewTreeTableRequestHandler whenever a VacmFamilyEntry has been remotely added into the VacmViewTreeTable |
void |
vacmViewTreeEntryDeleted(VacmViewTreeTable vacmViewTreeTable,
VacmFamilyEntry deletedEntry)
This method is called by the VacmViewTreeTableRequestHandler whenever a VacmFamilyEntry has been remotely deleted from the VacmViewTreeTable. |
void |
vacmViewTreeEntryModified(VacmViewTreeTable vacmViewTreeTable,
VacmFamilyEntry modifiedEntry)
This method is called by the VacmViewTreeTableRequestHandler whenever a VacmFamilyEntry has been modified in the VacmViewTreeTable. |
| Method Detail |
public void usmUserEntryAdded(USMUserTable usmTable,
USMUserEntry addedEntry)
usmTable - the instance of USMUserTable handled by the SnmpAgent.addedEntry - the new USMUserEntry that has been added.
public void usmUserEntryDeleted(USMUserTable usmTable,
USMUserEntry deletedEntry)
usmTable - the instance of USMUserTable handled by the SnmpAgent.deletedEntry - the new USMUserEntry that has been deleted.
public void usmUserEntryModified(USMUserTable usmTable,
USMUserEntry modifiedEntry)
usmTable - the instance of USMUserTable handled by the SnmpAgent.modifiedEntry - the new USMUserEntry that has been modified
public void vacmContextEntryAdded(VacmContextTable vacmContextTable,
VacmContextEntry addedEntry)
vacmContextTable - the instance of VacmContextTable handled by the SnmpAgent.addedEntry - the new VacmContextEntry that has been added.
public void vacmContextEntryDeleted(VacmContextTable vacmContextTable,
VacmContextEntry deletedEntry)
vacmContextTable - the instance of VacmContextTable handled by the SnmpAgent.deletedEntry - the new VacmContextEntry that has been removed.
public void vacmContextEntryModified(VacmContextTable vacmContextTable,
VacmContextEntry modifiedEntry)
vacmContextTable - the instance of VacmContextTable handled by the SnmpAgent.modifiedEntry - the new VacmContextEntry that has been modified
public void vacmAccessEntryAdded(VacmGroupAccessTable vacmAccessTable,
VacmAccessEntry addedEntry)
vacmAccessTable - the instance of VacmGroupAccessTable handled by the SnmpAgent.addedEntry - the new VacmAccessEntry that has been added
public void vacmAccessEntryDeleted(VacmGroupAccessTable vacmAccessTable,
VacmAccessEntry deletedEntry)
vacmAccessTable - the instance of VacmGroupAccessTable handled by the SnmpAgent.deletedEntry - the VacmAccessEntry that has been deleted
public void vacmAccessEntryModified(VacmGroupAccessTable vacmAccessTable,
VacmAccessEntry modifiedEntry)
vacmAccessTable - the instance of VacmGroupAccessTable handled by the SnmpAgent.modifiedEntry - the VacmAccessEntry that has been modified
public void vacmGroupEntryAdded(VacmGroupTable vacmGroupTable,
VacmGroupEntry addedEntry)
vacmGroupTable - the instance of VacmGroupTable handled by the SnmpAgent.addedEntry - the VacmGroupEntry that has been added
public void vacmGroupEntryDeleted(VacmGroupTable vacmGroupTable,
VacmGroupEntry deletedEntry)
vacmGroupTable - the instance of VacmGroupTable handled by the SnmpAgent.deletedEntry - the VacmGroupEntry that has been deleted
public void vacmGroupEntryModified(VacmGroupTable vacmGroupTable,
VacmGroupEntry modifiedEntry)
vacmGroupTable - the instance of VacmGroupTable handled by the SnmpAgent.modifiedEntry - the VacmGroupEntry that has been modified
public void vacmViewTreeEntryAdded(VacmViewTreeTable vacmViewTreeTable,
VacmFamilyEntry addedEntry)
vacmViewTreeTable - the instance of VacmViewTreeTable handled by the SnmpAgent.addedEntry - the new VacmFamilyEntry that has been added
public void vacmViewTreeEntryDeleted(VacmViewTreeTable vacmViewTreeTable,
VacmFamilyEntry deletedEntry)
vacmViewTreeTable - the instance of VacmViewTreeTable handled by the SnmpAgent.deletedEntry - the VacmFamilyEntry that has been deleted
public void vacmViewTreeEntryModified(VacmViewTreeTable vacmViewTreeTable,
VacmFamilyEntry modifiedEntry)
vacmViewTreeTable - the instance of VacmViewTreeTable handled by the SnmpAgent.modifiedEntry - the VacmFamilyEntry that has been modified
public void snmpCommunityEntryAdded(SnmpCommunityTable communityTable,
SnmpCommunityEntry addedEntry)
communityTable - the instance of communityTable handled by the SnmpAgent.addedEntry - the SnmpCommunityEntry that has been added
public void snmpCommunityEntryDeleted(SnmpCommunityTable communityTable,
SnmpCommunityEntry deletedEntry)
communityTable - the instance of communityTable handled by the SnmpAgent.deletedEntry - the SnmpCommunityEntry that has been deleted
public void snmpCommunityEntryModified(SnmpCommunityTable communityTable,
SnmpCommunityEntry modifiedEntry)
communityTable - the instance of communityTable handled by the SnmpAgent.modifiedEntry - the SnmpCommunityEntry that has been modified
public void snmpTargetAddrEntryAdded(SnmpTargetAddrTable targetAddrTable,
SnmpTargetAddrEntry addedEntry)
targetAddrTable - the instance of SnmpTargetAddrTable handled by the SnmpAgent.addedEntry - the SnmpTargetAddrEntry that has been added
public void snmpTargetAddrEntryDeleted(SnmpTargetAddrTable targetAddrTable,
SnmpTargetAddrEntry deleteddEntry)
targetAddrTable - the instance of SnmpTargetAddrTable handled by the SnmpAgent.deletedEntry - the SnmpTargetAddrEntry that has been deleted
public void snmpTargetAddrEntryModified(SnmpTargetAddrTable targetAddrTable,
SnmpTargetAddrEntry modifiedEntry)
targetAddrTable - the instance of SnmpTargetAddrTable handled by the SnmpAgent.modifiedEntry - the SnmpTargetAddrEntry that has been modified
public void snmpTargetAddrExtEntryAdded(SnmpTargetAddrExtTable targetAddrExtTable,
SnmpTargetAddrExtEntry addedEntry)
targetAddrTable - the instance of SnmpTargetAddrTable handled by the SnmpAgent.addedEntry - the SnmpTargetAddrEntry that has been added
public void snmpTargetAddrExtEntryDeleted(SnmpTargetAddrExtTable targetAddrExtTable,
SnmpTargetAddrExtEntry deletedEntry)
targetAddrTable - the instance of SnmpTargetAddrTable handled by the SnmpAgent.deletedEntry - the SnmpTargetAddrEntry that has been deleted
public void snmpTargetAddrExtEntryModified(SnmpTargetAddrExtTable targetAddrExtTable,
SnmpTargetAddrExtEntry modifiedEntry)
targetAddrExtTable - the instance of SnmpTargetAddrTable handled by the SnmpAgent.modifiedEntry - the SnmpTargetAddrExtEntry that has been modified
public void snmpTargetParamsEntryAdded(SnmpTargetParamsTable targetParamsTable,
SnmpTargetParamsEntry addedEntry)
targetParamsTable - the instance of SnmpTargetParamsTable handled by the SnmpAgent.addedEntry - the SnmpTargetParamsEntry that has been added
public void snmpTargetParamsEntryDeleted(SnmpTargetParamsTable targetParamsTable,
SnmpTargetParamsEntry deletedEntry)
targetParamsTable - the instance of SnmpTargetParamsTable handled by the SnmpAgent.deletedEntry - the SnmpTargetParamsEntry that has been deleted
public void snmpTargetParamsEntryModified(SnmpTargetParamsTable targetParamsTable,
SnmpTargetParamsEntry modifiedEntry)
targetParamsTable - the instance of SnmpTargetParamsTable handled by the SnmpAgent.modifiedEntry - the SnmpTargetParamsEntry that has been modified
public void snmpNotifyEntryAdded(SnmpNotifyTable notifyTable,
SnmpNotifyEntry addedEntry)
notifyTable - the instance of SnmpNotifyTable handled by the SnmpAgent.addedEntry - the SnmpNotifyEntry that has been added
public void snmpNotifyEntryDeleted(SnmpNotifyTable notifyTable,
SnmpNotifyEntry deletedEntry)
notifyTable - the instance of SnmpNotifyTable handled by the SnmpAgent.deletedEntry - the SnmpNotifyEntry that has been deleted
public void snmpNotifyEntryModified(SnmpNotifyTable notifyTable,
SnmpNotifyEntry modifiedEntry)
notifyTable - the instance of SnmpNotifyTable handled by the SnmpAgent.modifiedEntry - the SnmpNotifyEntry that has been modified
public void snmpNotifyFilterEntryAdded(SnmpNotifyFilterTable notifyFilterTable,
SnmpNotifyFilterEntry addedEntry)
notifyFilterTable - the instance of SnmpNotifyFilterTable handled by the SnmpAgent.addedEntry - the SnmpNotifyFilterEntry that has been added
public void snmpNotifyFilterEntryDeleted(SnmpNotifyFilterTable notifyFilterTable,
SnmpNotifyFilterEntry deletedEntry)
notifyFilterTable - the instance of SnmpNotifyFilterTable handled by the SnmpAgent.deletedEntry - the SnmpNotifyFilterEntry that has been deleted
public void snmpNotifyFilterEntryModified(SnmpNotifyFilterTable notifyFilterTable,
SnmpNotifyFilterEntry modifiedEntry)
notifyFilterTable - the instance of SnmpNotifyFilterTable handled by the SnmpAgent.modifiedEntry - the SnmpNotifyFilterEntry that has been modified
public void snmpNotifyFilterProfileEntryAdded(SnmpNotifyFilterProfileTable notifyFilterProfileTable,
SnmpNotifyFilterProfileEntry addedEntry)
notifyFilterProfileTable - the instance of SnmpTargetAddrTable handled by the SnmpAgent.addedEntry - the SnmpNotifyFilterProfileEntry that has been added
public void snmpNotifyFilterProfileEntryDeleted(SnmpNotifyFilterProfileTable notifyFilterProfileTable,
SnmpNotifyFilterProfileEntry deletedEntry)
notifyFilterProfileTable - the instance of SnmpTargetAddrTable handled by the SnmpAgent.deletedEntry - the SnmpNotifyFilterProfileEntry that has been deleted
public void snmpNotifyFilterProfileEntryModified(SnmpNotifyFilterProfileTable notifyFilterProfileTable,
SnmpNotifyFilterProfileEntry modifiedEntry)
notifyFilterProfileTable - the instance of SnmpNotifyFilterProfileTable handled by the SnmpAgent.modifiedEntry - the SnmpNotifyFilterProfileEntry that has been modified
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||