com.sun.enterprise.v3.services.impl
Class GrizzlyService.NoopInvocationHandler

java.lang.Object
  extended by com.sun.enterprise.v3.services.impl.GrizzlyService.NoopInvocationHandler
All Implemented Interfaces:
InvocationHandler
Enclosing class:
GrizzlyService

public static class GrizzlyService.NoopInvocationHandler
extends Object
implements InvocationHandler

Probe provider that implements each probe provider method as a no-op.


Constructor Summary
GrizzlyService.NoopInvocationHandler()
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrizzlyService.NoopInvocationHandler

public GrizzlyService.NoopInvocationHandler()
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
Specified by:
invoke in interface InvocationHandler


Copyright © 2012. All Rights Reserved.