|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RemoteV3Client
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,
int req)
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,
int req)
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,
int req)
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,
int req)
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,
int req)
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,
int req)
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,
int req)
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,
int req)
This method is called by the UsmUserTableRequestHandler whenever a USMUserEntry has been remotely modified. |
void |
vacmAccessEntryAdded(VacmGroupAccessTable vacmAccessTable,
VacmAccessEntry addedEntry,
byte[] grpName)
This method is called by the VacmAccessTableRequestHandler whenever a new VacmAccessEntry has been remotely added in the VacmGroupAccessTable. |
void |
vacmAccessEntryDeleted(VacmGroupAccessTable vacmAccessTable,
VacmAccessEntry deletedEntry,
byte[] grpName)
This method is called by the VacmAccessTableRequestHandler whenever a VacmAccessEntry has been remotely deleted from the VacmGroupAccessTable. |
void |
vacmAccessEntryModified(VacmGroupAccessTable vacmAccessTable,
VacmAccessEntry modifiedEntry,
byte[] grpName,
int req)
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,
int req)
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,
int req)
This method is called by the VacmViewTreeTableRequestHandler whenever a VacmFamilyEntry has been modified in the VacmViewTreeTable. |
| Method Detail |
|---|
void usmUserEntryAdded(USMUserTable usmTable,
USMUserEntry addedEntry)
usmTable - the instance of USMUserTable handled by the SnmpAgent.addedEntry - the new USMUserEntry that has been added.
void usmUserEntryDeleted(USMUserTable usmTable,
USMUserEntry deletedEntry)
usmTable - the instance of USMUserTable handled by the SnmpAgent.deletedEntry - the new USMUserEntry that has been deleted.
void usmUserEntryModified(USMUserTable usmTable,
USMUserEntry modifiedEntry,
int req)
usmTable - the instance of USMUserTable handled by the SnmpAgent.modifiedEntry - the new USMUserEntry that has been modified
void vacmContextEntryAdded(VacmContextTable vacmContextTable,
VacmContextEntry addedEntry)
vacmContextTable - the instance of VacmContextTable handled by the SnmpAgent.addedEntry - the new VacmContextEntry that has been added.
void vacmContextEntryDeleted(VacmContextTable vacmContextTable,
VacmContextEntry deletedEntry)
vacmContextTable - the instance of VacmContextTable handled by the SnmpAgent.deletedEntry - the new VacmContextEntry that has been removed.
void vacmContextEntryModified(VacmContextTable vacmContextTable,
VacmContextEntry modifiedEntry)
vacmContextTable - the instance of VacmContextTable handled by the SnmpAgent.modifiedEntry - the new VacmContextEntry that has been modified
void vacmAccessEntryAdded(VacmGroupAccessTable vacmAccessTable,
VacmAccessEntry addedEntry,
byte[] grpName)
vacmAccessTable - the instance of VacmGroupAccessTable handled by the SnmpAgent.addedEntry - the new VacmAccessEntry that has been added
void vacmAccessEntryDeleted(VacmGroupAccessTable vacmAccessTable,
VacmAccessEntry deletedEntry,
byte[] grpName)
vacmAccessTable - the instance of VacmGroupAccessTable handled by the SnmpAgent.deletedEntry - the VacmAccessEntry that has been deleted
void vacmAccessEntryModified(VacmGroupAccessTable vacmAccessTable,
VacmAccessEntry modifiedEntry,
byte[] grpName,
int req)
vacmAccessTable - the instance of VacmGroupAccessTable handled by the SnmpAgent.modifiedEntry - the VacmAccessEntry that has been modified
void vacmGroupEntryAdded(VacmGroupTable vacmGroupTable,
VacmGroupEntry addedEntry)
vacmGroupTable - the instance of VacmGroupTable handled by the SnmpAgent.addedEntry - the VacmGroupEntry that has been added
void vacmGroupEntryDeleted(VacmGroupTable vacmGroupTable,
VacmGroupEntry deletedEntry)
vacmGroupTable - the instance of VacmGroupTable handled by the SnmpAgent.deletedEntry - the VacmGroupEntry that has been deleted
void vacmGroupEntryModified(VacmGroupTable vacmGroupTable,
VacmGroupEntry modifiedEntry,
int req)
vacmGroupTable - the instance of VacmGroupTable handled by the SnmpAgent.modifiedEntry - the VacmGroupEntry that has been modified
void vacmViewTreeEntryAdded(VacmViewTreeTable vacmViewTreeTable,
VacmFamilyEntry addedEntry)
vacmViewTreeTable - the instance of VacmViewTreeTable handled by the SnmpAgent.addedEntry - the new VacmFamilyEntry that has been added
void vacmViewTreeEntryDeleted(VacmViewTreeTable vacmViewTreeTable,
VacmFamilyEntry deletedEntry)
vacmViewTreeTable - the instance of VacmViewTreeTable handled by the SnmpAgent.deletedEntry - the VacmFamilyEntry that has been deleted
void vacmViewTreeEntryModified(VacmViewTreeTable vacmViewTreeTable,
VacmFamilyEntry modifiedEntry,
int req)
vacmViewTreeTable - the instance of VacmViewTreeTable handled by the SnmpAgent.modifiedEntry - the VacmFamilyEntry that has been modified
void snmpCommunityEntryAdded(SnmpCommunityTable communityTable,
SnmpCommunityEntry addedEntry)
communityTable - the instance of communityTable handled by the SnmpAgent.addedEntry - the SnmpCommunityEntry that has been added
void snmpCommunityEntryDeleted(SnmpCommunityTable communityTable,
SnmpCommunityEntry deletedEntry)
communityTable - the instance of communityTable handled by the SnmpAgent.deletedEntry - the SnmpCommunityEntry that has been deleted
void snmpCommunityEntryModified(SnmpCommunityTable communityTable,
SnmpCommunityEntry modifiedEntry,
int req)
communityTable - the instance of communityTable handled by the SnmpAgent.modifiedEntry - the SnmpCommunityEntry that has been modified
void snmpTargetAddrEntryAdded(SnmpTargetAddrTable targetAddrTable,
SnmpTargetAddrEntry addedEntry)
targetAddrTable - the instance of SnmpTargetAddrTable handled by the SnmpAgent.addedEntry - the SnmpTargetAddrEntry that has been added
void snmpTargetAddrEntryDeleted(SnmpTargetAddrTable targetAddrTable,
SnmpTargetAddrEntry deleteddEntry)
targetAddrTable - the instance of SnmpTargetAddrTable handled by the SnmpAgent.deletedEntry - the SnmpTargetAddrEntry that has been deleted
void snmpTargetAddrEntryModified(SnmpTargetAddrTable targetAddrTable,
SnmpTargetAddrEntry modifiedEntry,
int req)
targetAddrTable - the instance of SnmpTargetAddrTable handled by the SnmpAgent.modifiedEntry - the SnmpTargetAddrEntry that has been modified
void snmpTargetAddrExtEntryAdded(SnmpTargetAddrExtTable targetAddrExtTable,
SnmpTargetAddrExtEntry addedEntry)
targetAddrTable - the instance of SnmpTargetAddrTable handled by the SnmpAgent.addedEntry - the SnmpTargetAddrEntry that has been added
void snmpTargetAddrExtEntryDeleted(SnmpTargetAddrExtTable targetAddrExtTable,
SnmpTargetAddrExtEntry deletedEntry)
targetAddrTable - the instance of SnmpTargetAddrTable handled by the SnmpAgent.deletedEntry - the SnmpTargetAddrEntry that has been deleted
void snmpTargetAddrExtEntryModified(SnmpTargetAddrExtTable targetAddrExtTable,
SnmpTargetAddrExtEntry modifiedEntry,
int req)
targetAddrExtTable - the instance of SnmpTargetAddrTable handled by the SnmpAgent.modifiedEntry - the SnmpTargetAddrExtEntry that has been modified
void snmpTargetParamsEntryAdded(SnmpTargetParamsTable targetParamsTable,
SnmpTargetParamsEntry addedEntry)
targetParamsTable - the instance of SnmpTargetParamsTable handled by the SnmpAgent.addedEntry - the SnmpTargetParamsEntry that has been added
void snmpTargetParamsEntryDeleted(SnmpTargetParamsTable targetParamsTable,
SnmpTargetParamsEntry deletedEntry)
targetParamsTable - the instance of SnmpTargetParamsTable handled by the SnmpAgent.deletedEntry - the SnmpTargetParamsEntry that has been deleted
void snmpTargetParamsEntryModified(SnmpTargetParamsTable targetParamsTable,
SnmpTargetParamsEntry modifiedEntry,
int req)
targetParamsTable - the instance of SnmpTargetParamsTable handled by the SnmpAgent.modifiedEntry - the SnmpTargetParamsEntry that has been modified
void snmpNotifyEntryAdded(SnmpNotifyTable notifyTable,
SnmpNotifyEntry addedEntry)
notifyTable - the instance of SnmpNotifyTable handled by the SnmpAgent.addedEntry - the SnmpNotifyEntry that has been added
void snmpNotifyEntryDeleted(SnmpNotifyTable notifyTable,
SnmpNotifyEntry deletedEntry)
notifyTable - the instance of SnmpNotifyTable handled by the SnmpAgent.deletedEntry - the SnmpNotifyEntry that has been deleted
void snmpNotifyEntryModified(SnmpNotifyTable notifyTable,
SnmpNotifyEntry modifiedEntry,
int req)
notifyTable - the instance of SnmpNotifyTable handled by the SnmpAgent.modifiedEntry - the SnmpNotifyEntry that has been modified
void snmpNotifyFilterEntryAdded(SnmpNotifyFilterTable notifyFilterTable,
SnmpNotifyFilterEntry addedEntry)
notifyFilterTable - the instance of SnmpNotifyFilterTable handled by the SnmpAgent.addedEntry - the SnmpNotifyFilterEntry that has been added
void snmpNotifyFilterEntryDeleted(SnmpNotifyFilterTable notifyFilterTable,
SnmpNotifyFilterEntry deletedEntry)
notifyFilterTable - the instance of SnmpNotifyFilterTable handled by the SnmpAgent.deletedEntry - the SnmpNotifyFilterEntry that has been deleted
void snmpNotifyFilterEntryModified(SnmpNotifyFilterTable notifyFilterTable,
SnmpNotifyFilterEntry modifiedEntry,
int req)
notifyFilterTable - the instance of SnmpNotifyFilterTable handled by the SnmpAgent.modifiedEntry - the SnmpNotifyFilterEntry that has been modified
void snmpNotifyFilterProfileEntryAdded(SnmpNotifyFilterProfileTable notifyFilterProfileTable,
SnmpNotifyFilterProfileEntry addedEntry)
notifyFilterProfileTable - the instance of SnmpTargetAddrTable handled by the SnmpAgent.addedEntry - the SnmpNotifyFilterProfileEntry that has been added
void snmpNotifyFilterProfileEntryDeleted(SnmpNotifyFilterProfileTable notifyFilterProfileTable,
SnmpNotifyFilterProfileEntry deletedEntry)
notifyFilterProfileTable - the instance of SnmpTargetAddrTable handled by the SnmpAgent.deletedEntry - the SnmpNotifyFilterProfileEntry that has been deleted
void snmpNotifyFilterProfileEntryModified(SnmpNotifyFilterProfileTable notifyFilterProfileTable,
SnmpNotifyFilterProfileEntry modifiedEntry,
int req)
notifyFilterProfileTable - the instance of SnmpNotifyFilterProfileTable handled by the SnmpAgent.modifiedEntry - the SnmpNotifyFilterProfileEntry that has been modified
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||