org.ow2.petals.jsr181
Class JBIContextManager

java.lang.Object
  extended by org.ow2.petals.jsr181.JBIContextManager

public class JBIContextManager
extends java.lang.Object

The JBI Context will be used by annotated POJO classes to get access to the message sender. Since the JBIContextManager uses ThreadLocal each worker (thread) will have access to its own sender.

Author:
Christophe HAMERLING - EBM WebSourcing

Method Summary
static JBIContext getJBIContext()
           
static void setJBIContext(JBIContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getJBIContext

public static JBIContext getJBIContext()

setJBIContext

public static void setJBIContext(JBIContext ctx)


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.