|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.openbp.jaspira.event.JaspiraEvent
org.openbp.cockpit.plugins.debugger.DebuggerServerEvent
public class DebuggerServerEvent
Client event that wraps a debugger server event.
The event information is contained in the server event class
DebuggerEvent
The event name is the same as defined in the
the EngineTraceEvent class.
| Field Summary | |
|---|---|
static java.lang.String |
BASE
Basename for events |
| Fields inherited from class org.openbp.jaspira.event.JaspiraEvent |
|---|
CONSUMED, HANDELED, STACKABLE, TYPE_BOTTOM_UP, TYPE_DIRECT, TYPE_FLOOD, TYPE_GLOBAL, UNCONSUMABLE |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
DebuggerServerEvent(Plugin source,
DebuggerEvent debuggerEvent)
Constructor. |
|
| Method Summary | |
|---|---|
ModelQualifier |
getControlLinkQualifier()
Gets the executed data link. |
ModelQualifier |
getDataLinkQualifier()
Gets the executed control link. |
DebuggerEvent |
getDebuggerEvent()
Gets the underlying debugger event. |
java.lang.String |
getEventType()
Gets the event type. |
java.lang.Throwable |
getException()
Gets the exception that has occurred. |
java.lang.String |
getExceptionString()
Gets the string representation of the exception that has occurred. |
ModelQualifier |
getHaltedPosition()
Gets the current position of halted process. |
java.lang.Object |
getParamValue()
Gets the param value. |
java.lang.String |
getParamValueString()
Gets the param value as string. |
java.lang.String |
getSourceMemberPath()
Gets the source parameter member path. |
ModelQualifier |
getSourceParamName()
Gets the source parameter. |
ModelQualifier |
getSourceSocketQualifier()
Gets the source node socket. |
java.lang.String |
getTargetMemberPath()
Gets the target parameter member path. |
ModelQualifier |
getTargetParamName()
Gets the target parameter. |
ModelQualifier |
getTargetSocketQualifier()
Gets the target node socket. |
| Methods inherited from class org.openbp.jaspira.event.JaspiraEvent |
|---|
brand, getBrand, getEventGroup, getEventName, getFlags, getLevel, getObject, getOriginalEvent, getSourcePlugin, getTargetClassName, getTargetPluginId, getType, isConsumed, isStackable, isUnconsumable, setObject, setTargetClassName, setTargetPluginId, toString, updateFlags, updateFlags |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String BASE
| Constructor Detail |
|---|
public DebuggerServerEvent(Plugin source,
DebuggerEvent debuggerEvent)
source - Source plugindebuggerEvent - Debugger event from the server that initiated this event| Method Detail |
|---|
public DebuggerEvent getDebuggerEvent()
public java.lang.String getEventType()
public ModelQualifier getHaltedPosition()
public java.lang.Throwable getException()
public ModelQualifier getControlLinkQualifier()
public ModelQualifier getDataLinkQualifier()
public ModelQualifier getSourceSocketQualifier()
public ModelQualifier getTargetSocketQualifier()
public ModelQualifier getSourceParamName()
public java.lang.String getSourceMemberPath()
public ModelQualifier getTargetParamName()
public java.lang.String getTargetMemberPath()
public java.lang.Object getParamValue()
public java.lang.String getExceptionString()
public java.lang.String getParamValueString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||