Package  Use  Tree  Index  Help 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


 

 

jve.generated
Class EJBDataSource

java.lang.Object
  extended byjve.generated.EJBDataSource

All Implemented Interfaces:
IDataSource


public class EJBDataSource
extends java.lang.Object
implements IDataSource

This data source provides access to an EJB service via a session bean.


Constructor Summary
EJBDataSource()
           
 

Method Summary
 java.lang.Object getDataSource()
          Get an an instance for a data source facade that is initialized properly and whose services are available.
 java.lang.String getEjbClassName()
           
 java.lang.String getEjbHomeName()
           
 java.lang.String getEjbRef()
           
 java.lang.String getNameserviceType()
           
 java.lang.String getProviderUrl()
           
 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 setDataSource(java.lang.Object srv)
          Set an instance of a facade to become the data source
 void setEjbClassName(java.lang.String cls)
           
 void setEjbHomeName(java.lang.String cls)
           
 void setEjbRef(java.lang.String ref)
           
 void setNameserviceType(java.lang.String typ)
           
 void setProviderUrl(java.lang.String url)
           
 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

 

 

EJBDataSource

public EJBDataSource()

Method Detail

 

 

setEjbRef

public void setEjbRef(java.lang.String ref)


 

 

setEjbHomeName

public void setEjbHomeName(java.lang.String cls)


 

 

setEjbClassName

public void setEjbClassName(java.lang.String cls)


 

 

setProviderUrl

public void setProviderUrl(java.lang.String url)


 

 

setNameserviceType

public void setNameserviceType(java.lang.String typ)


 

 

getEjbRef

public java.lang.String getEjbRef()


 

 

getEjbHomeName

public java.lang.String getEjbHomeName()


 

 

getEjbClassName

public java.lang.String getEjbClassName()


 

 

getProviderUrl

public java.lang.String getProviderUrl()


 

 

getNameserviceType

public java.lang.String getNameserviceType()


 

 

getDataSource

public java.lang.Object getDataSource()

Description copied from interface: IDataSource
Get an an instance for a data source facade that is initialized properly and whose services are available.
Note: this method may return null at design time using
if (java.beans.Beans.isDesignTime()) { return null; }
to prevent querying live data while designing the interface.

Specified by:
getDataSource in interface IDataSource

Returns:


 

 

setDataSource

public void setDataSource(java.lang.Object srv)

Description copied from interface: IDataSource
Set an instance of a facade to become the data source

Specified by:
setDataSource in interface IDataSource

Parameters:
srv - the data source


 

 

getType

public java.lang.Class getType()

Description copied from interface: IDataSource
In design time, this method will be used to reflect on the services that are available from the implemented data source

Specified by:
getType in interface IDataSource

Returns:
the class of the facade


Package  Use  Tree  Index  Help 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD