|
TPTP 4.5.0 Monitoring Tools Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.monitoring.lta.examples.loganalyzer.AnalyzeCorrelateOperation
public class AnalyzeCorrelateOperation
| Constructor Summary | |
|---|---|
AnalyzeCorrelateOperation(org.eclipse.hyades.logging.parsers.importer.ILogParser parser,
java.lang.String name)
|
|
| Method Summary | |
|---|---|
void |
dispose()
Cleans up all resources. |
java.lang.String |
getAdapterFilePath()
|
org.eclipse.hyades.models.hierarchy.TRCAgent |
getAgent()
Returns the agent that contains the log file. |
org.eclipse.hyades.ui.internal.navigator.INavigator |
getFViewer()
Returns the log navigator. |
java.lang.String |
getLogFilePath()
Returns the location of the log file to parse. |
java.lang.String |
getProjectName()
Retuns the project name that contains the log file. |
java.lang.String |
getTcMonitor()
Returns a String that represents the monitor that contains the log file. |
org.eclipse.hyades.models.hierarchy.TRCMonitor |
getTRCMonitor()
Returns a TRCMonitor that represents the monitor that contains the log file. |
void |
run(org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
setAdapterFilePath(java.lang.String adapterFilePath)
|
void |
setAgent(org.eclipse.hyades.models.hierarchy.TRCAgent agent)
Sets the agent that contains the log file. |
void |
setFViewer(org.eclipse.hyades.ui.internal.navigator.INavigator explorer)
Sets the navigator that contains the process and agents. |
void |
setLogFilePath(java.lang.String string)
Sets the location of the log file to parse. |
void |
setProjectName(java.lang.String string)
Sets the project name that contains the log file resource. |
void |
setTcMonitor(java.lang.String string)
Sets a String that represents the monitor that contains the log file. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnalyzeCorrelateOperation(org.eclipse.hyades.logging.parsers.importer.ILogParser parser,
java.lang.String name)
| Method Detail |
|---|
public void run(org.eclipse.core.runtime.IProgressMonitor monitor)
throws java.lang.reflect.InvocationTargetException,
java.lang.InterruptedException
run in interface org.eclipse.jface.operation.IRunnableWithProgressjava.lang.reflect.InvocationTargetException
java.lang.InterruptedExceptionpublic void dispose()
public java.lang.String getProjectName()
public void setProjectName(java.lang.String string)
string - - represents the project name that contains the log file resource.public org.eclipse.hyades.ui.internal.navigator.INavigator getFViewer()
public void setFViewer(org.eclipse.hyades.ui.internal.navigator.INavigator explorer)
explorer - - represents the viewer that contains the monitors and agents.public org.eclipse.hyades.models.hierarchy.TRCMonitor getTRCMonitor()
public java.lang.String getTcMonitor()
public void setTcMonitor(java.lang.String string)
string - - represents the monitor that contains the log file.public java.lang.String getLogFilePath()
public void setLogFilePath(java.lang.String string)
string - - represents the location of the log file to parse.public org.eclipse.hyades.models.hierarchy.TRCAgent getAgent()
public void setAgent(org.eclipse.hyades.models.hierarchy.TRCAgent agent)
agent - - represents the agent that contains the log file.public java.lang.String getAdapterFilePath()
public void setAdapterFilePath(java.lang.String adapterFilePath)
adapterFilePath - The adapterFilePath to set.
|
TPTP 4.5.0 Monitoring Tools Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||