FileDocCategorySizeDatePackage
ResourceEnvReferenceContainer.javaAPI DocGlassfish v2 API2918Fri May 04 22:31:56 BST 2007com.sun.enterprise.deployment.types

ResourceEnvReferenceContainer

public interface ResourceEnvReferenceContainer
This type defines the behaviour of a J2EE Component containing resources env references.
author
Jeome Dochez
version

Fields Summary
Constructors Summary
Methods Summary
public voidaddJmsDestinationReferenceDescriptor(com.sun.enterprise.deployment.JmsDestinationReferenceDescriptor jmsDestReference)
Add a JMS destination reference to myself

param
the new JMS destination ref

public com.sun.enterprise.deployment.JmsDestinationReferenceDescriptorgetJmsDestinationReferenceByName(java.lang.String name)
Return a JMS destination reference by the same name or throw an IllegalArgumentException.

param
the resource env reference name

public java.util.SetgetJmsDestinationReferenceDescriptors()
Return the set of JMS destination references this ejb declares.