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 SummaryAll 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.JNDIEnvironmentRefsgetAdministeredObjects, getConnectionFactories, getDataSources, getEJBLocalRefs, getEJBRefs, getEnvEntries, getJMSConnectionFactories, getJMSDestinations, getMailSessions, getMessageDestinationRefs, getPersistenceContextRefs, getPersistenceUnitRefs, getResourceEnvRefs, getResourceRefs, getServiceRefs
 
- 
 
- 
- 
- 
Method Detail- 
getPostConstructjava.util.List<LifecycleCallback> getPostConstruct() - Returns:
- <post-construct> as a read-only list
 
 - 
getPreDestroyjava.util.List<LifecycleCallback> getPreDestroy() - Returns:
- <pre-destroy> as a read-only list
 
 
- 
 
-