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

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

Uses of Empty in org.apache.openejb.jee
 

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

Fields in org.apache.openejb.jee with type parameters of type Empty
protected  List<Empty> WebApp.distributable
           
protected  List<Empty> WebFragment.distributable
           
 

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

Methods in org.apache.openejb.jee that return types with arguments of type Empty
 List<Empty> WebApp.getDistributable()
           
 List<Empty> WebFragment.getDistributable()
           
 List<Empty> WebCommon.getDistributable()
           
 

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



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