|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConstructionException | |
---|---|
cuba | This is the "main" package for very basic abstract classes, interfaces and exception. |
cuba.ejb | This package handles cuba-components inside a managed ejb enviroment. |
cuba.webservice | This simple, straight forward package handles cuba-components inside a webservice enviroment. |
cuba.wired | This package handles cuba-components inside a wired enviroment. |
cuba.wired.jpa |
Uses of ConstructionException in cuba |
---|
Methods in cuba that throw ConstructionException | |
---|---|
protected void |
AbstractComponentAdapter._injectDependencies(ComponentContextI context)
This function is used in derived adapter classes to inject dependend objects (other components and resources) in EJB 3 style. |
java.lang.Object |
ContextI.getComponent(java.lang.String name)
Looks up a component refered to by a symbolic name. |
javax.sql.DataSource |
ContextI.getDataSource(java.lang.String name)
Looks up an SQL database refered to by a symbolic name. |
Uses of ConstructionException in cuba.ejb |
---|
Methods in cuba.ejb that throw ConstructionException | |
---|---|
java.lang.Object |
EJB3ComponentContext.getComponent(java.lang.String name)
|
java.lang.Object |
EJB2ComponentContext.getComponent(java.lang.String name)
|
java.lang.Object |
AbstractEJBComponentFactory.getComponent(java.lang.String name)
|
abstract java.lang.Object |
AbstractEJBComponentContext.getComponent(java.lang.String name)
|
java.lang.Object |
AbstractEJBClientContext.getComponent(java.lang.String globalName)
Looks up a component by its global JNDI name. |
static javax.sql.DataSource |
EJBDataSourceFactory.getDataSource(java.lang.String name)
|
javax.sql.DataSource |
EJB3ComponentContext.getDataSource(java.lang.String name)
|
javax.sql.DataSource |
AbstractEJBComponentContext.getDataSource(java.lang.String name)
|
javax.sql.DataSource |
AbstractEJBClientContext.getDataSource(java.lang.String globalName)
Looks up a DataSource refered to by a global JNDI name. |
protected java.lang.Object |
EJB2ComponentFactory.getHomeObject(javax.naming.Context context,
java.lang.String name)
|
java.lang.Object |
EJB3ComponentFactory.getInstance(javax.naming.Context context,
java.lang.String name)
|
java.lang.Object |
EJB2ComponentFactory.getInstance(javax.naming.Context context,
java.lang.String name)
|
abstract java.lang.Object |
AbstractEJBComponentFactory.getInstance(javax.naming.Context context,
java.lang.String name)
|
Uses of ConstructionException in cuba.webservice |
---|
Methods in cuba.webservice that throw ConstructionException | |
---|---|
protected void |
WSAdapter._initCore(java.lang.String componentName,
java.lang.String callerName)
|
java.lang.Object |
WebserviceClientContext.getComponent(java.lang.String pComponentName)
Returns the component by its name. |
javax.sql.DataSource |
WebserviceClientContext.getDataSource(java.lang.String arg0)
Not supported for webservices!!! |
Constructors in cuba.webservice that throw ConstructionException | |
---|---|
WSAdapter(java.lang.String componentName)
|
|
WSTAdapter(java.lang.String componentName)
Constructor with component-name. |
Uses of ConstructionException in cuba.wired |
---|
Methods in cuba.wired that throw ConstructionException | |
---|---|
CubaEntityManager |
WiredTransactionI.allocateEntityManager(ResourceFactoryI resource)
|
CubaEntityManager |
WiredContainer.allocateEntityManager(ResourceFactoryI factory)
|
CubaEntityManager |
PrimitiveTransaction.allocateEntityManager(ResourceFactoryI factory)
|
java.lang.Object |
WiredComponentContext.getComponent(java.lang.String localName)
|
java.lang.Object |
WiredClientContext.getComponent(java.lang.String globalName)
Looks up a component by its global symbolic name. |
WiredAdapter |
WiredInstanceFactoryI.getComponent(WiredComponentDesc wiredComponentDesc,
WiredComponentContext componentContext,
java.lang.String referenceType)
|
WiredAdapter |
PrimitiveWiredInstanceFactory.getComponent(WiredComponentDesc wiredComponentDesc,
WiredComponentContext componentContext,
java.lang.String interfaceType)
|
javax.sql.DataSource |
WiredDataSourceProviderI.getDataSource(DataSourceDesc description,
WiredContainer container)
|
javax.sql.DataSource |
PrimitiveDataSourceProvider.getDataSource(DataSourceDesc description,
WiredContainer container)
|
javax.sql.DataSource |
WiredContainer.getDataSource(java.lang.String globalName)
Get a DataSource by its global lookup name. |
javax.sql.DataSource |
WiredComponentContext.getDataSource(java.lang.String localName)
|
javax.sql.DataSource |
WiredClientContext.getDataSource(java.lang.String globalName)
Looks up an SQL database refered to by a global symbolic name. |
CubaEntityManager |
WiredEntityManagerFactoryProviderI.getEntityManager(ResourceFactoryDesc resourceFactoryDesc,
WiredContainer container)
|
CubaEntityManager |
WiredComponentContext.getEntityManager(java.lang.String name)
|
protected WiredAdapter |
PrimitiveWiredInstanceFactory.newAdapter(java.lang.Class adapterClass,
WiredComponentContext componentContext,
java.lang.Class implClass)
|
Uses of ConstructionException in cuba.wired.jpa |
---|
Methods in cuba.wired.jpa that throw ConstructionException | |
---|---|
CubaEntityManager |
PrimitiveEntityManagerFactoryProvider.getEntityManager(ResourceFactoryDesc resourceFactoryDesc,
WiredContainer container)
|
Constructors in cuba.wired.jpa that throw ConstructionException | |
---|---|
WiredManagedEntityManagerFactory(PersistenceUnitDesc persistenceUnitDesc,
WiredContainer container)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |