Class StartProfilingParams
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.system.profiling.StartProfilingParams
-
- All Implemented Interfaces:
Serializable
public class StartProfilingParams extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description StartProfilingParams()StartProfilingParams(Property<T,? super StartProfilingParams> property, T value)
-
Method Summary
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
COMMENTS
public static final BasicProperty<String,StartProfilingParams> COMMENTS
-
INCLUDE_BUILT_IN_TASKS
public static final BasicProperty<Boolean,StartProfilingParams> INCLUDE_BUILT_IN_TASKS
-
INCLUDE_CACHEABLE_QUERIES
public static final BasicProperty<Boolean,StartProfilingParams> INCLUDE_CACHEABLE_QUERIES
-
INCLUDE_CUSTOM_WEB_SERVICES
public static final BasicProperty<Boolean,StartProfilingParams> INCLUDE_CUSTOM_WEB_SERVICES
-
INCLUDE_LOW_LEVEL_QUERIES
public static final BasicProperty<Boolean,StartProfilingParams> INCLUDE_LOW_LEVEL_QUERIES
-
INCLUDE_SCHEDULED_TASKS
public static final BasicProperty<Boolean,StartProfilingParams> INCLUDE_SCHEDULED_TASKS
-
INCLUDE_SCRIPT_CODE
public static final BasicProperty<Boolean,StartProfilingParams> INCLUDE_SCRIPT_CODE
-
INCLUDE_SERVICES
public static final BasicProperty<Boolean,StartProfilingParams> INCLUDE_SERVICES
-
INCLUDE_SERVICES_SKIPPED_FROM_LOG
public static final BasicProperty<Boolean,StartProfilingParams> INCLUDE_SERVICES_SKIPPED_FROM_LOG
-
NAME
public static final BasicProperty<String,StartProfilingParams> NAME
-
OPERATIONS
public static final SetProperty<String,StartProfilingParams> OPERATIONS
-
SERVICES
public static final SetProperty<String,StartProfilingParams> SERVICES
-
SKIP_READ_ONLY_TRANSACTIONS
public static final BasicProperty<Boolean,StartProfilingParams> SKIP_READ_ONLY_TRANSACTIONS
-
WITH_SCRIPTS_ONLY
public static final BasicProperty<Boolean,StartProfilingParams> WITH_SCRIPTS_ONLY
-
-
Constructor Detail
-
StartProfilingParams
public StartProfilingParams()
-
StartProfilingParams
public StartProfilingParams(Property<T,? super StartProfilingParams> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getComments
public String getComments()
-
setComments
public void setComments(String comments)
-
isIncludeBuiltInTasks
public boolean isIncludeBuiltInTasks()
-
setIncludeBuiltInTasks
public void setIncludeBuiltInTasks(boolean includeBuiltInTasks)
-
isIncludeCacheableQueries
public boolean isIncludeCacheableQueries()
-
setIncludeCacheableQueries
public void setIncludeCacheableQueries(boolean includeCacheableQueries)
-
isIncludeCustomWebServices
public boolean isIncludeCustomWebServices()
-
setIncludeCustomWebServices
public void setIncludeCustomWebServices(boolean includeCustomWebServices)
-
isIncludeLowLevelQueries
public boolean isIncludeLowLevelQueries()
-
setIncludeLowLevelQueries
public void setIncludeLowLevelQueries(boolean includeLowLevelQueries)
-
isIncludeScheduledTasks
public boolean isIncludeScheduledTasks()
-
setIncludeScheduledTasks
public void setIncludeScheduledTasks(boolean includeScheduledTasks)
-
isIncludeScriptCode
public boolean isIncludeScriptCode()
-
setIncludeScriptCode
public void setIncludeScriptCode(boolean includeScriptCode)
-
isIncludeServices
public boolean isIncludeServices()
-
setIncludeServices
public void setIncludeServices(boolean includeServices)
-
isIncludeServicesSkippedFromLog
public boolean isIncludeServicesSkippedFromLog()
-
setIncludeServicesSkippedFromLog
public void setIncludeServicesSkippedFromLog(boolean includeServicesSkippedFromLog)
-
getName
public String getName()
-
setName
public void setName(String name)
-
isSkipReadOnlyTransactions
public boolean isSkipReadOnlyTransactions()
-
setSkipReadOnlyTransactions
public void setSkipReadOnlyTransactions(boolean skipReadOnlyTransactions)
-
isWithScriptsOnly
public boolean isWithScriptsOnly()
-
setWithScriptsOnly
public void setWithScriptsOnly(boolean withScriptsOnly)
-
-