|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ManagementMBean
Method Summary | |
---|---|
java.lang.String |
getConfigurationFile()
Get the xml based configuration file |
java.lang.Integer |
getNumberOfThreads()
Get number of Threads to use for indexing |
java.lang.String |
getProperty(java.lang.String key)
Get a selected property from JAG configuration. |
java.lang.String |
getPublishServerURL()
Get the URL to the Publish Server we want to publish the indexed data |
java.util.Date |
getStartDate()
Get a Date object with the time the agent was started. |
long |
getStartTime()
Get the time (in milliseconds since 1970) when the agent was started |
java.lang.String[] |
getSubFiles()
Get subfiles |
java.lang.String |
getSystemEnvProperty(java.lang.String key)
Get the selected Environment property |
java.lang.String |
getSystemProperty(java.lang.String key)
Get the selected System property |
java.lang.Boolean |
getUpdateIndexDatabase()
Get the udate database property |
java.lang.String |
getVersion()
Get the version tag for the agent |
void |
setNumberOfThreads(java.lang.Integer val)
Set number of Threads to use for indexing |
void |
setProperty(java.lang.String key,
java.lang.String value)
Set a selected property in the JAG configuration. |
void |
setSubFiles(java.lang.String[] sublist)
Set subfiles |
void |
setSystemProperty(java.lang.String key,
java.lang.String value)
Set a selected System property |
void |
setUpdateIndexDatabase(java.lang.Boolean val)
Set update index database property |
void |
stop()
Stops the agent, so it is not restarted. |
Method Detail |
---|
void stop()
java.lang.String getConfigurationFile()
java.lang.String getPublishServerURL()
void setUpdateIndexDatabase(java.lang.Boolean val)
java.lang.Boolean getUpdateIndexDatabase()
void setNumberOfThreads(java.lang.Integer val)
java.lang.Integer getNumberOfThreads()
void setSubFiles(java.lang.String[] sublist)
sublist
- java.lang.String[] getSubFiles()
java.lang.String getProperty(java.lang.String key)
void setProperty(java.lang.String key, java.lang.String value)
key
- the String key for the property to be set.
$param value the String value for the property to be set.java.lang.String getSystemProperty(java.lang.String key)
void setSystemProperty(java.lang.String key, java.lang.String value)
key
- the String key for the property to be set.
$param value the String value for the property to be set.java.lang.String getSystemEnvProperty(java.lang.String key)
long getStartTime()
java.util.Date getStartDate()
java.lang.String getVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |