Package | Description |
---|---|
com.tailf.ned |
Network Equipment Drivers package
|
Modifier and Type | Method and Description |
---|---|
NedErrorCode |
NedException.getNedErrorCode() |
static NedErrorCode |
NedErrorCode.valueOf(int i)
Get the NED error code from the given integer.
|
static NedErrorCode |
NedErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NedErrorCode[] |
NedErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
NedWorker.connectError(NedErrorCode code)
|
void |
NedWorker.connectError(NedErrorCode code,
String info)
This method should be invoked if the NED fails to perform the
connect() operation.
|
void |
NedWorker.error(int op,
NedErrorCode errCode,
String reason)
This function should be called when a callback like abort,persist,
etc cannot be completed.
|
Constructor and Description |
---|
NedException(NedErrorCode aCode,
String msg) |
NedException(NedErrorCode aCode,
String msg,
Throwable cause) |