Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.0.0)

E17483-01

oracle.adfinternal.model.adapter.ejb
Class EjbAdapter

java.lang.Object
  extended by oracle.adf.model.adapter.AbstractAdapter
      extended by oracle.adfinternal.model.adapter.generic.AbstractDCStructureAdapter
          extended by oracle.adfinternal.model.adapter.ejb.EjbAdapter

public class EjbAdapter
extends AbstractDCStructureAdapter

Defines the AbstractAdapter for EJB Stateless Session beans. Utilizes the BaseAbtractAdapter framework to handle meta data creation.

Since:
10.1.3
See Also:
AbstractDCStructureAdapter

Field Summary
static java.lang.String EJB_PROVIDER
          Ejb DataControlStructureProvider identifier
 
Constructor Summary
EjbAdapter()
           
 
Method Summary
protected  AbstractDefinition getDefinition(DataControlStructure dcStructure)
          Creates the EJB-specific AbstractDefinition.
protected  java.lang.String getProviderType()
          Returns the Structure provider type.
 
Methods inherited from class oracle.adfinternal.model.adapter.generic.AbstractDCStructureAdapter
canCreateDataControl, configureClientProject, getDefinition, getStructureProvider, initialize, invokeUI
 
Methods inherited from class oracle.adf.model.adapter.AbstractAdapter
getPageDefinitionListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EJB_PROVIDER

public static final java.lang.String EJB_PROVIDER
Ejb DataControlStructureProvider identifier

See Also:
Constant Field Values
Constructor Detail

EjbAdapter

public EjbAdapter()
Method Detail

getDefinition

protected AbstractDefinition getDefinition(DataControlStructure dcStructure)
Creates the EJB-specific AbstractDefinition.

Specified by:
getDefinition in class AbstractDCStructureAdapter

getProviderType

protected java.lang.String getProviderType()
Returns the Structure provider type.

Specified by:
getProviderType in class AbstractDCStructureAdapter

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.0.0)

E17483-01

Copyright © 1997, 2011, Oracle. All rights reserved.