org.wamblee.general
Interface ThreadSpecificProxyFactory.CreationCallback<T>

Enclosing class:
ThreadSpecificProxyFactory<T>

public static interface ThreadSpecificProxyFactory.CreationCallback<T>

Optional callback invoked to create the thread-specific object when there is no object yet associated with the current thread.

Author:
Erik Brakkee

Method Summary
 T create()
          Creates the object.
 

Method Detail

create

T create()
Creates the object.

Returns:
Object.


Copyright © 2011. All Rights Reserved.