Geomajas, Geomajas server: Main - commands 1.15.1

org.geomajas.command.dto
Class RefreshConfigurationResponse

java.lang.Object
  extended by org.geomajas.command.CommandResponse
      extended by 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

Constructor Summary
RefreshConfigurationResponse()
           
 
Method Summary
 String[] getApplicationNames()
          Returns an array of client applications in the newly loaded context.
 void setApplicationNames(String[] applicationNames)
          Sets an array of client applications in the newly loaded context.
 String toString()
           
 
Methods inherited from class org.geomajas.command.CommandResponse
getErrorMessages, getErrors, getExceptions, getExecutionTime, getId, isError, setExecutionTime, setId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RefreshConfigurationResponse

public RefreshConfigurationResponse()
Method Detail

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

Geomajas, Geomajas server: Main - commands 1.15.1

Copyright © 2014 Geosparc. All Rights Reserved.