Uses of Class
org.ow2.util.scan.api.metadata.structures.JMethod

Packages that use JMethod
org.ow2.util.scan.api.configurator Implementation of EJB 3.0 container 
org.ow2.util.scan.api.configurator.metadata Implementation of EJB 3.0 container 
org.ow2.util.scan.api.metadata Implementation of EJB 3.0 container 
org.ow2.util.scan.api.metadata.specific Implementation of EJB 3.0 container 
 

Uses of JMethod in org.ow2.util.scan.api.configurator
 

Methods in org.ow2.util.scan.api.configurator with parameters of type JMethod
 IMethodConfigurator IClassConfigurator.createMethodConfigurator(JMethod jMethod)
           
 

Uses of JMethod in org.ow2.util.scan.api.configurator.metadata
 

Methods in org.ow2.util.scan.api.configurator.metadata with parameters of type JMethod
 IMethodConfigurator ClassMetadataConfigurator.createMethodConfigurator(JMethod jMethod)
          Provide a method used by ClassConfigurator.
protected abstract  IMethodConfigurator ClassMetadataConfigurator.createMethodMetadataConfigurator(JMethod jMethod)
          You have to override this method.
 

Uses of JMethod in org.ow2.util.scan.api.metadata
 

Methods in org.ow2.util.scan.api.metadata that return JMethod
 JMethod IMethodMetadata.getJMethod()
           
 JMethod MethodMetadata.getJMethod()
           
 

Methods in org.ow2.util.scan.api.metadata with parameters of type JMethod
 M ClassMetadata.getMethodMetadata(JMethod jMethod)
           
 M ClassMetadata.getStandardMethodMetadata(JMethod jMethod)
          Deprecated. 
 M IClassMetadata.getStandardMethodMetadata(JMethod jMethod)
           
 void IMethodMetadata.setJMethod(JMethod jMethod)
          Sets the JMethod object (for changing some data).
 void MethodMetadata.setJMethod(JMethod jMethod)
          Sets the JMethod object (for changing some data).
 

Constructors in org.ow2.util.scan.api.metadata with parameters of type JMethod
MethodMetadata(JMethod jMethod, C classMetadata)
          Constructor.
 

Uses of JMethod in org.ow2.util.scan.api.metadata.specific
 

Methods in org.ow2.util.scan.api.metadata.specific that return JMethod
 JMethod ISpecificMethodMetadata.getJMethod()
           
 

Methods in org.ow2.util.scan.api.metadata.specific with parameters of type JMethod
 SM SpecificClassMetadata.getSpecificMethodMetadata(JMethod method)
          
 SM ISpecificClassMetadata.getSpecificMethodMetadata(JMethod jMethod)
           
 



Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.