|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.instrumentation.ui.internal.control.provider.application.InstrumentAgentStateModifier
public class InstrumentAgentStateModifier
A standard implementation of IAgentStateModifier that
looks up the execution agent to change its state. The attach and detach
options are not implemented.
| Constructor Summary | |
|---|---|
InstrumentAgentStateModifier()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
attach()
Not implemented |
boolean |
canAttach()
Not implemented |
boolean |
canDetach()
Not implemented |
boolean |
canPause()
Indicates whether pauseMonitoring can be invoked for the affiliated agent. |
boolean |
canResume()
Indicates whether startMonitoring can be invoked for the affiliated agent. |
void |
detach()
Not implemented |
void |
pauseMonitoring()
Pauses the affiliated agent. |
void |
setInput(org.eclipse.jface.viewers.StructuredSelection input)
Sets the current input for this state modifier. |
void |
startMonitoring()
Starts monitoring the affiliated agent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InstrumentAgentStateModifier()
| Method Detail |
|---|
public void attach()
throws org.eclipse.core.runtime.CoreException
attach in interface org.eclipse.tptp.trace.ui.provisional.control.provider.IAgentStateModifierorg.eclipse.core.runtime.CoreExceptionpublic boolean canAttach()
canAttach in interface org.eclipse.tptp.trace.ui.provisional.control.provider.IAgentStateModifierpublic boolean canDetach()
canDetach in interface org.eclipse.tptp.trace.ui.provisional.control.provider.IAgentStateModifierpublic boolean canPause()
canPause in interface org.eclipse.tptp.trace.ui.provisional.control.provider.IAgentStateModifierpublic boolean canResume()
canResume in interface org.eclipse.tptp.trace.ui.provisional.control.provider.IAgentStateModifier
public void detach()
throws org.eclipse.core.runtime.CoreException
detach in interface org.eclipse.tptp.trace.ui.provisional.control.provider.IAgentStateModifierorg.eclipse.core.runtime.CoreException
public void pauseMonitoring()
throws org.eclipse.core.runtime.CoreException
pauseMonitoring in interface org.eclipse.tptp.trace.ui.provisional.control.provider.IAgentStateModifierorg.eclipse.core.runtime.CoreExceptionpublic void setInput(org.eclipse.jface.viewers.StructuredSelection input)
setInput in interface org.eclipse.tptp.trace.ui.provisional.control.provider.IAgentStateModifier
public void startMonitoring()
throws org.eclipse.core.runtime.CoreException
startMonitoring in interface org.eclipse.tptp.trace.ui.provisional.control.provider.IAgentStateModifierorg.eclipse.core.runtime.CoreException
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||