currentSocket.getNode().getQualifier().toString(), handlerInstance.getClass().getName(), eventType, context);
// Execute the Java implementation of this handler
try
{
handlerInstance.execute(hc);
}
catch (OpenBPException ee)
{
// Engine exceptions can be rethrown.
throw ee;