Package org.gvsig.report.lib.impl
Class DefaultReportServerConfig
java.lang.Object
org.gvsig.report.lib.impl.DefaultReportServerConfig
- All Implemented Interfaces:
ReportServerConfig
- Author:
- jjdelcerro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidfromJSON(org.json.JSONObject jsonConfig) booleangetDataset(String name) intgetPort()intgetViewCapture(String name) booleanisLocked()voidvoidsetAutostart(boolean autostart) voidsetLocked(boolean locked) setPort(int port) setServerInfo(String serverInfo) setTimeout(int timeout) toJSON()
-
Constructor Details
-
DefaultReportServerConfig
-
-
Method Details
-
getServices
- Specified by:
getServicesin interfaceReportServerConfig
-
isLocked
public boolean isLocked() -
setLocked
public void setLocked(boolean locked) -
getPort
public int getPort()- Specified by:
getPortin interfaceReportServerConfig
-
setPort
- Specified by:
setPortin interfaceReportServerConfig
-
getTimeout
public int getTimeout()- Specified by:
getTimeoutin interfaceReportServerConfig
-
setTimeout
- Specified by:
setTimeoutin interfaceReportServerConfig
-
getServerInfo
- Specified by:
getServerInfoin interfaceReportServerConfig
-
setServerInfo
- Specified by:
setServerInfoin interfaceReportServerConfig
-
getDatasets
- Specified by:
getDatasetsin interfaceReportServerConfig
-
getDataset
- Specified by:
getDatasetin interfaceReportServerConfig
-
toJSON
- Specified by:
toJSONin interfaceReportServerConfig
-
fromJSON
public void fromJSON(org.json.JSONObject jsonConfig) -
getViewCaptures
- Specified by:
getViewCapturesin interfaceReportServerConfig
-
getViewCapture
- Specified by:
getViewCapturein interfaceReportServerConfig
-
addPropertyChangeListener
- Specified by:
addPropertyChangeListenerin interfaceReportServerConfig
-
removePropertyChangeListener
- Specified by:
removePropertyChangeListenerin interfaceReportServerConfig
-
getAutostart
public boolean getAutostart()- Specified by:
getAutostartin interfaceReportServerConfig
-
setAutostart
public void setAutostart(boolean autostart) - Specified by:
setAutostartin interfaceReportServerConfig
-