Package com.ibm.ws.javaee.dd.common
Interface JNDIEnvironmentRefsGroup
-
- All Superinterfaces:
JNDIEnvironmentRefs
- All Known Subinterfaces:
WebApp
,WebCommon
,WebFragment
public interface JNDIEnvironmentRefsGroup extends JNDIEnvironmentRefs
Represents the jndiEnvironmentRefsGroup type from the javaee XSD.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<LifecycleCallback>
getPostConstruct()
java.util.List<LifecycleCallback>
getPreDestroy()
-
Methods 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 Detail
-
getPostConstruct
java.util.List<LifecycleCallback> getPostConstruct()
- Returns:
- <post-construct> as a read-only list
-
getPreDestroy
java.util.List<LifecycleCallback> getPreDestroy()
- Returns:
- <pre-destroy> as a read-only list
-
-