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 |
HttpPingThread
Deprecated.
|
class |
JmxService
Remote administration service for JMX
|
class |
LogService |
class |
PingMailer
Deprecated.
|
class |
ProAdminServices
Convenience collection of the standard administration services.
|
class |
StatService |
Modifier and Type | Class and Description |
---|---|
class |
ServerGlobalCache
GlobalCache managed by the current cluster.
|
Modifier and Type | Class and Description |
---|---|
interface |
Service |
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.
|
class |
TieredCacheServer
Protocol for a tiered cache.
|
Modifier and Type | Class and Description |
---|---|
class |
TieredCacheWebSocketProtocol
general websocket launching protocol
|
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 |
AbstractHealthAction |
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 |
AnomalyAnalyzer |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHealthCheck |
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 |
JmxCalculationMeter |
class |
JmxDeltaMeter |
class |
JmxMeter |
class |
MeterGraph |
class |
MeterGraphPage |
class |
MeterGraphSection |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCombiningPredicate |
class |
And
Matches if all of the child predicates match.
|
class |
EventPredicate |
class |
IfCron
Matches if the current time is in an active range configured by
cron-style times.
|
class |
IfExpr
Qualifies an action to execute based on the evaluation of an JSP EL
expression.
|
class |
IfFlapping
Qualifies an action to match only when the health check status is flapping.
|
class |
IfNotRecent
Qualifies an action to match at most an amount of time after the last execution.
|
class |
IfUptime
Qualifies an action to match an amount of time after startup.
|
class |
LifecyclePredicate |
class |
Nand
Matches if all of the child predicates fail.
|
class |
Nor
Matches if none of the child predicates match.
|
class |
Not
Matches if the child predicate is false.
|
class |
OnAbnormalStop
Qualifies an action to match only when Resin is stopping with an non-OK
exit code.
|
class |
OnRestart
Qualifies an action to match only when Resin is restarted by the watchdog.
|
class |
OnStart
Qualifies an action to match only when Resin is starting.
|
class |
OnStop
Qualifies an action to match only when Resin is stopping.
|
class |
Or
Matches if any of the child predicates match.
|
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 |
JournalQueue
Named journal queue.
|
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.
|