com.ibm.websphere.models.extensions.helpers.wps
Interface CoreEJBJarExtensionHelper

All Superinterfaces:
ApplicationDataHelper
All Known Implementing Classes:
CoreEJBJarExtensionHelperImpl

public interface CoreEJBJarExtensionHelper
extends ApplicationDataHelper

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.
 
Method Summary
 BusinessContextDataEJBJarExtension getBusinessContextDataEJBJarExtension()
           
 EventsEJBJarExtension getEventsEJBJarExtension()
           
 void setBusinessContextDataEJBJarExtension(BusinessContextDataEJBJarExtension ext)
           
 void setEventsEJBJarExtension(EventsEJBJarExtension ext)
           
 
Methods inherited from interface com.ibm.websphere.models.extensions.helpers.wps.ApplicationDataHelper
releaseResources
 

Field Detail

BASE_EXT_URI

static final java.lang.String BASE_EXT_URI
The name of the xmi document for Base EJB jar extensions.

See Also:
Constant Field Values

CORE_EXT_URI

static final java.lang.String CORE_EXT_URI
The name of the xmi document for Core EJB jar extensions.

See Also:
Constant Field Values

CORE_SELECTOR_URI

static final java.lang.String CORE_SELECTOR_URI
The name of the xmi document for PME Selector extensions.

See Also:
Constant Field Values
Method Detail

getEventsEJBJarExtension

EventsEJBJarExtension getEventsEJBJarExtension()

setEventsEJBJarExtension

void setEventsEJBJarExtension(EventsEJBJarExtension ext)

getBusinessContextDataEJBJarExtension

BusinessContextDataEJBJarExtension getBusinessContextDataEJBJarExtension()

setBusinessContextDataEJBJarExtension

void setBusinessContextDataEJBJarExtension(BusinessContextDataEJBJarExtension ext)