com.pega.pegarules.pub.context
Class ThreadInEtier
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
VERSION
public static final java.lang.String VERSION
ThreadInEtier
public ThreadInEtier()
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.