org.apache.geronimo.naming.deployment.jsr88
Class ResourceRef
java.lang.Object
org.apache.geronimo.deployment.plugin.XmlBeanSupport
org.apache.geronimo.naming.deployment.jsr88.HasPattern
org.apache.geronimo.naming.deployment.jsr88.ResourceRef
public class ResourceRef
- extends HasPattern
Represents an element of the resource-refType in a Geronimo deployment
plan.
Has 4 JavaBean Properties
- refName (type String)
- pattern (type Pattern)
- url (type String)
- resourceLink (type String)
Fields inherited from class org.apache.geronimo.deployment.plugin.XmlBeanSupport |
pcs |
Methods inherited from class org.apache.geronimo.deployment.plugin.XmlBeanSupport |
addPropertyChangeListener, configured, fromXML, getSchemaTypeLoader, getXmlObject, isEmpty, removePropertyChangeListener, setXmlObject, toXML |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceRef
public ResourceRef()
ResourceRef
public ResourceRef(GerResourceRefType xmlObject)
setRefName
public void setRefName(String name)
getRefName
public String getRefName()
getResourceLink
public String getResourceLink()
setResourceLink
public void setResourceLink(String link)
getUrl
public String getUrl()
setUrl
public void setUrl(String link)
clearNonPatternFromChoice
protected void clearNonPatternFromChoice()
- Description copied from class:
HasPattern
- Should be overridden to remove any non-pattern elements if this
element has a pattern that's part of a choice. If this is called, it
means a non-null Pattern is in the process of being set. This method
should fire property change events on any elements it removes.
- Overrides:
clearNonPatternFromChoice
in class HasPattern
getResourceRef
protected GerResourceRefType getResourceRef()
configure
public void configure(GerResourceRefType xml)
Copyright © 2006 Apache Software Foundation. All Rights Reserved.