com.ibm.websphere.models.extensions.eventsejbext
Interface EventsEJBJarExtension

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

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

A representation of the model object 'Events EJB Jar Extension'. The CEI Events extensions for an EJB module.

The following features are supported:

See Also:
EventsejbextPackage.getEventsEJBJarExtension()

Method Summary
 org.eclipse.emf.common.util.EList getCommonBaseEventMethods()
          Returns the value of the 'Common Base Event 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

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), EventsejbextPackage.getEventsEJBJarExtension_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()

getCommonBaseEventMethods

org.eclipse.emf.common.util.EList getCommonBaseEventMethods()
Returns the value of the 'Common Base Event Methods' containment reference list. The list contents are of type CommonBaseEventMethodPolicy. An optional collection of common base event metadata that each apply to a list of EJB methods.

Returns:
the value of the 'Common Base Event Methods' containment reference list.
See Also:
EventsejbextPackage.getEventsEJBJarExtension_CommonBaseEventMethods()