org.geomajas.command.dto
Class RefreshConfigurationResponse
java.lang.Object
org.geomajas.command.CommandResponse
org.geomajas.command.dto.RefreshConfigurationResponse
- All Implemented Interfaces:
- Serializable
public class RefreshConfigurationResponse
- extends CommandResponse
Response object for RefreshConfigurationCommand.
- Author:
- Jan De Moerloose
- See Also:
- Serialized Form
RefreshConfigurationResponse
public RefreshConfigurationResponse()
getApplicationNames
public String[] getApplicationNames()
- Returns an array of client applications in the newly loaded context.
- Returns:
- array of application names
setApplicationNames
public void setApplicationNames(String[] applicationNames)
- Sets an array of client applications in the newly loaded context.
- Parameters:
applicationNames - array of application names
toString
public String toString()
- Overrides:
toString in class CommandResponse
Copyright © 2014 Geosparc. All Rights Reserved.