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

Constructor Index

 o SCRRegisteredClass(Class)
This constructor is called by the registerClass method of the SCRComponent class or its subclass.

Method Index

 o getClassObject()
Gets the registered class object.
 o isIntrospected()
Gets the introspected flag.

Constructors

 o 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.

Methods

 o getClassObject
 public Class getClassObject()
Gets the registered class object.

Returns:
The class object of the registered class.
 o 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