|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContainerTransactionType | |
org.apache.geronimo.xbeans.ejb | |
org.apache.geronimo.xbeans.ejb.impl |
Uses of ContainerTransactionType in org.apache.geronimo.xbeans.ejb |
Methods in org.apache.geronimo.xbeans.ejb that return ContainerTransactionType | |
static ContainerTransactionType |
ContainerTransactionType.Factory.newInstance()
|
static ContainerTransactionType |
ContainerTransactionType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static ContainerTransactionType |
ContainerTransactionType.Factory.parse(String s)
|
static ContainerTransactionType |
ContainerTransactionType.Factory.parse(String s,
org.apache.xmlbeans.XmlOptions options)
|
static ContainerTransactionType |
ContainerTransactionType.Factory.parse(File f)
|
static ContainerTransactionType |
ContainerTransactionType.Factory.parse(File f,
org.apache.xmlbeans.XmlOptions options)
|
static ContainerTransactionType |
ContainerTransactionType.Factory.parse(URL u)
|
static ContainerTransactionType |
ContainerTransactionType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static ContainerTransactionType |
ContainerTransactionType.Factory.parse(InputStream is)
|
static ContainerTransactionType |
ContainerTransactionType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static ContainerTransactionType |
ContainerTransactionType.Factory.parse(Reader r)
|
static ContainerTransactionType |
ContainerTransactionType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static ContainerTransactionType |
ContainerTransactionType.Factory.parse(Node node)
|
static ContainerTransactionType |
ContainerTransactionType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static ContainerTransactionType |
ContainerTransactionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
|
static ContainerTransactionType |
ContainerTransactionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
|
ContainerTransactionType[] |
AssemblyDescriptorType.getContainerTransactionArray()
Gets array of all "container-transaction" elements |
ContainerTransactionType |
AssemblyDescriptorType.getContainerTransactionArray(int i)
Gets ith "container-transaction" element |
ContainerTransactionType |
AssemblyDescriptorType.insertNewContainerTransaction(int i)
Inserts and returns a new empty value (as xml) as the ith "container-transaction" element |
ContainerTransactionType |
AssemblyDescriptorType.addNewContainerTransaction()
Appends and returns a new empty value (as xml) as the last "container-transaction" element |
Methods in org.apache.geronimo.xbeans.ejb with parameters of type ContainerTransactionType | |
void |
AssemblyDescriptorType.setContainerTransactionArray(ContainerTransactionType[] containerTransactionArray)
Sets array of all "container-transaction" element |
void |
AssemblyDescriptorType.setContainerTransactionArray(int i,
ContainerTransactionType containerTransaction)
Sets ith "container-transaction" element |
Uses of ContainerTransactionType in org.apache.geronimo.xbeans.ejb.impl |
Classes in org.apache.geronimo.xbeans.ejb.impl that implement ContainerTransactionType | |
class |
ContainerTransactionTypeImpl
An XML container-transactionType(@http://java.sun.com/xml/ns/j2ee). |
Methods in org.apache.geronimo.xbeans.ejb.impl that return ContainerTransactionType | |
ContainerTransactionType[] |
AssemblyDescriptorTypeImpl.getContainerTransactionArray()
Gets array of all "container-transaction" elements |
ContainerTransactionType |
AssemblyDescriptorTypeImpl.getContainerTransactionArray(int i)
Gets ith "container-transaction" element |
ContainerTransactionType |
AssemblyDescriptorTypeImpl.insertNewContainerTransaction(int i)
Inserts and returns a new empty value (as xml) as the ith "container-transaction" element |
ContainerTransactionType |
AssemblyDescriptorTypeImpl.addNewContainerTransaction()
Appends and returns a new empty value (as xml) as the last "container-transaction" element |
Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type ContainerTransactionType | |
void |
AssemblyDescriptorTypeImpl.setContainerTransactionArray(ContainerTransactionType[] containerTransactionArray)
Sets array of all "container-transaction" element |
void |
AssemblyDescriptorTypeImpl.setContainerTransactionArray(int i,
ContainerTransactionType containerTransaction)
Sets ith "container-transaction" element |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |