public class UnsupportedCommandChannel extends java.lang.Object implements CommandChannel
SYNTAX_JUNOSCRIPT, SYNTAX_SNMP
Constructor and Description |
---|
UnsupportedCommandChannel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCommandSyntax()
Get command channel syntax
|
boolean |
isSupported()
Check if command channel is available
|
Response |
pushCommand(java.lang.String aCommand,
int timeout)
send the command to network device.
|
public java.lang.String getCommandSyntax()
CommandChannel
getCommandSyntax
in interface CommandChannel
public boolean isSupported()
CommandChannel
isSupported
in interface CommandChannel
public Response pushCommand(java.lang.String aCommand, int timeout) throws CommandException
CommandChannel
pushCommand
in interface CommandChannel
CommandException