gov.nasa.arc.brahms.common.rt
Interface IMethodInvocationCtx

All Superinterfaces:
IBrahmsObjectCtx
All Known Implementing Classes:
MethodInvocationCtx, VMMethodInvocationCtx

public interface IMethodInvocationCtx
extends IBrahmsObjectCtx

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

Version:
$Revision: 1.1 $ $Date: 2009/11/23 18:43:07 $ $Author: rnado $
Author:
Ron van Hoof

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

setParent

void setParent(IFrameCtx parent)
               throws gov.nasa.arc.brahms.common.exceptions.BrahmsException
Sets the parent frame context in which this method invocation operation was executed.

Parameters:
parent - the IFrameCtx
Throws:
gov.nasa.arc.brahms.common.exceptions.BrahmsException - if a null parent is specified

getParent

IFrameCtx getParent()
                    throws gov.nasa.arc.brahms.common.exceptions.BrahmsException
Returns the parent frame context in which this method invocation operation was executed.

Returns:
IFrameCtx the parent frame
Throws:
gov.nasa.arc.brahms.common.exceptions.BrahmsException - if no parent is specified


Copyright © 1997-2012 All Rights Reserved.