org.apache.geronimo.naming.deployment.jsr88
Class EjbRef

java.lang.Object
  extended by org.apache.geronimo.deployment.plugin.XmlBeanSupport
      extended by org.apache.geronimo.naming.deployment.jsr88.HasPattern
          extended by org.apache.geronimo.naming.deployment.jsr88.EjbRef

public class EjbRef
extends HasPattern

Represents an element of the ejb-refType in a Geronimo deployment plan.

Has 4 JavaBean Properties
- refName (type String)
- pattern (type Pattern)
- corbaNamingGroup (type ???)
- ejbLink (type String)


Field Summary
 
Fields inherited from class org.apache.geronimo.deployment.plugin.XmlBeanSupport
pcs
 
Constructor Summary
EjbRef()
           
EjbRef(GerEjbRefType xmlObject)
           
 
Method Summary
protected  void clearNonPatternFromChoice()
          Should be overridden to remove any non-pattern elements if this element has a pattern that's part of a choice.
 void configure(GerEjbRefType xml)
           
 String getEjbLink()
           
protected  GerEjbRefType getEjbRef()
           
 String getRefName()
           
 void setEjbLink(String link)
           
 void setRefName(String name)
           
 
Methods inherited from class org.apache.geronimo.naming.deployment.jsr88.HasPattern
clearPatternFromChoice, findPattern, getPattern, setPattern
 
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
 

Constructor Detail

EjbRef

public EjbRef()

EjbRef

public EjbRef(GerEjbRefType xmlObject)
Method Detail

setRefName

public void setRefName(String name)

getRefName

public String getRefName()

getEjbLink

public String getEjbLink()

setEjbLink

public void setEjbLink(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

getEjbRef

protected GerEjbRefType getEjbRef()

configure

public void configure(GerEjbRefType xml)


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.