org.jboss.security.jndi
Class JndiLoginInitialContextFactory.ContextProxy

java.lang.Object
  extended by org.jboss.security.jndi.JndiLoginInitialContextFactory.ContextProxy
All Implemented Interfaces:
InvocationHandler
Enclosing class:
JndiLoginInitialContextFactory

public static class JndiLoginInitialContextFactory.ContextProxy
extends Object
implements InvocationHandler


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
 

Method Detail

invoke

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


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.