Package | Description |
---|---|
com.caucho.config | |
com.caucho.health.check | |
com.caucho.security | |
com.caucho.server.webbeans | |
javax.enterprise.inject |
Java Dependency Injection annotations and exceptions.
|
Modifier and Type | Method and Description |
---|---|
static Named |
Names.create(java.lang.String value)
Creates a new @Name annotation with the given value
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionPoolHealthCheck
Monitors the health of Resin database connection pools (<database>).
|
class |
CpuHealthCheck
Monitors CPU usage.
|
class |
ExprHealthCheck
Evaluates user supplied JSP EL expressions as a boolean.
|
class |
HealthSystemHealthCheck
Monitors the health system itself by using a separate thread to determine
if health checking is frozen or taking too long.
|
class |
HeartbeatHealthCheck
Monitors for heartbeats from other members of the cluster.
|
class |
HttpStatusHealthCheck
Monitors one or more URLs on the current Resin instance by making an HTTP
GET request and comparing the returned HTTP status code to a pattern.
|
class |
JvmDeadlockHealthCheck
Monitors for deadlocked threads, as determined by the JVM.
|
class |
LicenseHealthCheck
Checks for expiring Resin Pro license.
|
class |
MemoryPermGenHealthCheck
Monitors the amount of free memory in the PermGen pool.
|
class |
MemoryTenuredHealthCheck
Monitors the amount of free memory in the Tenured pool.
|
class |
ResinHealthCheck
This check aggregates all the other health checks, resulting in the current
overall health.
|
class |
TransactionHealthCheck
Monitors the transaction manager for commit failures.
|
Modifier and Type | Class and Description |
---|---|
class |
AdminAuthenticator
The admin authenticator provides authentication for Resin admin/management
purposes.
|
Modifier and Type | Method and Description |
---|---|
ConversationContext |
ResinCdiProducer.getConversation()
Returns the web beans conversation controller
|
Modifier and Type | Method and Description |
---|---|
void |
ResinCdiProducer.destroy(ConversationContext conversation) |
Modifier and Type | Class and Description |
---|---|
interface |
Model
A standard @Stereotype
|