org.apache.geronimo.remoting
Class InterceptorRegistry
java.lang.Object
org.apache.geronimo.remoting.InterceptorRegistry
- public class InterceptorRegistry
- extends Object
- Version:
- $Revision: 1.5 $ $Date: 2004/03/10 09:59:19 $
Method Summary |
org.apache.geronimo.core.service.Interceptor |
lookup(Long id)
|
Long |
register(org.apache.geronimo.core.service.Interceptor interceptor)
|
org.apache.geronimo.core.service.Interceptor |
unregister(Long id)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
public static final InterceptorRegistry instance
register
public Long register(org.apache.geronimo.core.service.Interceptor interceptor)
unregister
public org.apache.geronimo.core.service.Interceptor unregister(Long id)
lookup
public org.apache.geronimo.core.service.Interceptor lookup(Long id)
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.