Uses of Class
org.apache.openejb.core.BaseContext.Call

Packages that use BaseContext.Call
org.apache.openejb.core   
org.apache.openejb.core.entity   
org.apache.openejb.core.managed   
org.apache.openejb.core.mdb   
org.apache.openejb.core.singleton   
org.apache.openejb.core.stateful   
org.apache.openejb.core.stateless   
 

Uses of BaseContext.Call in org.apache.openejb.core
 

Methods in org.apache.openejb.core that return BaseContext.Call
static BaseContext.Call BaseContext.Call.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BaseContext.Call[] BaseContext.Call.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.openejb.core with parameters of type BaseContext.Call
abstract  void BaseContext.check(BaseContext.Call call)
           
protected  IllegalStateException BaseContext.illegal(BaseContext.Call call, Operation operation)
           
 

Uses of BaseContext.Call in org.apache.openejb.core.entity
 

Methods in org.apache.openejb.core.entity with parameters of type BaseContext.Call
 void EntityContext.check(BaseContext.Call call)
           
 

Uses of BaseContext.Call in org.apache.openejb.core.managed
 

Methods in org.apache.openejb.core.managed with parameters of type BaseContext.Call
 void ManagedContext.check(BaseContext.Call call)
           
 

Uses of BaseContext.Call in org.apache.openejb.core.mdb
 

Methods in org.apache.openejb.core.mdb with parameters of type BaseContext.Call
 void MdbContext.check(BaseContext.Call call)
           
 

Uses of BaseContext.Call in org.apache.openejb.core.singleton
 

Methods in org.apache.openejb.core.singleton with parameters of type BaseContext.Call
 void SingletonContext.check(BaseContext.Call call)
           
 

Uses of BaseContext.Call in org.apache.openejb.core.stateful
 

Methods in org.apache.openejb.core.stateful with parameters of type BaseContext.Call
 void StatefulContext.check(BaseContext.Call call)
           
 

Uses of BaseContext.Call in org.apache.openejb.core.stateless
 

Methods in org.apache.openejb.core.stateless with parameters of type BaseContext.Call
 void StatelessContext.check(BaseContext.Call call)
           
 



Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.