Package com.ibm.ws.javaee.dd.common
Interface JNDIEnvironmentRefsGroup
- All Superinterfaces:
JNDIEnvironmentRefs
- All Known Subinterfaces:
WebApp
,WebCommon
,WebFragment
Represents the jndiEnvironmentRefsGroup type from the javaee XSD.
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface com.ibm.ws.javaee.dd.common.JNDIEnvironmentRefs
getAdministeredObjects, getConnectionFactories, getContextServices, getDataSources, getEJBLocalRefs, getEJBRefs, getEnvEntries, getJMSConnectionFactories, getJMSDestinations, getMailSessions, getManagedExecutors, getManagedScheduledExecutors, getManagedThreadFactories, getMessageDestinationRefs, getPersistenceContextRefs, getPersistenceUnitRefs, getResourceEnvRefs, getResourceRefs, getServiceRefs
-
Method Details
-
getPostConstruct
List<LifecycleCallback> getPostConstruct()- Returns:
- <post-construct> as a read-only list
-
getPreDestroy
List<LifecycleCallback> getPreDestroy()- Returns:
- <pre-destroy> as a read-only list
-