Uses of Class
javax.ejb.Startup

Packages that use Startup
com.caucho.admin   
com.caucho.cloud.globalcache   
com.caucho.config   
com.caucho.distcache   
com.caucho.health   
com.caucho.health.action   
com.caucho.health.analysis   
com.caucho.health.check   
com.caucho.health.meter   
com.caucho.health.predicate   
com.caucho.jms   
com.caucho.jms.resource   
com.caucho.resources   
com.caucho.security   
 

Uses of Startup in com.caucho.admin
 

Classes in com.caucho.admin with annotations of type Startup
 class AdminServices
          Convenience collection of the standard administration services.
 class ElasticCloudService
          Remote administration service for log
 class JmxService
          Remote administration service for JMX
 class LogService
           
 class PingMailer
          Deprecated. 
 class PingThread
          Deprecated. 
 class ProAdminServices
          Convenience collection of the standard administration services.
 class StatService
           
 

Uses of Startup in com.caucho.cloud.globalcache
 

Classes in com.caucho.cloud.globalcache with annotations of type Startup
 class ServerGlobalCache
          GlobalCache managed by the current cluster.
 

Uses of Startup in com.caucho.config
 

Classes in com.caucho.config with annotations of type Startup
 interface Service
           
 

Uses of Startup in com.caucho.distcache
 

Classes in com.caucho.distcache with annotations of type Startup
 class ClusterCache
          Cache which stores consistent copies on the cluster segment.
 class LocalCache
          Cache which stores consistent copies on the cluster segment.
 

Uses of Startup in com.caucho.health
 

Classes in com.caucho.health with annotations of type Startup
 class HealthSystem
          Configures the check frequency and recheck rules of the health checking system.
 

Uses of Startup in com.caucho.health.action
 

Classes in com.caucho.health.action with annotations of type Startup
 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 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.
 

Uses of Startup in com.caucho.health.analysis
 

Classes in com.caucho.health.analysis with annotations of type Startup
 class AnomalyAnalyzer
           
 

Uses of Startup in com.caucho.health.check
 

Classes in com.caucho.health.check with annotations of type Startup
 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.
 

Uses of Startup in com.caucho.health.meter
 

Classes in com.caucho.health.meter with annotations of type Startup
 class JmxDeltaMeter
           
 class JmxMeter
           
 class MeterGraph
           
 class MeterGraphPage
           
 

Uses of Startup in com.caucho.health.predicate
 

Classes in com.caucho.health.predicate with annotations of type Startup
 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.
 

Uses of Startup in com.caucho.jms
 

Classes in com.caucho.jms with annotations of type Startup
 class JmsConnectionFactory
          Top-level JMS connection
 class MemoryQueue<X>
          A JMS queue stored in memory.
 

Uses of Startup in com.caucho.jms.resource
 

Classes in com.caucho.jms.resource with annotations of type Startup
 class ListenerResource
          Configures application listeners, avoiding JCA.
 

Uses of Startup in com.caucho.resources
 

Classes in com.caucho.resources with annotations of type Startup
 class ScheduledTask
          The cron resources starts application Work tasks at cron-specified intervals.
 

Uses of Startup in com.caucho.security
 

Classes in com.caucho.security with annotations of type Startup
 class LoginList
          Used to allow multiple login types in a priority list.