public final class SnmpVlanCollection extends Object implements ReadyRunnable, Comparable<SnmpVlanCollection>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SnmpVlanCollection o) |
String |
getPackageName() |
boolean |
isReady()
isReady
|
void |
run()
Performs the collection for the targeted internet address.
|
void |
setPackageName(String packageName) |
String |
toString() |
public void run()
Performs the collection for the targeted internet address. The success
or failure of the collection should be tested via the
failed method.
No synchronization is performed, so if this is used in a separate thread context synchornization must be added.
public boolean isReady()
isReady
isReady in interface ReadyRunnablepublic void setPackageName(String packageName)
public String getPackageName()
public int compareTo(SnmpVlanCollection o)
compareTo in interface Comparable<SnmpVlanCollection>Copyright © 2015. All rights reserved.