|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.hyades.execution.core.impl.ExecutionComponentImpl
org.eclipse.hyades.execution.local.SessionImpl
public class SessionImpl
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.hyades.execution.core.IExecutionComponent |
|---|
DEAD, INACTIVE, NOT_CONFIGURED, READY, SUSPENDED |
| Constructor Summary | |
|---|---|
SessionImpl(INode node,
org.eclipse.hyades.internal.execution.local.control.Agent agent)
|
|
| Method Summary | |
|---|---|
org.eclipse.hyades.internal.execution.local.control.Agent |
getAgent()
|
INode |
getNode()
We need to be able to navigate back to our node. |
void |
invokeRemote(org.eclipse.hyades.internal.execution.local.common.CustomCommand command)
|
void |
release()
Release this session so that it can be cleaned up and destroyed if no other tools are using it. |
void |
removeListener()
|
| Methods inherited from class org.eclipse.hyades.execution.core.impl.ExecutionComponentImpl |
|---|
addChild, addExecutionComponentStateChangeListener, fireStateChangeEvent, getChildById, getChildByName, getChildren, getId, getName, getParent, getState, getType, getVersion, handleMessage, init, removeChild, removeExecutionComponentStateChangeListener, sendMessage, setParent |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.hyades.execution.core.IExecutionComponent |
|---|
addChild, addExecutionComponentStateChangeListener, fireStateChangeEvent, getChildById, getChildByName, getChildren, getId, getName, getParent, getState, getType, getVersion, handleMessage, init, removeChild, removeExecutionComponentStateChangeListener, sendMessage, setParent |
| Constructor Detail |
|---|
public SessionImpl(INode node,
org.eclipse.hyades.internal.execution.local.control.Agent agent)
| Method Detail |
|---|
public void release()
ISession
release in interface ISessionpublic void removeListener()
public INode getNode()
getNode in interface IExecutionComponentgetNode in class ExecutionComponentImplIExecutionComponent.getNode()public void invokeRemote(org.eclipse.hyades.internal.execution.local.common.CustomCommand command)
public org.eclipse.hyades.internal.execution.local.control.Agent getAgent()
|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||