Method and Description |
---|
com.esf.core.configuration.service.IConfigurationManagerService.rejectConfiguration(String)
As of ESF 1.1.0 replaced by
IConfigurableComponentService
This method is used to inform that Configuration Manager that a component has rejected
a configuration. A component must specify a String representing its symbolic name.
The Configuration Manager will then issue a configuration error corresponding to the
specified component and return a Configuration Object representing the most recent
stored configuration in the archive. If no stored or default configuration exists in
the archive, the method will return null |
com.esf.net.dhcp.server.service.IDhcpServerService.setDhcpServer(String, int, int, String, String, String, boolean)
As of ESF 1.1.0 this was replaced by the more extensive setDhcpServer method
sets the dhcp server parameters of a statically defined Ethernet
interface
|
com.esf.net.dhcp.server.service.IDhcpServerService.setDhcpServerMaximumLeaseTime(String, int)
As of ESF 1.1.0 this should not be used. This never worked and should not be used.
Sets the maximum lease time to be used by the DHCP server service on this
Ethernet adapter. This method is useful only if runDhcpServer() reports
true.
|
com.esf.core.configuration.service.IConfigurationManagerService.storeConfiguration(String)
As of ESF 1.1.0 replaced by
IConfigurableComponentService
This method is used to inform that Configuration Manager that the last supplied
configuration Object was accepted and should be stored in the archive. The
Configuration Manager will then store the configuration Object as in the archive as the
current configuration. |
Copyright © 2009 Eurotech Inc. All rights reserved.