All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.script.comps.java.SCRJavaObjectHandle

java.lang.Object
   |
   +----com.ibm.beans.script.SCRObjectHandle
           |
           +----com.ibm.beans.script.ide.SCRIDEObjectHandle
                   |
                   +----com.ibm.beans.script.comps.java.SCRJavaObjectHandle

public class SCRJavaObjectHandle
extends SCRIDEObjectHandle
This class overrides the createIDEInstance method. It is derived from the SCRIDEObjectHandle class.

See Also:
SCRIDEObjectHandle

Constructor Index

 o SCRJavaObjectHandle()
Creates a SCRJavaObjectHandle object.
 o SCRJavaObjectHandle(String, String)
Creates a SCRJavaObjectHandle object.

Method Index

 o createIDEInstance(SCRIDEClassInfo)
Creates the associated SCRJavaIDEInstance object.

Constructors

 o SCRJavaObjectHandle
 public SCRJavaObjectHandle()
Creates a SCRJavaObjectHandle object. This constructor is used for serialization only.

See Also:
SCRObjectHandle
 o SCRJavaObjectHandle
 public SCRJavaObjectHandle(String name,
                            String newclsName)
Creates a SCRJavaObjectHandle object. This constructor only calls the constructor in the superclass.

Parameters:
name - The registered Java object name.
newclsName - The object class name.
See Also:
SCRObjectHandle

Methods

 o createIDEInstance
 protected SCRIDEInstance createIDEInstance(SCRIDEClassInfo cls_info)
Creates the associated SCRJavaIDEInstance object. This method is called by the init() method in superclass.

Parameters:
cls_info - The class information tree.
Returns:
The created SCRJavaIDEInstance object.
Overrides:
createIDEInstance in class SCRIDEObjectHandle

All Packages  Class Hierarchy  This Package  Previous  Next  Index