Methods Summary |
---|
public void | addResourceReferenceDescriptor(com.sun.enterprise.deployment.ResourceReferenceDescriptor ejbReference)Add a resource reference to the J2EEE component
|
public com.sun.enterprise.deployment.ResourceReferenceDescriptor | getResourceReferenceByName(java.lang.String name)Looks up a reference to a resource by its name (getName()). Throws an IllegalArgumentException
if no such descriptor is found.
|
public java.util.Set | getResourceReferenceDescriptors()Return the set of references to resources that I have.
|