All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.beans.script.SCRRegisteredClass
java.lang.Object
|
+----com.ibm.beans.script.SCRRegisteredClass
- public abstract class SCRRegisteredClass
- extends Object
This is the base class for the scripting registered classes.
- See Also:
- SCRComponent
-
SCRRegisteredClass(Class)
- This constructor is called by the registerClass method of the
SCRComponent class or its subclass.
-
getClassObject()
- Gets the registered class object.
-
isIntrospected()
- Gets the introspected flag.
SCRRegisteredClass
public SCRRegisteredClass(Class cls)
- This constructor is called by the registerClass method of the
SCRComponent class or its subclass.
- Parameters:
- cls - The registered class.
getClassObject
public Class getClassObject()
- Gets the registered class object.
- Returns:
- The class object of the registered class.
isIntrospected
public abstract boolean isIntrospected()
- Gets the introspected flag.
- Returns:
- true if the registered class is introspected; false otherwise.
All Packages Class Hierarchy This Package Previous Next Index