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:
JNDIEnvironmentRefsGroup
-
-
Method Summary
-
-
-
Method Detail
-
getEnvEntries
java.util.List<EnvEntry> getEnvEntries()
- Returns:
- <env-entry> as a read-only list
-
getEJBRefs
java.util.List<EJBRef> 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
java.util.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 returnEJBRef.KIND_LOCAL
.
-
getServiceRefs
java.util.List<com.ibm.ws.javaee.dd.common.wsclient.ServiceRef> getServiceRefs()
- Returns:
- <service-ref> as a read-only list
-
getResourceRefs
java.util.List<ResourceRef> getResourceRefs()
- Returns:
- <resource-ref> as a read-only list
-
getResourceEnvRefs
java.util.List<ResourceEnvRef> getResourceEnvRefs()
- Returns:
- <resource-env-ref> as a read-only list
-
getMessageDestinationRefs
java.util.List<MessageDestinationRef> getMessageDestinationRefs()
- Returns:
- <message-destination-ref> as a read-only list
-
getPersistenceContextRefs
java.util.List<PersistenceContextRef> getPersistenceContextRefs()
- Returns:
- <persistence-context-ref> as a read-only list, or null if the object does not support this element
-
getPersistenceUnitRefs
java.util.List<PersistenceUnitRef> getPersistenceUnitRefs()
- Returns:
- <persistence-unit-ref> as a read-only list
-
getContextServices
java.util.List<ContextService> getContextServices()
- Returns:
- <context-service> as a read-only list
-
getDataSources
java.util.List<DataSource> getDataSources()
- Returns:
- <data-source> as a read-only list
-
getJMSConnectionFactories
java.util.List<JMSConnectionFactory> getJMSConnectionFactories()
- Returns:
- <jms-connection-factory> as a read-only list
-
getJMSDestinations
java.util.List<JMSDestination> getJMSDestinations()
- Returns:
- <jms-destination> as a read-only list
-
getMailSessions
java.util.List<MailSession> getMailSessions()
- Returns:
- <mail-session> as a read-only list
-
getManagedExecutors
java.util.List<ManagedExecutor> getManagedExecutors()
- Returns:
- <managed-executor> as a read-only list
-
getManagedScheduledExecutors
java.util.List<ManagedScheduledExecutor> getManagedScheduledExecutors()
- Returns:
- <managed-scheduled-executor> as a read-only list
-
getManagedThreadFactories
java.util.List<ManagedThreadFactory> getManagedThreadFactories()
- Returns:
- <managed-thread-factory> as a read-only list
-
getConnectionFactories
java.util.List<ConnectionFactory> getConnectionFactories()
- Returns:
- <connection-factory> as a read-only list
-
getAdministeredObjects
java.util.List<AdministeredObject> getAdministeredObjects()
- Returns:
- <administered-object> as a read-only list
-
-