public class SystemEventHierarchyEntryThreadLocal
extends java.lang.Object
| Constructor and Description |
|---|
SystemEventHierarchyEntryThreadLocal() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clear() |
static SystemEventHierarchyEntry |
peek() |
static SystemEventHierarchyEntry |
pop() |
static SystemEventHierarchyEntry |
pop(java.lang.Class<?> clazz) |
static SystemEventHierarchyEntry |
pop(java.lang.Class<?> clazz,
long classPK) |
static SystemEventHierarchyEntry |
pop(long classNameId,
long classPK) |
static SystemEventHierarchyEntry |
pop(java.lang.String className) |
static SystemEventHierarchyEntry |
pop(java.lang.String className,
long classPK) |
static SystemEventHierarchyEntry |
push() |
static SystemEventHierarchyEntry |
push(java.lang.Class<?> clazz) |
static SystemEventHierarchyEntry |
push(java.lang.Class<?> clazz,
long classPK) |
static SystemEventHierarchyEntry |
push(java.lang.Class<?> clazz,
long classPK,
int action) |
static SystemEventHierarchyEntry |
push(int action) |
static SystemEventHierarchyEntry |
push(long classNameId,
long classPK,
int action) |
static SystemEventHierarchyEntry |
push(java.lang.String className) |
static SystemEventHierarchyEntry |
push(java.lang.String className,
long classPK,
int action) |
public SystemEventHierarchyEntryThreadLocal()
public static void clear()
public static SystemEventHierarchyEntry peek()
public static SystemEventHierarchyEntry pop()
public static SystemEventHierarchyEntry pop(java.lang.Class<?> clazz)
public static SystemEventHierarchyEntry pop(java.lang.Class<?> clazz, long classPK)
public static SystemEventHierarchyEntry pop(long classNameId, long classPK)
public static SystemEventHierarchyEntry pop(java.lang.String className)
public static SystemEventHierarchyEntry pop(java.lang.String className, long classPK)
public static SystemEventHierarchyEntry push() throws SystemException
SystemExceptionpublic static SystemEventHierarchyEntry push(java.lang.Class<?> clazz) throws SystemException
SystemExceptionpublic static SystemEventHierarchyEntry push(java.lang.Class<?> clazz, long classPK) throws SystemException
SystemExceptionpublic static SystemEventHierarchyEntry push(java.lang.Class<?> clazz, long classPK, int action) throws SystemException
SystemExceptionpublic static SystemEventHierarchyEntry push(int action) throws SystemException
SystemExceptionpublic static SystemEventHierarchyEntry push(long classNameId, long classPK, int action) throws SystemException
SystemExceptionpublic static SystemEventHierarchyEntry push(java.lang.String className) throws SystemException
SystemExceptionpublic static SystemEventHierarchyEntry push(java.lang.String className, long classPK, int action) throws SystemException
SystemException