Searched defs:ifIndex (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/monitoring/
H A DLinkTrapGenerator.java50 private int ifIndex = -1; field in class:LinkTrapGenerator
66 public LinkTrapGenerator(int ifIndex, int nbTraps) { argument
67 debug.message("LinkTrapGenerator(int ifIndex) called");
69 this.ifIndex = ifIndex;
72 debug.message("LinkTrapGenerator(int ifIndex) returned\n");
87 this.getClass().getName() + ",ifIndex=" +
88 ifIndex);
91 // Extract the value of ifIndex from the object name.
94 ifIndex
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/monitoring/
H A DLinkTrapGenerator.java50 private int ifIndex = -1; field in class:LinkTrapGenerator
66 public LinkTrapGenerator(int ifIndex, int nbTraps) { argument
67 debug.message("LinkTrapGenerator(int ifIndex) called");
69 this.ifIndex = ifIndex;
72 debug.message("LinkTrapGenerator(int ifIndex) returned\n");
87 this.getClass().getName() + ",ifIndex=" +
88 ifIndex);
91 // Extract the value of ifIndex from the object name.
94 ifIndex
[all...]

Completed in 36 milliseconds