|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMethodInvocationCtx
The IMethodInvocationCtx is the interface for method invocation contexts defining the context for an executed method invocation operation. It defines the method invocation operation that was executed, what frame executed the operation
Method Summary | |
---|---|
IFrameCtx |
getParent()
Returns the parent frame context in which this method invocation operation was executed. |
void |
setParent(IFrameCtx parent)
Sets the parent frame context in which this method invocation operation was executed. |
Methods inherited from interface gov.nasa.arc.brahms.common.rt.IBrahmsObjectCtx |
---|
addNote, getContextFor, getEndTime, getID, getNote, getNotes, getStartTime, removeNote, setEndTime, setID, setStartTime |
Method Detail |
---|
void setParent(IFrameCtx parent) throws gov.nasa.arc.brahms.common.exceptions.BrahmsException
parent
- the IFrameCtx
gov.nasa.arc.brahms.common.exceptions.BrahmsException
- if a null parent is specifiedIFrameCtx getParent() throws gov.nasa.arc.brahms.common.exceptions.BrahmsException
gov.nasa.arc.brahms.common.exceptions.BrahmsException
- if no parent is specified
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |