Invocation API 1.1.0.Final

Uses of Class
org.jboss.invocation.proxy.MethodIdentifier

Packages that use MethodIdentifier
org.jboss.invocation.proxy   
 

Uses of MethodIdentifier in org.jboss.invocation.proxy
 

Fields in org.jboss.invocation.proxy declared as MethodIdentifier
static MethodIdentifier MethodIdentifier.EQUALS
          The method identifier for Object.equals().
static MethodIdentifier MethodIdentifier.FINALIZE
          The method identifier for Object.finalize().
static MethodIdentifier MethodIdentifier.HASH_CODE
          The method identifier for Object.hashCode().
static MethodIdentifier MethodIdentifier.TO_STRING
          The method identifier for Object.toString().
 

Methods in org.jboss.invocation.proxy that return MethodIdentifier
static MethodIdentifier MethodIdentifier.getIdentifier(Class<?> returnType, String name, Class<?>... parameterTypes)
          Construct a new instance using class objects for the parameter types.
static MethodIdentifier MethodIdentifier.getIdentifier(String returnType, String name, String... parameterTypes)
          Construct a new instance using string names for the return and parameter types.
static MethodIdentifier MethodIdentifier.getIdentifierForMethod(Method method)
          Get an identifier for the given reflection method.
 

Methods in org.jboss.invocation.proxy with parameters of type MethodIdentifier
 boolean MethodIdentifier.equals(MethodIdentifier other)
          Determine whether this object is equal to another.
protected  boolean AbstractSubclassFactory.overrideMethod(org.jboss.classfilewriter.ClassMethod method, MethodIdentifier identifier, MethodBodyCreator creator)
          Creates a new method on the generated class that overrides the given methods, unless a method with the same signature has already been overridden.
protected  boolean AbstractSubclassFactory.overrideMethod(Method method, MethodIdentifier identifier, MethodBodyCreator creator)
          Creates a new method on the generated class that overrides the given methods, unless a method with the same signature has already been overridden.
 


Invocation API 1.1.0.Final

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.