org.eclipse.jst.j2ee.common
Interface JNDIEnvRefsGroup

All Superinterfaces:
CompatibilityDescriptionGroup, DescriptionGroup, J2EEEObject
All Known Subinterfaces:
ContainerManagedEntity, EnterpriseBean, Entity, MessageDriven, Session, WebApp

public interface JNDIEnvRefsGroup
extends CompatibilityDescriptionGroup

A representation of the model object 'JNDI Env Refs Group'.

Version:
J2EE1.4 This group keeps the usage of the contained JNDI environment reference elements consistent across J2EE deployment descriptors.

The following features are supported:

See Also:
CommonPackage.getJNDIEnvRefsGroup()

Method Summary
 EList getEjbLocalRefs()
          Returns the value of the 'Ejb Local Refs' containment reference list.
 EList getEjbRefs()
          Returns the value of the 'Ejb Refs' containment reference list.
 EList getEnvironmentProperties()
          Returns the value of the 'Environment Properties' containment reference list.
 EList getMessageDestinationRefs()
          Returns the value of the 'Message Destination Refs' containment reference list.
 EList getResourceEnvRefs()
          Returns the value of the 'Resource Env Refs' containment reference list.
 EList getResourceRefs()
          Returns the value of the 'Resource Refs' containment reference list.
 EList getServiceRefs()
          Returns the value of the 'Service Refs' containment reference list.
 
Methods inherited from interface org.eclipse.jst.j2ee.common.CompatibilityDescriptionGroup
getDescription, getDisplayName, getLargeIcon, getSmallIcon, setDescription, setDescriptionGen, setDisplayName, setDisplayNameGen, setLargeIcon, setLargeIconGen, setSmallIcon, setSmallIconGen
 
Methods inherited from interface org.eclipse.jst.j2ee.common.DescriptionGroup
getDescriptions, getDisplayNames, getIcons
 

Method Detail

getEnvironmentProperties

public EList getEnvironmentProperties()
Returns the value of the 'Environment Properties' containment reference list. The list contents are of type EnvEntry.

If the meaning of the 'Environment Properties' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Environment Properties' containment reference list.
See Also:
CommonPackage.getJNDIEnvRefsGroup_EnvironmentProperties()

getResourceRefs

public EList getResourceRefs()
Returns the value of the 'Resource Refs' containment reference list. The list contents are of type ResourceRef.

If the meaning of the 'Resource Refs' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Resource Refs' containment reference list.
See Also:
CommonPackage.getJNDIEnvRefsGroup_ResourceRefs()

getEjbRefs

public EList getEjbRefs()
Returns the value of the 'Ejb Refs' containment reference list. The list contents are of type EjbRef.

If the meaning of the 'Ejb Refs' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ejb Refs' containment reference list.
See Also:
CommonPackage.getJNDIEnvRefsGroup_EjbRefs()

getResourceEnvRefs

public EList getResourceEnvRefs()
Returns the value of the 'Resource Env Refs' containment reference list. The list contents are of type ResourceEnvRef.

If the meaning of the 'Resource Env Refs' containment reference list isn't clear, there really should be more of a description here...

A list of enterprise bean references to an administered object associated with a resource in the enterprise bean's environment. It consists of an optional description, the resource environment reference name, and an indication of the resource environment reference type expected by the enterprise bean code.

Returns:
the value of the 'Resource Env Refs' containment reference list.
See Also:
CommonPackage.getJNDIEnvRefsGroup_ResourceEnvRefs()

getEjbLocalRefs

public EList getEjbLocalRefs()
Returns the value of the 'Ejb Local Refs' containment reference list. The list contents are of type EJBLocalRef.

If the meaning of the 'Ejb Local Refs' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ejb Local Refs' containment reference list.
See Also:
CommonPackage.getJNDIEnvRefsGroup_EjbLocalRefs()

getMessageDestinationRefs

public EList getMessageDestinationRefs()
Returns the value of the 'Message Destination Refs' containment reference list. The list contents are of type MessageDestinationRef.

If the meaning of the 'Message Destination Refs' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Message Destination Refs' containment reference list.
See Also:
CommonPackage.getJNDIEnvRefsGroup_MessageDestinationRefs()

getServiceRefs

public EList getServiceRefs()
Returns the value of the 'Service Refs' containment reference list. The list contents are of type ServiceRef.

If the meaning of the 'Service Refs' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Service Refs' containment reference list.
See Also:
CommonPackage.getJNDIEnvRefsGroup_ServiceRefs()