|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjve.generated.JavaBeanDataSource
This DataSource uses a null constructor to instantiate a Java bean. The bean's public methods are then available for use as service methods.
| Constructor Summary | |
JavaBeanDataSource()
|
|
| Method Summary | |
java.lang.String |
getClassName()
Get the fully qualified class name of the target Java Bean. |
java.lang.Object |
getDataSource()
Get an an instance for a data source facade that is initialized properly and whose services are available. |
java.lang.Class |
getType()
In design time, this method will be used to reflect on the services that are available from the implemented data source |
void |
setClassName(java.lang.String className)
Set the fully qualified class name of the target Java Bean. |
void |
setDataSource(java.lang.Object name)
Set an instance of a facade to become the data source |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JavaBeanDataSource()
| Method Detail |
public java.lang.Object getDataSource()
IDataSourceif (java.beans.Beans.isDesignTime()) { return null; }
getDataSource in interface IDataSourcepublic void setDataSource(java.lang.Object name)
IDataSource
setDataSource in interface IDataSourcename - the data sourcepublic java.lang.String getClassName()
public void setClassName(java.lang.String className)
throws java.lang.IllegalArgumentException
className - The class name to set.
java.lang.IllegalArgumentException - if the target class is invalid or can not be found.public java.lang.Class getType()
IDataSource
getType in interface IDataSource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||