org.apache.aries.proxy.impl
Class SingleInstanceDispatcher
java.lang.Object
org.apache.aries.proxy.impl.SingleInstanceDispatcher
- All Implemented Interfaces:
- Callable<Object>
public final class SingleInstanceDispatcher
- extends Object
- implements Callable<Object>
Dispatch to a single fixed instance
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SingleInstanceDispatcher
public SingleInstanceDispatcher(Object delegate)
call
public final Object call()
throws Exception
- Specified by:
call
in interface Callable<Object>
- Throws:
Exception
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.