|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Dependency in com.caucho.bytecode |
|---|
| Classes in com.caucho.bytecode that implement Dependency | |
|---|---|
class |
JClassDependency
Representing a class that might change. |
| Uses of Dependency in com.caucho.config |
|---|
| Methods in com.caucho.config that return types with arguments of type Dependency | |
|---|---|
java.util.ArrayList<Dependency> |
ConfigContext.getDependencyList()
|
| Uses of Dependency in com.caucho.loader |
|---|
| Classes in com.caucho.loader that implement Dependency | |
|---|---|
class |
ClassEntry
Describes a cached loaded class entry. |
class |
DirectoryLoader
Class loader which checks for changes in class files and automatically picks up new jars. |
class |
DynamicClassLoader
Class loader which checks for changes in class files and automatically picks up new jars. |
class |
EnvironmentClassLoader
Class loader which checks for changes in class files and automatically picks up new jars. |
class |
JarListLoader
Class loader which checks for changes in class files and automatically picks up new jars. |
class |
JarLoader
Class loader which checks for changes in class files and automatically picks up new jars. |
class |
LibraryLoader
Class loader which checks for changes in class files and automatically picks up new jars. |
class |
PathLoader
Class loader which loads specific paths. |
class |
ProxyClassLoader
Class loader which loads a single proxy. |
class |
SystemClassLoader
ClassLoader that initalizes the environment and allows byte code enhancement of classes in the system classpath. |
class |
TempDynamicClassLoader
Temporary class loader for class enhancement |
class |
TreeLoader
Class loader which checks for changes in class files and automatically picks up new jars. |
| Methods in com.caucho.loader with parameters of type Dependency | |
|---|---|
static void |
Environment.addDependency(Dependency depend)
Adds a dependency to the current environment. |
void |
DynamicClassLoader.addDependency(Dependency dependency)
Adds a dependency. |
static void |
Environment.addDependency(Dependency depend,
java.lang.ClassLoader loader)
Adds a dependency to the current environment. |
| Uses of Dependency in com.caucho.loader.enhancer |
|---|
| Classes in com.caucho.loader.enhancer that implement Dependency | |
|---|---|
class |
EnhancingClassLoader
Class loader which checks for changes in class files and automatically picks up new jars. |
| Uses of Dependency in com.caucho.loader.ivy |
|---|
| Classes in com.caucho.loader.ivy that implement Dependency | |
|---|---|
class |
IvyLoader
Class loader which uses an ivy dependency |
| Uses of Dependency in com.caucho.loader.osgi |
|---|
| Classes in com.caucho.loader.osgi that implement Dependency | |
|---|---|
class |
BundleClassLoader
OSGi bundle class loader |
class |
ExportBundleClassLoader
OSGi exported bundle class loader |
class |
ExportLoader
Class loader which checks for changes in class files and automatically picks up new jars. |
| Uses of Dependency in com.caucho.make |
|---|
| Classes in com.caucho.make that implement Dependency | |
|---|---|
class |
AlwaysModified
Interface representing a resource that always changes. |
class |
CachedDependency
A cached dependency only checks the dependency at an interval. |
class |
ClassDependency
Representing a class that might change. |
class |
DependencyContainer
Contains a set of dependencies. |
class |
DependencyList
Contains a set of dependencies. |
class |
VersionDependency
Representing a Resin version. |
| Methods in com.caucho.make with parameters of type Dependency | |
|---|---|
DependencyContainer |
DependencyContainer.add(Dependency dependency)
Adds a dependency. |
DependencyContainer |
DependencyContainer.remove(Dependency dependency)
Removes a dependency. |
| Uses of Dependency in com.caucho.server.cluster |
|---|
| Classes in com.caucho.server.cluster that implement Dependency | |
|---|---|
class |
ProServer
|
class |
Server
|
| Uses of Dependency in com.caucho.server.deploy |
|---|
| Subinterfaces of Dependency in com.caucho.server.deploy | |
|---|---|
interface |
DeployInstance
Abstract deployment entry. |
interface |
EnvironmentDeployInstance
Deployment instance handling an environment. |
| Classes in com.caucho.server.deploy that implement Dependency | |
|---|---|
class |
DeployContainer<C extends DeployController>
A container of deploy objects. |
class |
DeployController<I extends DeployInstance>
DeployController controls the lifecycle of the DeployInstance. |
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 |
ExpandDeployController<I extends DeployInstance>
A deployment entry that expands from an archive (Jar/Zip) file. |
class |
ExpandDeployGenerator<E extends ExpandDeployController>
The generator for the deploy |
| Uses of Dependency in com.caucho.server.dispatch |
|---|
| Classes in com.caucho.server.dispatch that implement Dependency | |
|---|---|
class |
DispatchServer
The dispatch server is responsible for building Invocations, specifically for creating the FilterChain for the invocation. |
class |
Invocation
A repository for request information gleaned from the uri. |
class |
SubInvocation
A repository for request information gleaned from the uri. |
class |
VersionInvocation
A repository for request information gleaned from the uri. |
| Methods in com.caucho.server.dispatch that return Dependency | |
|---|---|
Dependency |
Invocation.getDependency()
Returns the dependency list. |
| Methods in com.caucho.server.dispatch with parameters of type Dependency | |
|---|---|
void |
Invocation.setDependency(Dependency dependency)
Sets the dependency. |
| Uses of Dependency in com.caucho.server.e_app |
|---|
| Classes in com.caucho.server.e_app that implement Dependency | |
|---|---|
class |
AppClientDeployController
A configuration entry for Enterprise Application clients |
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 |
class |
EntAppClient
An enterprise application (ear) |
class |
EnterpriseApplication
An enterprise application (ear) |
| Uses of Dependency in com.caucho.server.host |
|---|
| Classes in com.caucho.server.host that implement Dependency | |
|---|---|
class |
Host
Resin's virtual host implementation. |
class |
HostController
A configuration entry for a host |
class |
HostExpandDeployGenerator
The generator for the host deploy |
class |
HostGenerator
Returns a list of the current host entries |
class |
HostRegexpDeployGenerator
The generator for the web-app deploy |
class |
HostSingleDeployGenerator
The generator for the host deploy |
| Uses of Dependency in com.caucho.server.port |
|---|
| Classes in com.caucho.server.port that implement Dependency | |
|---|---|
class |
ProtocolDispatchServer
|
| Uses of Dependency in com.caucho.server.webapp |
|---|
| Classes in com.caucho.server.webapp that implement Dependency | |
|---|---|
class |
Application
Resin's application implementation. |
class |
WebApp
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 Dependency in com.caucho.vfs |
|---|
| Subinterfaces of Dependency in com.caucho.vfs | |
|---|---|
interface |
PersistentDependency
Interface representing a resource that might change. |
| Classes in com.caucho.vfs that implement Dependency | |
|---|---|
class |
BasicDependencyContainer
Contains a set of dependencies. |
class |
Depend
Class for keeping track of modifications. |
class |
PathExistsDependency
Class for keeping track of modifications. |
| Methods in com.caucho.vfs with parameters of type Dependency | |
|---|---|
BasicDependencyContainer |
BasicDependencyContainer.add(Dependency dependency)
Adds a dependency. |
BasicDependencyContainer |
BasicDependencyContainer.remove(Dependency dependency)
Removes a dependency. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||