org.apache.geronimo.remoting
Class InterceptorRegistry

java.lang.Object
  extended byorg.apache.geronimo.remoting.InterceptorRegistry

public class InterceptorRegistry
extends Object

Version:
$Revision: 1.5 $ $Date: 2004/03/10 09:59:19 $

Field Summary
static InterceptorRegistry instance
           
 
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
 

Field Detail

instance

public static final InterceptorRegistry instance
Method Detail

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.