|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arsdigita.kernel.Kernel
A central location for commonly used kernel services and their accessories.
Context. getContext()
fetches the context record (KernelContext
) of the current thread.
The system party. getSystemParty()
returns the
party used to perform work as "the system".
KernelConfig
,
KernelContext
,
KernelExcursion
Field Summary | |
static String |
SYSTEM_PARTY_EMAIL
The email address of the built-in system party. |
static String |
versionId
|
Constructor Summary | |
Kernel()
|
Method Summary | |
static KernelConfig |
getConfig()
|
static KernelContext |
getContext()
Get the context record of the current thread. |
static User |
getPublicUser()
Get the User that represents "the public", i.e. |
static SecurityConfig |
getSecurityConfig()
|
static Party |
getSystemParty()
Get the system party, the agent of any work the system performs, as apart from what some user or group does. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String versionId
public static final String SYSTEM_PARTY_EMAIL
Constructor Detail |
public Kernel()
Method Detail |
public static final KernelConfig getConfig()
public static final SecurityConfig getSecurityConfig()
public static final KernelContext getContext()
public static final Party getSystemParty()
public static final User getPublicUser()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |