Uses of Class
org.apache.openejb.core.stateful.StatefulContainer.MethodType

Packages that use StatefulContainer.MethodType
org.apache.openejb.core.stateful   
 

Uses of StatefulContainer.MethodType in org.apache.openejb.core.stateful
 

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

Method parameters in org.apache.openejb.core.stateful with type arguments of type StatefulContainer.MethodType
 void StatefulInstanceManager.deploy(CoreDeploymentInfo deploymentInfo, Index<Method,StatefulContainer.MethodType> index)
           
 



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