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

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

public class SmdsEncapsulationOptions
extends EncapsulationOptions

The SmdsEncapsulationOptions class contains Switched Megabit Data Service (SMDS) encapsulation options. Currently, there are no specific options other than the existence of this object.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.foxsmart.csu.config.CiscoRouterConfigParser
log, NO, tokenIndex
 
Constructor Summary
SmdsEncapsulationOptions()
          Constructs a SmdsEncapsulationOptions object.
 
Method Summary
 java.lang.String generateIos()
          Generates an IOS string for this encapsulation option.
 
Methods inherited from class com.foxsmart.csu.config.global.interfacepkg.EncapsulationOptions
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
 

Constructor Detail

SmdsEncapsulationOptions

public SmdsEncapsulationOptions()
Constructs a SmdsEncapsulationOptions object.

Method Detail

generateIos

public java.lang.String generateIos()
                             throws InvalidConfigurationException
Generates an IOS string for this encapsulation option.

Overrides:
generateIos in class EncapsulationOptions
Returns:
The IOS string for this component.
Throws:
InvalidConfigurationException - if any of the configuration elements are not valid.


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