Uses of Interface
org.apache.geronimo.xbeans.geronimo.GerEmptyType

Packages that use GerEmptyType
org.apache.geronimo.xbeans.geronimo   
org.apache.geronimo.xbeans.geronimo.impl   
 

Uses of GerEmptyType in org.apache.geronimo.xbeans.geronimo
 

Methods in org.apache.geronimo.xbeans.geronimo that return GerEmptyType
 GerEmptyType GerConnectionmanagerType.addNewContainerManagedSecurity()
          Appends and returns a new empty "container-managed-security" element
 GerEmptyType GerConnectionmanagerType.addNewLocalTransaction()
          Appends and returns a new empty "local-transaction" element
 GerEmptyType GerSinglepoolType.addNewMatchAll()
          Appends and returns a new empty "match-all" element
 GerEmptyType GerSinglepoolType.addNewMatchOne()
          Appends and returns a new empty "match-one" element
 GerEmptyType GerConnectionmanagerType.addNewNoPool()
          Appends and returns a new empty "no-pool" element
 GerEmptyType GerConnectionmanagerType.addNewNoTransaction()
          Appends and returns a new empty "no-transaction" element
 GerEmptyType GerPartitionedpoolType.addNewPartitionByConnectionrequestinfo()
          Appends and returns a new empty "partition-by-connectionrequestinfo" element
 GerEmptyType GerPartitionedpoolType.addNewPartitionBySubject()
          Appends and returns a new empty "partition-by-subject" element
 GerEmptyType GerSinglepoolType.addNewSelectOneAssumeMatch()
          Appends and returns a new empty "select-one-assume-match" element
 GerEmptyType GerXatransactionType.addNewThreadCaching()
          Appends and returns a new empty "thread-caching" element
 GerEmptyType GerXatransactionType.addNewTransactionCaching()
          Appends and returns a new empty "transaction-caching" element
 GerEmptyType GerConnectionmanagerType.addNewTransactionLog()
          Appends and returns a new empty "transaction-log" element
 GerEmptyType GerConnectionmanagerType.getContainerManagedSecurity()
          Gets the "container-managed-security" element
 GerEmptyType GerConnectionmanagerType.getLocalTransaction()
          Gets the "local-transaction" element
 GerEmptyType GerSinglepoolType.getMatchAll()
          Gets the "match-all" element
 GerEmptyType GerSinglepoolType.getMatchOne()
          Gets the "match-one" element
 GerEmptyType GerConnectionmanagerType.getNoPool()
          Gets the "no-pool" element
 GerEmptyType GerConnectionmanagerType.getNoTransaction()
          Gets the "no-transaction" element
 GerEmptyType GerPartitionedpoolType.getPartitionByConnectionrequestinfo()
          Gets the "partition-by-connectionrequestinfo" element
 GerEmptyType GerPartitionedpoolType.getPartitionBySubject()
          Gets the "partition-by-subject" element
 GerEmptyType GerSinglepoolType.getSelectOneAssumeMatch()
          Gets the "select-one-assume-match" element
 GerEmptyType GerXatransactionType.getThreadCaching()
          Gets the "thread-caching" element
 GerEmptyType GerXatransactionType.getTransactionCaching()
          Gets the "transaction-caching" element
 GerEmptyType GerConnectionmanagerType.getTransactionLog()
          Gets the "transaction-log" element
static GerEmptyType GerEmptyType.Factory.newInstance()
           
static GerEmptyType GerEmptyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GerEmptyType GerEmptyType.Factory.parse(File file)
           
static GerEmptyType GerEmptyType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static GerEmptyType GerEmptyType.Factory.parse(InputStream is)
           
static GerEmptyType GerEmptyType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GerEmptyType GerEmptyType.Factory.parse(Node node)
           
static GerEmptyType GerEmptyType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static GerEmptyType GerEmptyType.Factory.parse(Reader r)
           
static GerEmptyType GerEmptyType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GerEmptyType GerEmptyType.Factory.parse(String xmlAsString)
           
static GerEmptyType GerEmptyType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GerEmptyType GerEmptyType.Factory.parse(URL u)
           
static GerEmptyType GerEmptyType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static GerEmptyType GerEmptyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GerEmptyType GerEmptyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GerEmptyType GerEmptyType.Factory.parse(XMLStreamReader sr)
           
static GerEmptyType GerEmptyType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.geronimo with parameters of type GerEmptyType
 void GerConnectionmanagerType.setContainerManagedSecurity(GerEmptyType containerManagedSecurity)
          Sets the "container-managed-security" element
 void GerConnectionmanagerType.setLocalTransaction(GerEmptyType localTransaction)
          Sets the "local-transaction" element
 void GerSinglepoolType.setMatchAll(GerEmptyType matchAll)
          Sets the "match-all" element
 void GerSinglepoolType.setMatchOne(GerEmptyType matchOne)
          Sets the "match-one" element
 void GerConnectionmanagerType.setNoPool(GerEmptyType noPool)
          Sets the "no-pool" element
 void GerConnectionmanagerType.setNoTransaction(GerEmptyType noTransaction)
          Sets the "no-transaction" element
 void GerPartitionedpoolType.setPartitionByConnectionrequestinfo(GerEmptyType partitionByConnectionrequestinfo)
          Sets the "partition-by-connectionrequestinfo" element
 void GerPartitionedpoolType.setPartitionBySubject(GerEmptyType partitionBySubject)
          Sets the "partition-by-subject" element
 void GerSinglepoolType.setSelectOneAssumeMatch(GerEmptyType selectOneAssumeMatch)
          Sets the "select-one-assume-match" element
 void GerXatransactionType.setThreadCaching(GerEmptyType threadCaching)
          Sets the "thread-caching" element
 void GerXatransactionType.setTransactionCaching(GerEmptyType transactionCaching)
          Sets the "transaction-caching" element
 void GerConnectionmanagerType.setTransactionLog(GerEmptyType transactionLog)
          Sets the "transaction-log" element
 

