Uses of Class
org.apache.openejb.jee.EmptyType

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

Uses of EmptyType in org.apache.openejb.jee
 

Fields in org.apache.openejb.jee declared as EmptyType
protected  EmptyType EjbRelationshipRole.cascadeDelete
           
protected  EmptyType SessionBean.localBean
           
protected  EmptyType MethodPermission.unchecked
           
protected  EmptyType SecurityIdentity.useCallerIdentity
           
 

Fields in org.apache.openejb.jee with type parameters of type EmptyType
protected  java.util.List<EmptyType> WebApp.distributable
           
 

Methods in org.apache.openejb.jee that return EmptyType
 EmptyType SessionBean.getLocalBean()
           
 EmptyType SecurityIdentity.getUseCallerIdentity()
           
 

Methods in org.apache.openejb.jee that return types with arguments of type EmptyType
 java.util.List<EmptyType> WebApp.getDistributable()
           
 

Methods in org.apache.openejb.jee with parameters of type EmptyType
 void SessionBean.setLocalBean(EmptyType localBean)
           
 void SecurityIdentity.setUseCallerIdentity(EmptyType value)
           
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.