Package Class Use Tree Index Help 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 sourcevoid 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 clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
public JavaBeanDataSource()
Method Detail
public java.lang.Object getDataSource()
public void setDataSource(java.lang.Object name)
public java.lang.String getClassName()
public void setClassName(java.lang.String className) throws java.lang.IllegalArgumentException
public java.lang.Class getType()
Package Class Use Tree Index Help PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD