org.jboss.aop
Class Dispatcher
java.lang.Object
org.jboss.aop.Dispatcher
public class Dispatcher
- extends Object
- Version:
- $Revision: 44133 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DISPATCHER
public static final String DISPATCHER
- See Also:
- Constant Field Values
OID
public static final String OID
- See Also:
- Constant Field Values
singleton
public static final Dispatcher singleton
Dispatcher
public Dispatcher()
isRegistered
public boolean isRegistered(Object oid)
registerTarget
public void registerTarget(Object oid,
Object target)
- Register an Object ID with an actual target object
unregisterTarget
public void unregisterTarget(Object oid)
getRegistered
public Object getRegistered(Object oid)
invoke
public InvocationResponse invoke(Invocation invocation)
throws NotFoundInDispatcherException,
Throwable
- Throws:
NotFoundInDispatcherException
Throwable
Copyright © 2004 JBoss Inc. All Rights Reserved.