org.apache.aries.proxy.impl
Class SingleInstanceDispatcher

java.lang.Object
  extended by 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


Constructor Summary
SingleInstanceDispatcher(Object delegate)
           
 
Method Summary
 Object call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleInstanceDispatcher

public SingleInstanceDispatcher(Object delegate)
Method Detail

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.