org.jclouds.rest.config
Class SetCaller

java.lang.Object
  extended by org.jclouds.rest.config.SetCaller

public class SetCaller
extends Object

Allows the provider to supply a value set in a threadlocal.

Author:
Adrian Cole

Nested Class Summary
static class SetCaller.Module
           
 
Constructor Summary
SetCaller()
           
 
Method Summary
 void enter(Invocation caller)
           
 void exit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetCaller

public SetCaller()
Method Detail

enter

public void enter(Invocation caller)

exit

public void exit()


Copyright © 2009-2013 jclouds. All Rights Reserved.