org.apache.geronimo.naming.deployment.jsr88
Class ResourceEnvRef
java.lang.Object
org.apache.geronimo.deployment.plugin.XmlBeanSupport
org.apache.geronimo.naming.deployment.jsr88.HasPattern
org.apache.geronimo.naming.deployment.jsr88.ResourceEnvRef
public class ResourceEnvRef
- extends HasPattern
Represents an element of the resource-env-refType in a Geronimo deployment
plan.
Has 4 JavaBean Properties
- refName (type String)
- pattern (type Pattern)
- adminObjectModule (type String)
- adminObjectLink (type String)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceEnvRef
public ResourceEnvRef()
ResourceEnvRef
public ResourceEnvRef(org.apache.geronimo.xbeans.geronimo.naming.GerResourceEnvRefType xmlObject)
setRefName
public void setRefName(String name)
getRefName
public String getRefName()
getAdminObjectLink
public String getAdminObjectLink()
setAdminObjectLink
public void setAdminObjectLink(String link)
getAdminObjectModule
public String getAdminObjectModule()
setAdminObjectModule
public void setAdminObjectModule(String module)
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 org.apache.geronimo.xbeans.geronimo.naming.GerResourceEnvRefType getResourceRef()
configure
public void configure(org.apache.geronimo.xbeans.geronimo.naming.GerResourceEnvRefType xml)
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.