Interface JNDIEnvironmentRefs

All Known Subinterfaces:
JNDIEnvironmentRefsGroup, WebApp, WebCommon, WebFragment

public interface JNDIEnvironmentRefs
Represents the subset of the jndiEnvironmentRefsGroup group from the javaee XSD that includes reference declarations only.
See Also:
  • Method Details

    • getEnvEntries

      List<EnvEntry> getEnvEntries()
      Returns:
      <env-entry> as a read-only list
    • getEJBRefs

      List<EJBRef> getEJBRefs()
      Returns:
      <ejb-ref> as a read-only list; EJBRef.getKindValue() for all items in the list will return either EJBRef.KIND_REMOTE or EJBRef.KIND_UNKNOWN
    • getEJBLocalRefs

      List<EJBRef> getEJBLocalRefs()
      Returns:
      <ejb-local-ref> as a read-only list, or null if the object does not support this element; EJBRef.getKindValue() for all items in the list will return EJBRef.KIND_LOCAL.
    • getServiceRefs

      List<com.ibm.ws.javaee.dd.common.wsclient.ServiceRef> getServiceRefs()
      Returns:
      <service-ref> as a read-only list
    • getResourceRefs

      List<ResourceRef> getResourceRefs()
      Returns:
      <resource-ref> as a read-only list
    • getResourceEnvRefs

      List<ResourceEnvRef> getResourceEnvRefs()
      Returns:
      <resource-env-ref> as a read-only list
    • getMessageDestinationRefs

      List<MessageDestinationRef> getMessageDestinationRefs()
      Returns:
      <message-destination-ref> as a read-only list
    • getPersistenceContextRefs

      List<PersistenceContextRef> getPersistenceContextRefs()
      Returns:
      <persistence-context-ref> as a read-only list, or null if the object does not support this element
    • getPersistenceUnitRefs

      List<PersistenceUnitRef> getPersistenceUnitRefs()
      Returns:
      <persistence-unit-ref> as a read-only list
    • getContextServices

      List<ContextService> getContextServices()
      Returns:
      <context-service> as a read-only list
    • getDataSources

      List<DataSource> getDataSources()
      Returns:
      <data-source> as a read-only list
    • getJMSConnectionFactories

      List<JMSConnectionFactory> getJMSConnectionFactories()
      Returns:
      <jms-connection-factory> as a read-only list
    • getJMSDestinations

      List<JMSDestination> getJMSDestinations()
      Returns:
      <jms-destination> as a read-only list
    • getMailSessions

      List<MailSession> getMailSessions()
      Returns:
      <mail-session> as a read-only list
    • getManagedExecutors

      List<ManagedExecutor> getManagedExecutors()
      Returns:
      <managed-executor> as a read-only list
    • getManagedScheduledExecutors

      List<ManagedScheduledExecutor> getManagedScheduledExecutors()
      Returns:
      <managed-scheduled-executor> as a read-only list
    • getManagedThreadFactories

      List<ManagedThreadFactory> getManagedThreadFactories()
      Returns:
      <managed-thread-factory> as a read-only list
    • getConnectionFactories

      List<ConnectionFactory> getConnectionFactories()
      Returns:
      <connection-factory> as a read-only list
    • getAdministeredObjects

      List<AdministeredObject> getAdministeredObjects()
      Returns:
      <administered-object> as a read-only list