public class EventInvocation
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getDebugStr()  | 
java.lang.String | 
getName()
Gets the name of the event that is to be invoked. 
 | 
javax.xml.namespace.QName | 
getQName()
Gets the QName of the event that is to be invoked. 
 | 
void | 
raiseEvent()
Raises the event to Fabric. 
 | 
void | 
UpdateValues(EntityImpl ent)
Updates the payload attribute values for this event invocation. 
 | 
public void UpdateValues(EntityImpl ent)
ent - - the entity that the event invocation is forpublic java.lang.String getDebugStr()
public java.lang.String getName()
public javax.xml.namespace.QName getQName()
public void raiseEvent()