Field Summary |
|
protected boolean | m_autoDdl Configuration: to run the ddl on init or not. |
protected EventTrackingService | m_eventTrackingService Dependency: EventTrackingService. |
protected long | m_expired Configuration: how long we give an app server to respond before it is considered lost (seconds). |
protected int | m_ghostingPercent Configuration: percent of maintenance passes to run the full de-ghosting / cleanup activities. |
protected Maintenance | m_maintenance The maintenance. |
protected PresenceService | m_presenceService Dependency: PresenceService. |
protected long | m_refresh Configuration: how often to register that we are alive with the cluster table (seconds). |
protected ServerConfigurationService | m_serverConfigurationService Dependency: ServerConfigurationService. |
protected SqlService | m_sqlService Dependency: SqlService. |
protected ThreadLocalManager | m_threadLocalManager Dependency: the current manager. |
protected UsageSessionService | m_usageSessionService Dependency: UsageSessionService. |