Package com.ibm.ws.javaee.dd.common
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 Summary
-
Method Details
-
getEnvEntries
- Returns:
- <env-entry> as a read-only list
-
getEJBRefs
- Returns:
- <ejb-ref> as a read-only list;
EJBRef.getKindValue()
for all items in the list will return eitherEJBRef.KIND_REMOTE
orEJBRef.KIND_UNKNOWN
-
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 returnEJBRef.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
-