Modifier and Type | Class and Description |
---|---|
class |
AdminServices
Convenience collection of the standard administration services.
|
class |
ElasticCloudService
Enables dynamic servers.
|
class |
HeartbeatService
Configures the heartbeat system.
|
class |
LogService |
class |
ProAdminServices
Convenience collection of the standard administration services.
|
class |
StatService |
Modifier and Type | Class and Description |
---|---|
class |
ClientGlobalCache
GlobalCache managed by a peer cluster.
|
class |
ServerGlobalCache
GlobalCache managed by the current cluster.
|
Modifier and Type | Class and Description |
---|---|
class |
ClusterLock
Distributed lock.
|
Modifier and Type | Class and Description |
---|---|
interface |
Service |
Modifier and Type | Field and Description |
---|---|
static Singleton |
SingletonLiteral.ANN |
Modifier and Type | Class and Description |
---|---|
class |
ClusterCache
Cache which stores consistent copies on the cluster segment.
|
class |
HttpRestCache
Cache that stores state in a HTTP REST backing.
|
class |
JdbcCache
Cache that stores state in a jdbc database.
|
class |
LocalCache
Cache which stores consistent copies on the cluster segment.
|
class |
TieredCache
Cache that stores state in a second level cache.
|
Modifier and Type | Class and Description |
---|---|
class |
HealthSystem
Configures the check frequency and recheck rules of the health checking system.
|
Modifier and Type | Class and Description |
---|---|
class |
ActionSequence
Sequence of health actions.
|
class |
CallJmxOperation
Health action to call a JMX MBean operation.
|
class |
DumpHealth
Health action to create a dump of all health cehcks.
|
class |
DumpHeap
Health action to create a heap dump.
|
class |
DumpHprofHeap
Health action to create a HPROF format heap dump.
|
class |
DumpJmx
Health action to create a dump of all JMX attributes and values.
|
class |
DumpThreads
Health action to create a thread dump.
|
class |
ExecCommand
Health action to execute a shell command.
|
class |
FailSafeRestart
Health action to trigger a timed restart of Resin, normally used in
conjunction with an ActionSequence to gather shutdown information.
|
class |
PdfReport
Health action to generate a PDF report from a PHP script.
|
class |
PhpAction
Health action to execute a PHP script.
|
class |
Restart
Health action to trigger a restart of Resin.
|
class |
ScoreboardReport
Health action to create a thread scoreboard report.
|
class |
SendMail
Health action to send an email containing the results of the health check.
|
class |
SetJmxAttribute
Health action to set a JMX MBean attribute value.
|
class |
SetLogLevel
Health action to change a log level, optionally temporarily.
|
class |
Snapshot
A specific sequence of health actions: thread dump, heap dump, jmx dump,
and pdf report.
|
class |
StartProfiler
Health action to start a profiler session.
|
class |
WarnWatchdog
Health action to send health status to the Resin watchdog.
|
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 |
JmsConnectionFactory
Top-level JMS connection
|
class |
MemoryQueue<X>
A JMS queue stored in memory.
|
Modifier and Type | Class and Description |
---|---|
class |
ListenerResource
Configures application listeners, avoiding JCA.
|
Modifier and Type | Class and Description |
---|---|
class |
NautilusBroker
Simple stomp broker.
|
Modifier and Type | Class and Description |
---|---|
class |
ScheduledTask
The cron resources starts application Work tasks at cron-specified
intervals.
|
Modifier and Type | Class and Description |
---|---|
class |
LoginList
Used to allow multiple login types in a priority list.
|
class |
XmlAuthenticator
The XML authenticator reads a static file for authentication.
|
Modifier and Type | Class and Description |
---|---|
class |
ResinCdiProducer
Resin CDI producer for the main singletons.
|
class |
ResinValidatorProducer
Resin CDI producer for the main singletons.
|
Modifier and Type | Method and Description |
---|---|
CacheManager |
ResinCdiProducer.createCacheManager() |