Uses of Class
org.apache.openejb.jee.was.v6.ejb.MethodPermission

Packages that use MethodPermission
org.apache.openejb.jee.was.v6.ejb Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of MethodPermission in org.apache.openejb.jee.was.v6.ejb
 

Fields in org.apache.openejb.jee.was.v6.ejb with type parameters of type MethodPermission
protected  List<MethodPermission> AssemblyDescriptor.methodPermissions
           
 

Methods in org.apache.openejb.jee.was.v6.ejb that return MethodPermission
 MethodPermission ObjectFactory.createMethodPermission()
          Create an instance of MethodPermission
 

Methods in org.apache.openejb.jee.was.v6.ejb that return types with arguments of type MethodPermission
 JAXBElement<MethodPermission> ObjectFactory.createMethodPermission(MethodPermission value)
          Create an instance of JAXBElement< MethodPermission>
 List<MethodPermission> AssemblyDescriptor.getMethodPermissions()
          Gets the value of the methodPermissions property.
 

Methods in org.apache.openejb.jee.was.v6.ejb with parameters of type MethodPermission
 JAXBElement<MethodPermission> ObjectFactory.createMethodPermission(MethodPermission value)
          Create an instance of JAXBElement< MethodPermission>
 



Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.