com.foxsmart.csu.config.global.interfacepkg
Class RateLimitContinueAction

java.lang.Object
  extended by com.foxsmart.csu.config.CiscoRouterConfigParser
      extended by com.foxsmart.csu.config.global.interfacepkg.RateLimitAction
          extended by com.foxsmart.csu.config.global.interfacepkg.RateLimitContinueAction
All Implemented Interfaces:
java.io.Serializable

public class RateLimitContinueAction
extends RateLimitAction

The RateLimitContinueAction will scan other rate limits.

See Also:
Serialized Form

Field Summary
static java.lang.String CONTINUE
           
 
Fields inherited from class com.foxsmart.csu.config.CiscoRouterConfigParser
log, NO, tokenIndex
 
Constructor Summary
RateLimitContinueAction()
           
 
Method Summary
 boolean getActionAssociatedWithValue()
          Determines whether this action is associated with a value or not.
 java.lang.String getActionKeyword()
          Gets the keyword for this action (e.g.
 
Methods inherited from class com.foxsmart.csu.config.global.interfacepkg.RateLimitAction
generateIosString, getMaxValue, getMinValue, getValue, setValue, validate
 
Methods inherited from class com.foxsmart.csu.config.CiscoRouterConfigParser
checkExists, checkLineComplete, checkNotEmpty, checkRange, checkTokenCount, checkTokenCount, checkTokenMatch, checkTokenMatch, decrementTokenIndex, generateCommands, getBigDecimalNumberFromString, getDoubleNumberFromString, getEnum, getHexadecimalNumberFromString, getIntegerNumberFromString, getIpAddressFromString, getLine, getLongNumberFromString, getMacAddressFromString, getNextOptionalToken, getNextToken, getToken, getTokenIndex, getTokens, getTotalIndentedLines, getTotalLines, incrementTokenIndex, invalidConfiguration, invalidTokenFound, isEmpty, moreIndentedLines, moreLines, moreTokens, removeLines, resetTokenIndex, setTokenIndex, tokensLeft
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTINUE

public static final java.lang.String CONTINUE
See Also:
Constant Field Values
Constructor Detail

RateLimitContinueAction

public RateLimitContinueAction()
Method Detail

getActionAssociatedWithValue

public boolean getActionAssociatedWithValue()
Determines whether this action is associated with a value or not.

Specified by:
getActionAssociatedWithValue in class RateLimitAction
Returns:
false.

getActionKeyword

public java.lang.String getActionKeyword()
Gets the keyword for this action (e.g. set-dscp-continue).

Specified by:
getActionKeyword in class RateLimitAction
Returns:
the keywork


Copyright © 2005-2008 Fox Smart, Inc. All Rights Reserved.