Uses of Interface
com.caucho.loader.EnvironmentListener

Packages that use EnvironmentListener
com.caucho.amber.manager   
com.caucho.boot   
com.caucho.config.j2ee   
com.caucho.ejb.manager   
com.caucho.jca   
com.caucho.loader   
com.caucho.loader.osgi   
com.caucho.resources   
com.caucho.server.admin   
com.caucho.server.cluster   
com.caucho.server.deploy   
com.caucho.server.e_app   
com.caucho.server.host   
com.caucho.server.port   
com.caucho.server.resin   
com.caucho.server.util   
com.caucho.server.webapp   
com.caucho.sql   
com.caucho.webbeans.manager   
 

Uses of EnvironmentListener in com.caucho.amber.manager
 

Classes in com.caucho.amber.manager that implement EnvironmentListener
 class AmberContainer
          Environment-based container.
 

Uses of EnvironmentListener in com.caucho.boot
 

Classes in com.caucho.boot that implement EnvironmentListener
 class OpenPort
          Represents a protocol connection.
 

Uses of EnvironmentListener in com.caucho.config.j2ee
 

Classes in com.caucho.config.j2ee that implement EnvironmentListener
 class DestroyListener
           
 

Uses of EnvironmentListener in com.caucho.ejb.manager
 

Classes in com.caucho.ejb.manager that implement EnvironmentListener
 class EjbContainer
          Environment-based container.
 

Uses of EnvironmentListener in com.caucho.jca
 

Classes in com.caucho.jca that implement EnvironmentListener
 class ConnectorConfig
          Configuration for the pattern.
 class ConnectorResource
          Configuration for the pattern.
 class ResourceAdapterController
          Controller for a resource-adapter
 

Uses of EnvironmentListener in com.caucho.loader
 

Classes in com.caucho.loader that implement EnvironmentListener
 class StartListener
          Waits for the start and stop events.
 class WeakDestroyListener
          Waits for the stop event and calls a @PreDestroy
 class WeakStopListener
          Waits for the stop event and calls a stop() method.
 

Methods in com.caucho.loader that return types with arguments of type EnvironmentListener
protected  java.util.ArrayList<EnvironmentListener> EnvironmentClassLoader.getEnvironmentListeners()
          Returns the listeners.
 

Methods in com.caucho.loader with parameters of type EnvironmentListener
static void Environment.addChildEnvironmentListener(EnvironmentListener listener)
          Add listener.
static void Environment.addChildEnvironmentListener(EnvironmentListener listener, java.lang.ClassLoader loader)
          Add listener.
static void Environment.addEnvironmentListener(EnvironmentListener listener)
          Add listener.
static void Environment.addEnvironmentListener(EnvironmentListener listener, java.lang.ClassLoader loader)
          Add listener.
 void EnvironmentClassLoader.addListener(EnvironmentListener listener)
          Adds a listener to detect environment lifecycle changes.
static void Environment.removeEnvironmentListener(EnvironmentListener listener)
          Remove listener.
static void Environment.removeEnvironmentListener(EnvironmentListener listener, java.lang.ClassLoader loader)
          Remove listener.
 void EnvironmentClassLoader.removeListener(EnvironmentListener listener)
          Adds a listener to detect environment lifecycle changes.
 

Uses of EnvironmentListener in com.caucho.loader.osgi
 

Classes in com.caucho.loader.osgi that implement EnvironmentListener
 class OsgiLoader
          Loads resources.
 

Uses of EnvironmentListener in com.caucho.resources
 

Classes in com.caucho.resources that implement EnvironmentListener
 class CronResource
          The cron resources starts application Work tasks at cron-specified intervals.
 class ScheduledTask
          The cron resources starts application Work tasks at cron-specified intervals.
 

Uses of EnvironmentListener in com.caucho.server.admin
 

Classes in com.caucho.server.admin that implement EnvironmentListener
 class PingMailer
          An extension of the ping thread to mail when there's a ping problem.
 class PingThread
          A thread to restart the Resin server if it fails for some reason.
 

Uses of EnvironmentListener in com.caucho.server.cluster
 

Classes in com.caucho.server.cluster that implement EnvironmentListener
 class AbstractClusterStoreManager
          Base class for distributed stores.
 class Cluster
          Defines a set of clustered servers.
 class ClusterPort
          Represents a protocol connection.
 class ClusterStoreManager
          The ClusterStoreManager manages a cluster of servers all backing up their sessions to the next server.
 class FileStoreManager
          Class storing distributed objects based on the filesystem.
 class JdbcStoreManager
          Storing sessions using a JDBC database as a backing objectStore.
 class ProCluster
          Defines a set of clustered servers.
 class StoreManager
          Base class for distributed stores.
 

Uses of EnvironmentListener in com.caucho.server.deploy
 

Classes in com.caucho.server.deploy that implement EnvironmentListener
 class DeployGenerator<E extends DeployController>
          The generator for the deploy
 class DeployListGenerator<E extends DeployController>
          A list of deploy objects.
 class EnvironmentDeployController<I extends EnvironmentDeployInstance,C extends DeployConfig>
          A deploy controller for an environment.
 class ExpandDeployGenerator<E extends ExpandDeployController>
          The generator for the deploy
 

Uses of EnvironmentListener in com.caucho.server.e_app
 

Classes in com.caucho.server.e_app that implement EnvironmentListener
 class EarDeployController
          A configuration entry for an Enterprise WebApp
 class EarDeployGenerator
          The generator for the ear-deploy
 class EarSingleDeployGenerator
          The generator for the ear-deploy
 

Uses of EnvironmentListener in com.caucho.server.host
 

Classes in com.caucho.server.host that implement EnvironmentListener
 class Host
          Resin's virtual host implementation.
 class HostController
          A configuration entry for a host
 class HostExpandDeployGenerator
          The generator for the host deploy
 class HostRegexpDeployGenerator
          The generator for the web-app deploy
 class HostSingleDeployGenerator
          The generator for the host deploy
 

Uses of EnvironmentListener in com.caucho.server.port
 

Classes in com.caucho.server.port that implement EnvironmentListener
 class Port
          Represents a protocol connection.
 class ProtocolPort
          Represents a protocol connection.
 

Uses of EnvironmentListener in com.caucho.server.resin
 

Classes in com.caucho.server.resin that implement EnvironmentListener
 class SrunPort
          Represents a protocol connection.
 

Uses of EnvironmentListener in com.caucho.server.util
 

Classes in com.caucho.server.util that implement EnvironmentListener
 class ScheduledThreadPool
          A wrapper for Caucho system variables, allowing tests to override the default variables.
 

Uses of EnvironmentListener in com.caucho.server.webapp
 

Classes in com.caucho.server.webapp that implement EnvironmentListener
 class WebAppContainer
          Resin's webApp implementation.
 class WebAppController
          A configuration entry for a web-app.
 class WebAppEarDeployGenerator
          The generator for the ear deploy
 class WebAppExpandDeployGenerator
          The generator for the web-app deploy
 class WebAppRegexpDeployGenerator
          The generator for the web-app deploy
 class WebAppSingleDeployGenerator
          The generator for the web-app deploy
 class WebAppVersioningController
          A configuration entry for a versioning web-app.
 

Uses of EnvironmentListener in com.caucho.sql
 

Classes in com.caucho.sql that implement EnvironmentListener
 class DBPoolImpl
          Manages a pool of database connections.
 

Uses of EnvironmentListener in com.caucho.webbeans.manager
 

Classes in com.caucho.webbeans.manager that implement EnvironmentListener
 class WebBeansContainer
          The web beans container for a given environment.