com.sun.appserv.management.j2ee.statistics
Class GetterInvocationHandler<T>
java.lang.Object
com.sun.appserv.management.j2ee.statistics.GetterInvocationHandler<T>
- All Implemented Interfaces:
- Serializable, InvocationHandler
- Direct Known Subclasses:
- MapGetterInvocationHandler
public abstract class GetterInvocationHandler<T>
- extends Object
- implements InvocationHandler, Serializable
Abstract base InvocationHandler
for any getXXX() method.
Internal use only
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetterInvocationHandler
public GetterInvocationHandler()
getValue
protected abstract T getValue(String name)
containsValue
protected abstract boolean containsValue(String name)
invoke
public Object invoke(Object myProxy,
Method method,
Object[] args)
throws Throwable
- Specified by:
invoke
in interface InvocationHandler
- Throws:
Throwable
Submit a bug or feature Copyright 2006 Sun Microsystems, Inc. All rights reserved.