|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CoreEJBJarExtensionHelper
A helper interface for accessing Core extensions to EJB jar files. This provides accessors for the high-level objects in the model. Note that all getters are lazy initializers ... if you invoke a getter on an extension object that doesn't yet exist, one will be created and linked into the extensions document.
Field Summary | |
---|---|
static java.lang.String |
BASE_EXT_URI
The name of the xmi document for Base EJB jar extensions. |
static java.lang.String |
CORE_EXT_URI
The name of the xmi document for Core EJB jar extensions. |
static java.lang.String |
CORE_SELECTOR_URI
The name of the xmi document for PME Selector extensions. |
Methods inherited from interface com.ibm.websphere.models.extensions.helpers.wps.ApplicationDataHelper |
---|
releaseResources |
Field Detail |
---|
static final java.lang.String BASE_EXT_URI
static final java.lang.String CORE_EXT_URI
static final java.lang.String CORE_SELECTOR_URI
Method Detail |
---|
EventsEJBJarExtension getEventsEJBJarExtension()
void setEventsEJBJarExtension(EventsEJBJarExtension ext)
BusinessContextDataEJBJarExtension getBusinessContextDataEJBJarExtension()
void setBusinessContextDataEJBJarExtension(BusinessContextDataEJBJarExtension ext)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |