org.apache.blur.user
Class UserThreadBoundaryProcessor

java.lang.Object
  extended by org.apache.blur.user.UserThreadBoundaryProcessor
All Implemented Interfaces:
ThreadBoundaryProcessor

public class UserThreadBoundaryProcessor
extends Object
implements ThreadBoundaryProcessor


Constructor Summary
UserThreadBoundaryProcessor()
           
 
Method Summary
 Object preprocessCallingThread()
           
 Closeable preprocessNewThread(Object object)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserThreadBoundaryProcessor

public UserThreadBoundaryProcessor()
Method Detail

preprocessCallingThread

public Object preprocessCallingThread()
Specified by:
preprocessCallingThread in interface ThreadBoundaryProcessor

preprocessNewThread

public Closeable preprocessNewThread(Object object)
Specified by:
preprocessNewThread in interface ThreadBoundaryProcessor


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.