|
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.TIInstrumentAgentControlProvider.TIInstrumentAgentStateModifier
public static class TIInstrumentAgentControlProvider.TIInstrumentAgentStateModifier
The actual state modifier for the TI agent. This is a singleton class
that should be accessed via the getInstance method. All public
methods of this class are synchornized.
| Method Summary | |
|---|---|
void |
attach()
|
boolean |
canAttach()
|
boolean |
canDetach()
|
boolean |
canPause()
|
boolean |
canResume()
|
void |
detach()
|
static TIInstrumentAgentControlProvider.TIInstrumentAgentStateModifier |
getInstance()
Return the only instance of this class |
void |
pauseMonitoring()
|
void |
setInput(org.eclipse.jface.viewers.StructuredSelection input)
|
void |
startMonitoring()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static TIInstrumentAgentControlProvider.TIInstrumentAgentStateModifier getInstance()
public 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 attach()
throws org.eclipse.core.runtime.CoreException
attach in interface org.eclipse.tptp.trace.ui.provisional.control.provider.IAgentStateModifierorg.eclipse.core.runtime.CoreException
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.CoreException
public void startMonitoring()
throws org.eclipse.core.runtime.CoreException
startMonitoring 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
|
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 | ||||||||