com.ibm.websphere.models.extensions.bcdejbext
Interface BusinessContextDataEJBJarExtension

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
BusinessContextDataEJBJarExtensionImpl

public interface BusinessContextDataEJBJarExtension
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Business Context Data EJB Jar Extension'.

The following features are supported:

See Also:
BcdejbextPackage.getBusinessContextDataEJBJarExtension()

Method Summary
 org.eclipse.emf.common.util.EList getBusinessContextDataMethods()
          Returns the value of the 'Business Context Data Methods' containment reference list.
 com.ibm.ejs.models.base.extensions.ejbext.EJBJarExtension getEjbJarExtension()
          Returns the value of the 'Ejb Jar Extension' reference
 void setEjbJarExtension(com.ibm.ejs.models.base.extensions.ejbext.EJBJarExtension value)
          Sets the value of the 'Ejb Jar Extension' reference
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getBusinessContextDataMethods

org.eclipse.emf.common.util.EList getBusinessContextDataMethods()
Returns the value of the 'Business Context Data Methods' containment reference list. The list contents are of type BusinessContextDataMethodPolicy. An optional collection of buisness context data metadata that each apply to a list of EJB methods.

Returns:
the value of the 'Business Context Data Methods' containment reference list.
See Also:
BcdejbextPackage.getBusinessContextDataEJBJarExtension_BusinessContextDataMethods()

getEjbJarExtension

com.ibm.ejs.models.base.extensions.ejbext.EJBJarExtension getEjbJarExtension()
Returns the value of the 'Ejb Jar Extension' reference. Required reference to the base EJBJarExtension from ibm-ejb-jar-ext.xmi

Returns:
the value of the 'Ejb Jar Extension' reference.
See Also:
setEjbJarExtension(EJBJarExtension), BcdejbextPackage.getBusinessContextDataEJBJarExtension_EjbJarExtension()

setEjbJarExtension

void setEjbJarExtension(com.ibm.ejs.models.base.extensions.ejbext.EJBJarExtension value)
Sets the value of the 'Ejb Jar Extension' reference.

Parameters:
value - the new value of the 'Ejb Jar Extension' reference.
See Also:
getEjbJarExtension()