| java.lang.Object com.tc.util.ReflectiveProxy
ReflectiveProxy | public class ReflectiveProxy (Code) | | Creates a proxy to allows a class containing the correct set of method signatures to stand in for an interface (w/o
actually implementing it)
NOTE: even if createProxyIfPossible() returns a proxy, it doesn't mean you want get ClassCastExceptions on the
argument and/or return types -- The only checking that is done is on class names (ignoring loaders completely)
NOTE (2): Since reflection is used, this probably isn't the fastest thing in town.
|
|
|