railo.runtime.reflection.storage
Class WeakMethodStorage

java.lang.Object
  extended by railo.runtime.reflection.storage.WeakMethodStorage

public final class WeakMethodStorage
extends Object

Method Storage Class


Constructor Summary
WeakMethodStorage()
           
 
Method Summary
 Method[] getMethods(Class clazz, Collection.Key methodName, int count)
          returns a methods matching given criteria or null if method doesn't exist
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeakMethodStorage

public WeakMethodStorage()
Method Detail

getMethods

public Method[] getMethods(Class clazz,
                           Collection.Key methodName,
                           int count)
returns a methods matching given criteria or null if method doesn't exist

Parameters:
clazz - clazz to get methods from
methodName - Name of the Method to get
count - wished count of arguments
Returns:
matching Methods as Array


Copyright © 2012 Railo