Importing interfaces from compiled Java files

EAServer Manager provides a Java import feature that creates a component definition by reading method definitions from a compiled Java class or interface file (to import a JavaBeans component, you must specify the class that implements the JavaBeans component). The import process creates a corresponding IDL interface in the EAServer interface repository. This feature is primarily used to adapt existing Java classes to be run as Java components within EAServer. However, you can import a Java interface to define a component of any type.