com.ibm.websphere.models.extensions.cmmejbext
Interface CMMEJBJarExtension

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

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

A representation of the model object 'CMMEJB Jar Extension'. Extended Messaging EJB Extensions

The following features are supported:

See Also:
CmmejbextPackage.getCMMEJBJarExtension()

Method Summary
 org.eclipse.emf.common.util.EList getCmmEJBMethodPolicies()
          Returns the value of the 'Cmm EJB Method Policies' 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. A required reference to the base EJB jar extension (from ibm-ejb-jar-ext.xmi) being extended

Returns:
the value of the 'Ejb Jar Extension' reference.
See Also:
setEjbJarExtension(EJBJarExtension), CmmejbextPackage.getCMMEJBJarExtension_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()

getCmmEJBMethodPolicies

org.eclipse.emf.common.util.EList getCmmEJBMethodPolicies()
Returns the value of the 'Cmm EJB Method Policies' containment reference list. The list contents are of type CMMEJBMethodPolicy. A list of Extended Messaging late response handling policies that each apply to a set of EJB methods

Returns:
the value of the 'Cmm EJB Method Policies' containment reference list.
See Also:
CmmejbextPackage.getCMMEJBJarExtension_CmmEJBMethodPolicies()