Uses of Interface
org.apache.geronimo.deployment.xbeans.PatternType

Packages that use PatternType
org.apache.geronimo.deployment.service   
org.apache.geronimo.deployment.xbeans   
org.apache.geronimo.deployment.xbeans.impl   
org.apache.geronimo.xbeans.geronimo.client   
org.apache.geronimo.xbeans.geronimo.client.impl   
org.apache.geronimo.xbeans.geronimo.j2ee   
org.apache.geronimo.xbeans.geronimo.j2ee.impl   
org.apache.geronimo.xbeans.geronimo.loginconfig   
org.apache.geronimo.xbeans.geronimo.loginconfig.impl   
org.apache.geronimo.xbeans.geronimo.security   
org.apache.geronimo.xbeans.geronimo.security.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 AbstractNameQuery SingleGBeanBuilder.buildAbstractNameQuery(PatternType pattern, GReferenceInfo referenceInfo)
           
static AbstractNameQuery SingleGBeanBuilder.buildAbstractNameQuery(PatternType pattern, String nameTypeName, Set interfaceTypes)
           
 void SingleGBeanBuilder.setReference(String name, PatternType[] patterns, 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
 

Uses of PatternType in org.apache.geronimo.xbeans.geronimo.client
 

Methods in org.apache.geronimo.xbeans.geronimo.client that return PatternType
 PatternType GerResourceType.addNewExternalRar()
          Appends and returns a new empty "external-rar" element
 PatternType GerResourceType.getExternalRar()
          Gets the "external-rar" element
 

Methods in org.apache.geronimo.xbeans.geronimo.client with parameters of type PatternType
 void GerResourceType.setExternalRar(PatternType externalRar)
          Sets the "external-rar" element
 

Uses of PatternType in org.apache.geronimo.xbeans.geronimo.client.impl
 

Methods in org.apache.geronimo.xbeans.geronimo.client.impl that return PatternType
 PatternType GerResourceTypeImpl.addNewExternalRar()
          Appends and returns a new empty "external-rar" element
 PatternType GerResourceTypeImpl.getExternalRar()
          Gets the "external-rar" element
 

Methods in org.apache.geronimo.xbeans.geronimo.client.impl with parameters of type PatternType
 void GerResourceTypeImpl.setExternalRar(PatternType externalRar)
          Sets the "external-rar" element
 

Uses of PatternType in org.apache.geronimo.xbeans.geronimo.j2ee
 

Methods in org.apache.geronimo.xbeans.geronimo.j2ee that return PatternType
 PatternType GerExtModuleType.addNewExternalPath()
          Appends and returns a new empty "external-path" element
 PatternType GerExtModuleType.getExternalPath()
          Gets the "external-path" element
 

Methods in org.apache.geronimo.xbeans.geronimo.j2ee with parameters of type PatternType
 void GerExtModuleType.setExternalPath(PatternType externalPath)
          Sets the "external-path" element
 

Uses of PatternType in org.apache.geronimo.xbeans.geronimo.j2ee.impl
 

Methods in org.apache.geronimo.xbeans.geronimo.j2ee.impl that return PatternType
 PatternType GerExtModuleTypeImpl.addNewExternalPath()
          Appends and returns a new empty "external-path" element
 PatternType GerExtModuleTypeImpl.getExternalPath()
          Gets the "external-path" element
 

Methods in org.apache.geronimo.xbeans.geronimo.j2ee.impl with parameters of type PatternType
 void GerExtModuleTypeImpl.setExternalPath(PatternType externalPath)
          Sets the "external-path" element
 

Uses of PatternType in org.apache.geronimo.xbeans.geronimo.loginconfig
 

Methods in org.apache.geronimo.xbeans.geronimo.loginconfig that return PatternType
 PatternType GerLoginModuleRefType.addNewPattern()
          Appends and returns a new empty "pattern" element
 PatternType GerLoginModuleRefType.getPattern()
          Gets the "pattern" element
 

Methods in org.apache.geronimo.xbeans.geronimo.loginconfig with parameters of type PatternType
 void GerLoginModuleRefType.setPattern(PatternType pattern)
          Sets the "pattern" element
 

Uses of PatternType in org.apache.geronimo.xbeans.geronimo.loginconfig.impl
 

Methods in org.apache.geronimo.xbeans.geronimo.loginconfig.impl that return PatternType
 PatternType GerLoginModuleRefTypeImpl.addNewPattern()
          Appends and returns a new empty "pattern" element
 PatternType GerLoginModuleRefTypeImpl.getPattern()
          Gets the "pattern" element
 

Methods in org.apache.geronimo.xbeans.geronimo.loginconfig.impl with parameters of type PatternType
 void GerLoginModuleRefTypeImpl.setPattern(PatternType pattern)
          Sets the "pattern" element
 

Uses of PatternType in org.apache.geronimo.xbeans.geronimo.security
 

Methods in org.apache.geronimo.xbeans.geronimo.security that return PatternType
 PatternType GerCredentialStoreDocument.addNewCredentialStore()
          Appends and returns a new empty "credential-store" element
 PatternType GerSecurityType.addNewCredentialStoreRef()
          Appends and returns a new empty "credential-store-ref" element
 PatternType GerCredentialStoreDocument.getCredentialStore()
          Gets the "credential-store" element
 PatternType GerSecurityType.getCredentialStoreRef()
          Gets the "credential-store-ref" element
 

Methods in org.apache.geronimo.xbeans.geronimo.security with parameters of type PatternType
 void GerCredentialStoreDocument.setCredentialStore(PatternType credentialStore)
          Sets the "credential-store" element
 void GerSecurityType.setCredentialStoreRef(PatternType credentialStoreRef)
          Sets the "credential-store-ref" element
 

Uses of PatternType in org.apache.geronimo.xbeans.geronimo.security.impl
 

Methods in org.apache.geronimo.xbeans.geronimo.security.impl that return PatternType
 PatternType GerCredentialStoreDocumentImpl.addNewCredentialStore()
          Appends and returns a new empty "credential-store" element
 PatternType GerSecurityTypeImpl.addNewCredentialStoreRef()
          Appends and returns a new empty "credential-store-ref" element
 PatternType GerCredentialStoreDocumentImpl.getCredentialStore()
          Gets the "credential-store" element
 PatternType GerSecurityTypeImpl.getCredentialStoreRef()
          Gets the "credential-store-ref" element
 

Methods in org.apache.geronimo.xbeans.geronimo.security.impl with parameters of type PatternType
 void GerCredentialStoreDocumentImpl.setCredentialStore(PatternType credentialStore)
          Sets the "credential-store" element
 void GerSecurityTypeImpl.setCredentialStoreRef(PatternType credentialStoreRef)
          Sets the "credential-store-ref" element
 



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