Previous Element  | Next Element  | 
JavaDataSource
			This creates a new JavaBean object and adds it into the data
			model. If the object needs to be initialized, the JavaBean
			must also implement the
			com.kinesis.interfaces.datasource.JavaDataSourceType
			interface. Child Argument elements can be used to pass
			string parameters to the object on initialization. For more
			information please see
			here
			.
		
Attributes
| name | The top-level name in the internal data model to which the JavaBean object is mapped. This name must be specified. | |
| Type | String | |
| classname | A mandatory attribute specifying the class name for the JavaBean instance. This class name must be locatable by the KineticFusion class loader. The initialize() method will be called automatically if it implements the interface com.kinesis.interfaces.datasource.JavaDataSourceType. | |
| Type | String | |
Child Elements
None
Parent Elements
DataSourcesExamples
None
Previous Element  | Next Element  |