Click or drag to resize

IJVMBridgeDefinition Interface

Generic interface containing definition of every JVMBridgeBase

Namespace:  MASES.JCOBridge.C2JBridge
Assembly:  C2JBridge (in C2JBridge.dll) Version: 2.4.14.220818-82c2bf79b6e60a4d98fb4d1695305d68a91adf44
Syntax
public interface IJVMBridgeDefinition

The IJVMBridgeDefinition type exposes the following members.

Properties
  NameDescription
Public propertyClassName
Java class name to be instantiated
Public propertyIsAbstract
if the ClassName is an abstract class, i.e. cannot be created an instance
Public propertyIsCloseable
if the ClassName implements Closeable
Public propertyIsInterface
if the ClassName is an interface, i.e. does not have any public constructor
Public propertyIsListener
if the ClassName follows the listener pattern of JCOBridge: the ClassName extends a JCListener or implements IJCListener
Public propertyIsStatic
if the ClassName is a static class, i.e. does not have any public constructor
Top
Remarks
See Also