Searched defs:operationEntries (Results 1 - 2 of 2) sorted by relevance
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/monitoring/cts/ |
H A D | CtsMonitoringImpl.java | 133 final List<OperationEntry> operationEntries = new ArrayList<OperationEntry>(); 142 operationEntries.add(entry); 156 for (OperationEntry ce : operationEntries) { 167 operationEntries, tokenEntries); 168 createCRUDOperationsTable(myMib, CtsCRUDOperationsTable, operationEntries); 208 * @param operationEntries The entries from which the table will be populated 212 List<OperationEntry> operationEntries) throws SnmpStatusException { 214 for (OperationEntry oe : operationEntries) { 229 * @param operationEntries The operation entries from which the table will be populated 234 List<OperationEntry> operationEntries, 211 createCRUDOperationsTable(SnmpMib myMib, TableCtsCRUDOperationsTable table, List<OperationEntry> operationEntries) argument 233 createCRUDOperationsPerTokenTypeTable(SnmpMib myMib, TableCtsCRUDOperationsPerTokenTypeTable table, List<OperationEntry> operationEntries, List<TokenEntry> tokenEntries) argument [all...] |
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/monitoring/cts/ |
H A D | CtsMonitoringImpl.java | 131 final List<OperationEntry> operationEntries = new ArrayList<OperationEntry>(); 140 operationEntries.add(entry); 154 for (OperationEntry ce : operationEntries) { 165 operationEntries, tokenEntries); 166 createCRUDOperationsTable(myMib, CtsCRUDOperationsTable, operationEntries); 206 * @param operationEntries The entries from which the table will be populated 210 List<OperationEntry> operationEntries) throws SnmpStatusException { 212 for (OperationEntry oe : operationEntries) { 227 * @param operationEntries The operation entries from which the table will be populated 232 List<OperationEntry> operationEntries, 209 createCRUDOperationsTable(SnmpMib myMib, TableCtsCRUDOperationsTable table, List<OperationEntry> operationEntries) argument 231 createCRUDOperationsPerTokenTypeTable(SnmpMib myMib, TableCtsCRUDOperationsPerTokenTypeTable table, List<OperationEntry> operationEntries, List<TokenEntry> tokenEntries) argument [all...] |
Completed in 272 milliseconds