gov.nasa.arc.brahms.vm.api.events
Interface IMethodInvocationExecutedEM
- All Superinterfaces:
- IEventMessage, java.io.Serializable
public interface IMethodInvocationExecutedEM
- extends IEventMessage
The IMethodInvocationExecutedEM event message is send to the event notifier
for every method invocation operation that is executed in the virtual machine.
The contents of this event (property name - type):
- IMethodInvocationExecutedEM.INVOCATIONCTX - a MethodInvocationCtx (object property)
- Version:
- $Revision: 1.1 $ $Date: 2009/11/23 20:33:13 $ $Author: rnado $
- Author:
- Bob Nado
Field Summary |
static java.lang.String |
INVOCATIONCTX
Property name indicating that its value is a MethodInvocation Context |
Methods inherited from interface gov.nasa.arc.brahms.vm.api.events.IEventMessage |
getBody, getBooleanProperty, getByteProperty, getDoubleProperty, getFloatProperty, getIntProperty, getLongProperty, getObjectProperty, getPropertyNames, getShortProperty, getStringProperty, propertyExists |
INVOCATIONCTX
static final java.lang.String INVOCATIONCTX
- Property name indicating that its value is a MethodInvocation Context
- See Also:
- Constant Field Values
Copyright © 1997-2012 All Rights Reserved.