com.pega.pegarules.pub.context
Class ThreadInEtier

java.lang.Object
  extended by com.pega.pegarules.pub.context.ThreadInEtier

public class ThreadInEtier
extends java.lang.Object

The ThreadInEtier class provides an indication of whether the current Java thread is executing in the Enterprise tier as a result of entering the PegaRULES engine via the EngineBean ejb. Note that if the EngineBean methods are bypassed then this flag will not be set correctly. The value will be cleared when code exits the EngineBean.

Version:
$Revision: 31 $ $Date: 2009-06-24 09:38:04 -0400 (Wed, 24 Jun 2009) $
Author:
Ken Olson

Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String VERSION
           
 
Constructor Summary
ThreadInEtier()
           
 
Method Summary
static boolean get()
           
static PRSessionContext getSession()
           
static void set(PRSessionContext aCtx)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

VERSION

public static final java.lang.String VERSION
Constructor Detail

ThreadInEtier

public ThreadInEtier()
Method Detail

get

public static final boolean get()

getSession

public static final PRSessionContext getSession()

set

public static final void set(PRSessionContext aCtx)


Copyright © 2012 Pegasystems Inc. All Rights Reserved.