org.apache.geronimo.naming.deployment.jsr88
Class EjbLocalRef
java.lang.Object
org.apache.geronimo.deployment.dconfigbean.XmlBeanSupport
org.apache.geronimo.naming.deployment.jsr88.HasPattern
org.apache.geronimo.naming.deployment.jsr88.EjbLocalRef
public class EjbLocalRef
- extends HasPattern
Represents an element of the ejb-local-refType in a Geronimo deployment
plan.
Has 3 JavaBean Properties
- refName (type String)
- pattern (type Pattern)
- ejbLink (type String)
- Version:
- $Rev: 476049 $ $Date: 2006-11-17 12:35:17 +0800 (Fri, 17 Nov 2006) $
| Fields inherited from class org.apache.geronimo.deployment.dconfigbean.XmlBeanSupport |
pcs |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EjbLocalRef
public EjbLocalRef()
EjbLocalRef
public EjbLocalRef(GerEjbLocalRefType xmlObject)
setRefName
public void setRefName(java.lang.String name)
getRefName
public java.lang.String getRefName()
getEjbLink
public java.lang.String getEjbLink()
setEjbLink
public void setEjbLink(java.lang.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
getEjbLocalRef
protected GerEjbLocalRefType getEjbLocalRef()
configure
public void configure(GerEjbLocalRefType xml)
Copyright © 2003-2012 The Apache Geronimo development community. All Rights Reserved.