org.apache.geronimo.naming.java
Class ComponentContextInterceptor
java.lang.Object
org.apache.geronimo.naming.java.ComponentContextInterceptor
- All Implemented Interfaces:
- org.apache.geronimo.core.service.Interceptor
- public class ComponentContextInterceptor
- extends Object
- implements org.apache.geronimo.core.service.Interceptor
An interceptor that pushes the current component's java:comp context into
the java: JNDI namespace
- Version:
- $Revision: 1.3 $ $Date: 2004/03/10 09:59:08 $
Method Summary |
org.apache.geronimo.core.service.InvocationResult |
invoke(org.apache.geronimo.core.service.Invocation invocation)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentContextInterceptor
public ComponentContextInterceptor(org.apache.geronimo.core.service.Interceptor next,
ReadOnlyContext compContext)
- Constructor specifying the components JNDI Context (java:comp)
- Parameters:
compContext
- the component's JNDI Context
invoke
public org.apache.geronimo.core.service.InvocationResult invoke(org.apache.geronimo.core.service.Invocation invocation)
throws Throwable
- Specified by:
invoke
in interface org.apache.geronimo.core.service.Interceptor
- Throws:
Throwable
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.