custom counter

Category Archives: Reflection

Reflection Tip – Dynamically calling methods

There are often times when you need to call a method but you do not know the name of the method until runtime.  I came across this issue during my Thesis.    Our problem was as follows: How do we dynamically map between an object type and a method in the sub class of PublishableServer that [...]
Also posted in java, tips | Leave a comment