Package | Description |
---|---|
org.soulwing.snmp |
Provides a façade over an SNMP and MIB implementation
|
Modifier and Type | Method and Description |
---|---|
void |
SnmpAsyncOperations.asyncGet(SnmpCallback<VarbindCollection> callback,
List<String> oids)
Invokes an asynchronous SNMP GET operation.
|
void |
SnmpAsyncOperations.asyncGet(SnmpCallback<VarbindCollection> callback,
String... oids)
Invokes an asynchronous SNMP GET operation.
|
void |
SnmpAsyncOperations.asyncGet(SnmpCallback<VarbindCollection> callback,
VarbindCollection varbinds)
Invokes an asynchronous SNMP GET operation.
|
void |
SnmpAsyncOperations.asyncGetBulk(SnmpCallback<List<VarbindCollection>> callback,
int nonRepeaters,
int maxRepetitions,
List<String> oids)
Invokes an asynchronous SNMP GETBULK operation.
|
void |
SnmpAsyncOperations.asyncGetBulk(SnmpCallback<List<VarbindCollection>> callback,
int nonRepeaters,
int maxRepetitions,
String... oids)
Invokes an asynchronous SNMP GETBULK operation.
|
void |
SnmpAsyncOperations.asyncGetBulk(SnmpCallback<List<VarbindCollection>> callback,
int nonRepeaters,
int maxRepetitions,
VarbindCollection varbinds)
Invokes an asynchronous SNMP GETBULK operation.
|
void |
SnmpAsyncOperations.asyncGetNext(SnmpCallback<VarbindCollection> callback,
List<String> oids)
Invokes an asynchronous SNMP GETNEXT operation.
|
void |
SnmpAsyncOperations.asyncGetNext(SnmpCallback<VarbindCollection> callback,
String... oids)
Invokes an asynchronous SNMP GETNEXT operation.
|
void |
SnmpAsyncOperations.asyncGetNext(SnmpCallback<VarbindCollection> callback,
VarbindCollection varbinds)
Invokes an asynchronous SNMP GETNEXT operation.
|
void |
SnmpAsyncOperations.asyncWalk(SnmpCallback<SnmpAsyncWalker<VarbindCollection>> callback,
int nonRepeaters,
List<String> oids)
Invokes an asynchronous walk on a conceptual table.
|
void |
SnmpAsyncOperations.asyncWalk(SnmpCallback<SnmpAsyncWalker<VarbindCollection>> callback,
int nonRepeaters,
String... oids)
Invokes an asynchronous walk on a conceptual table.
|
void |
SnmpAsyncOperations.asyncWalk(SnmpCallback<SnmpAsyncWalker<VarbindCollection>> callback,
List<String> repeaters)
Invokes an asynchronous walk on a conceptual table.
|
void |
SnmpAsyncOperations.asyncWalk(SnmpCallback<SnmpAsyncWalker<VarbindCollection>> callback,
List<String> nonRepeaters,
List<String> repeaters)
Invokes an asynchronous walk on a conceptual table.
|
void |
SnmpAsyncOperations.asyncWalk(SnmpCallback<SnmpAsyncWalker<VarbindCollection>> callback,
String... repeaters)
Invokes an asynchronous walk on a conceptual table.
|
void |
SnmpOperation.invoke(SnmpCallback<V> callback)
Invoke this operation, notifying the specified callback when a
response is available.
|
Copyright © 2012–2015. All rights reserved.