|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PatternType | |
|---|---|
| org.apache.geronimo.deployment.service | |
| org.apache.geronimo.deployment.xbeans | |
| org.apache.geronimo.deployment.xbeans.impl | |
| Uses of PatternType in org.apache.geronimo.deployment.service |
|---|
| Methods in org.apache.geronimo.deployment.service with parameters of type PatternType | |
|---|---|
void |
SingleGBeanBuilder.addDependency(PatternType patternType)
|
static org.apache.geronimo.gbean.AbstractNameQuery |
SingleGBeanBuilder.buildAbstractNameQuery(PatternType pattern,
org.apache.geronimo.gbean.GReferenceInfo referenceInfo)
|
static org.apache.geronimo.gbean.AbstractNameQuery |
SingleGBeanBuilder.buildAbstractNameQuery(PatternType pattern,
String nameTypeName,
Set interfaceTypes)
|
void |
SingleGBeanBuilder.setReference(String name,
PatternType[] patterns,
org.apache.geronimo.gbean.AbstractName parentName)
|
| Uses of PatternType in org.apache.geronimo.deployment.xbeans |
|---|
| Subinterfaces of PatternType in org.apache.geronimo.deployment.xbeans | |
|---|---|
interface |
ReferenceType
An XML referenceType(@http://geronimo.apache.org/xml/ns/deployment-1.2). |
| Methods in org.apache.geronimo.deployment.xbeans that return PatternType | |
|---|---|
PatternType |
GbeanType.addNewDependency()
Appends and returns a new empty value (as xml) as the last "dependency" element |
PatternType |
ReferencesType.addNewPattern()
Appends and returns a new empty value (as xml) as the last "pattern" element |
PatternType[] |
GbeanType.getDependencyArray()
Gets array of all "dependency" elements |
PatternType |
GbeanType.getDependencyArray(int i)
Gets ith "dependency" element |
PatternType[] |
ReferencesType.getPatternArray()
Gets array of all "pattern" elements |
PatternType |
ReferencesType.getPatternArray(int i)
Gets ith "pattern" element |
PatternType |
GbeanType.insertNewDependency(int i)
Inserts and returns a new empty value (as xml) as the ith "dependency" element |
PatternType |
ReferencesType.insertNewPattern(int i)
Inserts and returns a new empty value (as xml) as the ith "pattern" element |
static PatternType |
PatternType.Factory.newInstance()
|
static PatternType |
PatternType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static PatternType |
PatternType.Factory.parse(File file)
|
static PatternType |
PatternType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static PatternType |
PatternType.Factory.parse(InputStream is)
|
static PatternType |
PatternType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static PatternType |
PatternType.Factory.parse(Node node)
|
static PatternType |
PatternType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static PatternType |
PatternType.Factory.parse(Reader r)
|
static PatternType |
PatternType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static PatternType |
PatternType.Factory.parse(String xmlAsString)
|
static PatternType |
PatternType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static PatternType |
PatternType.Factory.parse(URL u)
|
static PatternType |
PatternType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static PatternType |
PatternType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static PatternType |
PatternType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static PatternType |
PatternType.Factory.parse(XMLStreamReader sr)
|
static PatternType |
PatternType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
| Methods in org.apache.geronimo.deployment.xbeans with parameters of type PatternType | |
|---|---|
void |
GbeanType.setDependencyArray(int i,
PatternType dependency)
Sets ith "dependency" element |
void |
GbeanType.setDependencyArray(PatternType[] dependencyArray)
Sets array of all "dependency" element |
void |
ReferencesType.setPatternArray(int i,
PatternType pattern)
Sets ith "pattern" element |
void |
ReferencesType.setPatternArray(PatternType[] patternArray)
Sets array of all "pattern" element |
| Uses of PatternType in org.apache.geronimo.deployment.xbeans.impl |
|---|
| Classes in org.apache.geronimo.deployment.xbeans.impl that implement PatternType | |
|---|---|
class |
PatternTypeImpl
An XML patternType(@http://geronimo.apache.org/xml/ns/deployment-1.2). |
class |
ReferenceTypeImpl
An XML referenceType(@http://geronimo.apache.org/xml/ns/deployment-1.2). |
| Methods in org.apache.geronimo.deployment.xbeans.impl that return PatternType | |
|---|---|
PatternType |
GbeanTypeImpl.addNewDependency()
Appends and returns a new empty value (as xml) as the last "dependency" element |
PatternType |
ReferencesTypeImpl.addNewPattern()
Appends and returns a new empty value (as xml) as the last "pattern" element |
PatternType[] |
GbeanTypeImpl.getDependencyArray()
Gets array of all "dependency" elements |
PatternType |
GbeanTypeImpl.getDependencyArray(int i)
Gets ith "dependency" element |
PatternType[] |
ReferencesTypeImpl.getPatternArray()
Gets array of all "pattern" elements |
PatternType |
ReferencesTypeImpl.getPatternArray(int i)
Gets ith "pattern" element |
PatternType |
GbeanTypeImpl.insertNewDependency(int i)
Inserts and returns a new empty value (as xml) as the ith "dependency" element |
PatternType |
ReferencesTypeImpl.insertNewPattern(int i)
Inserts and returns a new empty value (as xml) as the ith "pattern" element |
| Methods in org.apache.geronimo.deployment.xbeans.impl with parameters of type PatternType | |
|---|---|
void |
GbeanTypeImpl.setDependencyArray(int i,
PatternType dependency)
Sets ith "dependency" element |
void |
GbeanTypeImpl.setDependencyArray(PatternType[] dependencyArray)
Sets array of all "dependency" element |
void |
ReferencesTypeImpl.setPatternArray(int i,
PatternType pattern)
Sets ith "pattern" element |
void |
ReferencesTypeImpl.setPatternArray(PatternType[] patternArray)
Sets array of all "pattern" element |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||