Uses of GerEmptyType in org.apache.geronimo.xbeans.geronimo.impl
 

Classes in org.apache.geronimo.xbeans.geronimo.impl that implement GerEmptyType
 class GerEmptyTypeImpl
          An XML emptyType(@http://geronimo.apache.org/xml/ns/j2ee/connector-1.2).
 

Methods in org.apache.geronimo.xbeans.geronimo.impl that return GerEmptyType
 GerEmptyType GerConnectionmanagerTypeImpl.addNewContainerManagedSecurity()
          Appends and returns a new empty "container-managed-security" element
 GerEmptyType GerConnectionmanagerTypeImpl.addNewLocalTransaction()
          Appends and returns a new empty "local-transaction" element
 GerEmptyType GerSinglepoolTypeImpl.addNewMatchAll()
          Appends and returns a new empty "match-all" element
 GerEmptyType GerSinglepoolTypeImpl.addNewMatchOne()
          Appends and returns a new empty "match-one" element
 GerEmptyType GerConnectionmanagerTypeImpl.addNewNoPool()
          Appends and returns a new empty "no-pool" element
 GerEmptyType GerConnectionmanagerTypeImpl.addNewNoTransaction()
          Appends and returns a new empty "no-transaction" element
 GerEmptyType GerPartitionedpoolTypeImpl.addNewPartitionByConnectionrequestinfo()
          Appends and returns a new empty "partition-by-connectionrequestinfo" element
 GerEmptyType GerPartitionedpoolTypeImpl.addNewPartitionBySubject()
          Appends and returns a new empty "partition-by-subject" element
 GerEmptyType GerSinglepoolTypeImpl.addNewSelectOneAssumeMatch()
          Appends and returns a new empty "select-one-assume-match" element
 GerEmptyType GerXatransactionTypeImpl.addNewThreadCaching()
          Appends and returns a new empty "thread-caching" element
 GerEmptyType GerXatransactionTypeImpl.addNewTransactionCaching()
          Appends and returns a new empty "transaction-caching" element
 GerEmptyType GerConnectionmanagerTypeImpl.addNewTransactionLog()
          Appends and returns a new empty "transaction-log" element
 GerEmptyType GerConnectionmanagerTypeImpl.getContainerManagedSecurity()
          Gets the "container-managed-security" element
 GerEmptyType GerConnectionmanagerTypeImpl.getLocalTransaction()
          Gets the "local-transaction" element
 GerEmptyType GerSinglepoolTypeImpl.getMatchAll()
          Gets the "match-all" element
 GerEmptyType GerSinglepoolTypeImpl.getMatchOne()
          Gets the "match-one" element
 GerEmptyType GerConnectionmanagerTypeImpl.getNoPool()
          Gets the "no-pool" element
 GerEmptyType GerConnectionmanagerTypeImpl.getNoTransaction()
          Gets the "no-transaction" element
 GerEmptyType GerPartitionedpoolTypeImpl.getPartitionByConnectionrequestinfo()
          Gets the "partition-by-connectionrequestinfo" element
 GerEmptyType GerPartitionedpoolTypeImpl.getPartitionBySubject()
          Gets the "partition-by-subject" element
 GerEmptyType GerSinglepoolTypeImpl.getSelectOneAssumeMatch()
          Gets the "select-one-assume-match" element
 GerEmptyType GerXatransactionTypeImpl.getThreadCaching()
          Gets the "thread-caching" element
 GerEmptyType GerXatransactionTypeImpl.getTransactionCaching()
          Gets the "transaction-caching" element
 GerEmptyType GerConnectionmanagerTypeImpl.getTransactionLog()
          Gets the "transaction-log" element
 

Methods in org.apache.geronimo.xbeans.geronimo.impl with parameters of type GerEmptyType
 void GerConnectionmanagerTypeImpl.setContainerManagedSecurity(GerEmptyType containerManagedSecurity)
          Sets the "container-managed-security" element
 void GerConnectionmanagerTypeImpl.setLocalTransaction(GerEmptyType localTransaction)
          Sets the "local-transaction" element
 void GerSinglepoolTypeImpl.setMatchAll(GerEmptyType matchAll)
          Sets the "match-all" element
 void GerSinglepoolTypeImpl.setMatchOne(GerEmptyType matchOne)
          Sets the "match-one" element
 void GerConnectionmanagerTypeImpl.setNoPool(GerEmptyType noPool)
          Sets the "no-pool" element
 void GerConnectionmanagerTypeImpl.setNoTransaction(GerEmptyType noTransaction)
          Sets the "no-transaction" element
 void GerPartitionedpoolTypeImpl.setPartitionByConnectionrequestinfo(GerEmptyType partitionByConnectionrequestinfo)
          Sets the "partition-by-connectionrequestinfo" element
 void GerPartitionedpoolTypeImpl.setPartitionBySubject(GerEmptyType partitionBySubject)
          Sets the "partition-by-subject" element
 void GerSinglepoolTypeImpl.setSelectOneAssumeMatch(GerEmptyType selectOneAssumeMatch)
          Sets the "select-one-assume-match" element
 void GerXatransactionTypeImpl.setThreadCaching(GerEmptyType threadCaching)
          Sets the "thread-caching" element
 void GerXatransactionTypeImpl.setTransactionCaching(GerEmptyType transactionCaching)
          Sets the "transaction-caching" element
 void GerConnectionmanagerTypeImpl.setTransactionLog(GerEmptyType transactionLog)
          Sets the "transaction-log" element
 



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