Uses of Interface
org.apache.geronimo.xbeans.j2ee.RunAsType

Packages that use RunAsType
org.apache.geronimo.xbeans.ejb   
org.apache.geronimo.xbeans.ejb.impl   
org.apache.geronimo.xbeans.j2ee   
org.apache.geronimo.xbeans.j2ee.impl   
org.apache.geronimo.xbeans.web   
org.apache.geronimo.xbeans.web.impl   
 

Uses of RunAsType in org.apache.geronimo.xbeans.ejb
 

Methods in org.apache.geronimo.xbeans.ejb that return RunAsType
 RunAsType SecurityIdentityType.getRunAs()
          Gets the "run-as" element
 RunAsType SecurityIdentityType.addNewRunAs()
          Appends and returns a new empty "run-as" element
 

Methods in org.apache.geronimo.xbeans.ejb with parameters of type RunAsType
 void SecurityIdentityType.setRunAs(RunAsType runAs)
          Sets the "run-as" element
 

Uses of RunAsType in org.apache.geronimo.xbeans.ejb.impl
 

Methods in org.apache.geronimo.xbeans.ejb.impl that return RunAsType
 RunAsType SecurityIdentityTypeImpl.getRunAs()
          Gets the "run-as" element
 RunAsType SecurityIdentityTypeImpl.addNewRunAs()
          Appends and returns a new empty "run-as" element
 

Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type RunAsType
 void SecurityIdentityTypeImpl.setRunAs(RunAsType runAs)
          Sets the "run-as" element
 

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

Methods in org.apache.geronimo.xbeans.j2ee that return RunAsType
static RunAsType RunAsType.Factory.newInstance()
           
static RunAsType RunAsType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static RunAsType RunAsType.Factory.parse(String s)
           
static RunAsType RunAsType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static RunAsType RunAsType.Factory.parse(File f)
           
static RunAsType RunAsType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static RunAsType RunAsType.Factory.parse(URL u)
           
static RunAsType RunAsType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static RunAsType RunAsType.Factory.parse(InputStream is)
           
static RunAsType RunAsType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static RunAsType RunAsType.Factory.parse(Reader r)
           
static RunAsType RunAsType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static RunAsType RunAsType.Factory.parse(Node node)
           
static RunAsType RunAsType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static RunAsType RunAsType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static RunAsType RunAsType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 

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

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement RunAsType
 class RunAsTypeImpl
          An XML run-asType(@http://java.sun.com/xml/ns/j2ee).
 

Uses of RunAsType in org.apache.geronimo.xbeans.web
 

Methods in org.apache.geronimo.xbeans.web that return RunAsType
 RunAsType ServletType.getRunAs()
          Gets the "run-as" element
 RunAsType ServletType.addNewRunAs()
          Appends and returns a new empty "run-as" element
 

Methods in org.apache.geronimo.xbeans.web with parameters of type RunAsType
 void ServletType.setRunAs(RunAsType runAs)
          Sets the "run-as" element
 

Uses of RunAsType in org.apache.geronimo.xbeans.web.impl
 

Methods in org.apache.geronimo.xbeans.web.impl that return RunAsType
 RunAsType ServletTypeImpl.getRunAs()
          Gets the "run-as" element
 RunAsType ServletTypeImpl.addNewRunAs()
          Appends and returns a new empty "run-as" element
 

Methods in org.apache.geronimo.xbeans.web.impl with parameters of type RunAsType
 void ServletTypeImpl.setRunAs(RunAsType runAs)
          Sets the "run-as" element
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.