See: Description
Interface | Description |
---|---|
IJCEventEmit |
The
IJCEventEmit interface represents a generic event handler with
return value. |
IJCEventLog |
The
IJCEventLog interface represents a generic event sink for debug
purpose. |
IJCGraphicContainer |
The
IJCGraphicContainer interface represents a generic entry point to
manage graphic containers which wraps and embed JVM graphic object within
WPF/WinForms hosting applications |
IJCListener |
The
JCListener class represents a generic implementation of event
raiser class to CLR |
IJCVoidEventEmit |
The
IJCVoidEventEmit interface represents a generic event handler
without return value. |
Class | Description |
---|---|
JCAssembly |
The
JCAssembly class represents a reflected CLR Assembly. |
JCConsoleEventLog |
The
JCConsoleEventLog class is a console implementation for
IJCEventLog |
JCControl |
The
JCControl class represents an AWT wrapper around graphical CLR
Object. |
JCDelegate |
The
JCDelegate class represents a reflected CLR Delegate with return
value. |
JCEnum |
The
JCEnum class represents a reflected CLR Enum. |
JCEventEmit |
The
JCEventEmit class represents a generic implementation of
IJCEventEmit |
JCFileEventLog |
The
JCFileEventLog class is a file implementation for
IJCEventLog |
JCHandler |
The
JCHandler class represents a generic wrapper for all reflected
CLR Objects. |
JCJControl |
The
JCJControl class represents a swing wrapper around graphical CLR
Object. |
JCListener |
The
JCListener class represents a generic implementation of event
raiser class to CLR |
JCNull |
The
JCNull class represents a generic wrapper for a null reflected
CLR Object. |
JCObject |
The
JCObject class represents a reflected CLR Object. |
JCObjectIterator |
The
JCObjectIterator class represents a generic Iterator for
reflected CLR Object. |
JCOBridge |
The
JCOBridge class represents the main entry point to interact with
CLR context. |
JCRefOut<T> |
The
JCRefOut class represents a generic wrapper for a referenced
object into CLR context. |
JCSharedBuffer |
The
JCSharedBuffer class shares a byte buffer between CLR and JVM. |
JCType |
The
JCType class represents a reflected CLR Type. |
JCVoid |
The
JCVoid class represents a reflected CLR void. |
JCVoidDelegate |
The
JCVoidDelegate class represents a reflected CLR Delegate without
return value. |
JCVoidEventEmit |
The
JCVoidEventEmit class represents a generic implementation of
IJCVoidEventEmit |
JVMHelper |
The JVMHelper class implements methods to help interaction from CLR.
|
Exception | Description |
---|---|
JCException |
The
JCException class represents an Exception from JCOBridge
library. |
JCNativeException |
The
JCNativeException class represents a reflected CLR Exception. |
The JCO Bridge framework involves two entities: the JVM context where your Java programs lives and the CLR context you want to reach. Using objects in Java it is possible to instantiate and manages objects into CLR context.
org.mases.jcobridge