public final class JCOBridgeInstance extends java.lang.Object implements IJCEventLog
JCOBridge| Modifier and Type | Method and Description |
|---|---|
void |
EventLog(java.lang.String msg)
Invoked when an event happens.
|
void |
FusionLog(java.lang.String msg)
Invoked when a fusion event happens.
|
static JCOBridge |
getInstance(java.lang.String assemblyName)
Returns the
JCOBridge instance associated to the assmebly. |
static void |
registerPath(java.lang.String path)
Register search path within the engine
|
static <T extends IJCOBridgeReflected> |
toObjectFromArray(T[] input) |
static java.lang.Throwable |
translateException(JCNativeException ne) |
public void EventLog(java.lang.String msg)
EventLog in interface IJCEventLogmsg - The message associatedpublic void FusionLog(java.lang.String msg)
FusionLog in interface IJCEventLogmsg - The message associatedpublic static JCOBridge getInstance(java.lang.String assemblyName)
JCOBridge instance associated to the assmebly.
Until now a single global instance is created
assemblyName - The name of the assembly to bind the instanceJCOBridge instancepublic static void registerPath(java.lang.String path)
path - the path to registerpublic static <T extends IJCOBridgeReflected> java.lang.Object toObjectFromArray(T[] input)
public static java.lang.Throwable translateException(JCNativeException ne) throws java.lang.Throwable
java.lang.Throwable