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 MethodMetadata.getJMethod()
           
 JMethod IMethodMetadata.getJMethod()
           
 

Methods in org.ow2.util.scan.api.metadata with parameters of type JMethod
 M ClassMetadata.getMethodMetadata(JMethod jMethod)
           
 M IClassMetadata.getStandardMethodMetadata(JMethod jMethod)
           
 M ClassMetadata.getStandardMethodMetadata(JMethod jMethod)
          Deprecated. 
 void MethodMetadata.setJMethod(JMethod jMethod)
          Sets the JMethod object (for changing some data).
 void IMethodMetadata.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 ISpecificClassMetadata.getSpecificMethodMetadata(JMethod jMethod)
           
 SM SpecificClassMetadata.getSpecificMethodMetadata(JMethod method)
          
 



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