org.wamblee.general
Interface LookupProxyFactory.Lookup

All Superinterfaces:
Serializable
Enclosing class:
LookupProxyFactory<T>

public static interface LookupProxyFactory.Lookup
extends Serializable

Interface to lookup the object to delegate to.

Author:
Erik Brakkee

Method Summary
 Object lookup()
          Looks up the object.
 

Method Detail

lookup

Object lookup()
              throws Exception
Looks up the object.

Returns:
Object (non-null)
Throws:
Any - exception in case the object cannot be found.
Exception


Copyright © 2011. All Rights Reserved.