pl.edu.agh.cast.util.reflect
Class SerializableMethodHolder

java.lang.Object
  extended by pl.edu.agh.cast.util.reflect.SerializableMethodHolder
All Implemented Interfaces:
Serializable

public class SerializableMethodHolder
extends Object
implements Serializable

A serializable method holder.

Author:
AGH CAST Team
See Also:
Method, Serialized Form

Constructor Summary
SerializableMethodHolder(Method method)
          Constructor.
 
Method Summary
 Method get()
          Returns the underlying method instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializableMethodHolder

public SerializableMethodHolder(Method method)
Constructor.

Parameters:
method - the method to hold
Method Detail

get

public Method get()
Returns the underlying method instance.

Returns:
the underlying method instance


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.