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

Packages that use GerClusteringWadiType
org.apache.geronimo.jetty7.cluster.wadi.builder   
org.apache.geronimo.xbeans.geronimo   
org.apache.geronimo.xbeans.geronimo.impl   
 

Uses of GerClusteringWadiType in org.apache.geronimo.jetty7.cluster.wadi.builder
 

Methods in org.apache.geronimo.jetty7.cluster.wadi.builder that return GerClusteringWadiType
protected  GerClusteringWadiType WADIJettyClusteringBuilder.getWadiClusterConfig(org.apache.xmlbeans.XmlObject container)
           
 

Methods in org.apache.geronimo.jetty7.cluster.wadi.builder with parameters of type GerClusteringWadiType
protected  AbstractName WADIJettyClusteringBuilder.addSessionManager(GerClusteringWadiType clustering, GBeanData webModuleData, DeploymentContext moduleContext)
           
protected  int WADIJettyClusteringBuilder.getNumberOfPartitions(GerClusteringWadiType clustering)
           
protected  int WADIJettyClusteringBuilder.getSweepInterval(GerClusteringWadiType clustering)
           
protected  boolean WADIJettyClusteringBuilder.isDeltaReplication(GerClusteringWadiType clustering)
           
protected  boolean WADIJettyClusteringBuilder.isDisableReplication(GerClusteringWadiType clustering)
           
protected  void WADIJettyClusteringBuilder.setBackingStrategyFactory(GerClusteringWadiType clustering, GBeanData beanData)
           
protected  void WADIJettyClusteringBuilder.setCluster(GerClusteringWadiType clustering, GBeanData beanData)
           
protected  void WADIJettyClusteringBuilder.setConfigInfo(GerClusteringWadiType clustering, GBeanData webModuleData, GBeanData beanData)
           
 

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

Methods in org.apache.geronimo.xbeans.geronimo that return GerClusteringWadiType
 GerClusteringWadiType GerClusteringWadiDocument.addNewClusteringWadi()
          Appends and returns a new empty "clustering-wadi" element
 GerClusteringWadiType GerClusteringWadiDocument.getClusteringWadi()
          Gets the "clustering-wadi" element
static GerClusteringWadiType GerClusteringWadiType.Factory.newInstance()
           
static GerClusteringWadiType GerClusteringWadiType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GerClusteringWadiType GerClusteringWadiType.Factory.parse(java.io.File file)
           
static GerClusteringWadiType GerClusteringWadiType.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static GerClusteringWadiType GerClusteringWadiType.Factory.parse(java.io.InputStream is)
           
static GerClusteringWadiType GerClusteringWadiType.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GerClusteringWadiType GerClusteringWadiType.Factory.parse(org.w3c.dom.Node node)
           
static GerClusteringWadiType GerClusteringWadiType.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static GerClusteringWadiType GerClusteringWadiType.Factory.parse(java.io.Reader r)
           
static GerClusteringWadiType GerClusteringWadiType.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GerClusteringWadiType GerClusteringWadiType.Factory.parse(java.lang.String xmlAsString)
           
static GerClusteringWadiType GerClusteringWadiType.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GerClusteringWadiType GerClusteringWadiType.Factory.parse(java.net.URL u)
           
static GerClusteringWadiType GerClusteringWadiType.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static GerClusteringWadiType GerClusteringWadiType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GerClusteringWadiType GerClusteringWadiType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GerClusteringWadiType GerClusteringWadiType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static GerClusteringWadiType GerClusteringWadiType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.geronimo with parameters of type GerClusteringWadiType
 void GerClusteringWadiDocument.setClusteringWadi(GerClusteringWadiType clusteringWadi)
          Sets the "clustering-wadi" element
 

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

Classes in org.apache.geronimo.xbeans.geronimo.impl that implement GerClusteringWadiType
 class GerClusteringWadiTypeImpl
          An XML clustering-wadiType(@http://geronimo.apache.org/xml/ns/clustering-wadi-1.2).
 

Methods in org.apache.geronimo.xbeans.geronimo.impl that return GerClusteringWadiType
 GerClusteringWadiType GerClusteringWadiDocumentImpl.addNewClusteringWadi()
          Appends and returns a new empty "clustering-wadi" element
 GerClusteringWadiType GerClusteringWadiDocumentImpl.getClusteringWadi()
          Gets the "clustering-wadi" element
 

Methods in org.apache.geronimo.xbeans.geronimo.impl with parameters of type GerClusteringWadiType
 void GerClusteringWadiDocumentImpl.setClusteringWadi(GerClusteringWadiType clusteringWadi)
          Sets the "clustering-wadi" element
 



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