|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Named | |
|---|---|
| com.caucho.config | |
| com.caucho.health.check | |
| com.caucho.security | |
| com.caucho.server.webbeans | |
| javax.enterprise.inject | Java Dependency Injection annotations and exceptions. |
| Uses of Named in com.caucho.config |
|---|
| Methods in com.caucho.config that return Named | |
|---|---|
static Named |
Names.create(java.lang.String value)
Creates a new @Name annotation with the given value |
| Uses of Named in com.caucho.health.check |
|---|
| Classes in com.caucho.health.check with annotations of type Named | |
|---|---|
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. |
| Uses of Named in com.caucho.security |
|---|
| Classes in com.caucho.security with annotations of type Named | |
|---|---|
class |
AdminAuthenticator
The admin authenticator provides authentication for Resin admin/management purposes. |
| Uses of Named in com.caucho.server.webbeans |
|---|
| Methods in com.caucho.server.webbeans with annotations of type Named | |
|---|---|
ConversationContext |
ResinCdiProducer.getConversation()
Returns the web beans conversation controller |
| Method parameters in com.caucho.server.webbeans with annotations of type Named | |
|---|---|
void |
ResinCdiProducer.destroy(ConversationContext conversation)
|
| Uses of Named in javax.enterprise.inject |
|---|
| Classes in javax.enterprise.inject with annotations of type Named | |
|---|---|
interface |
Model
A standard @Stereotype |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||