org.apache.cocoon.environment.internal
Class EnvironmentInfo

java.lang.Object
  extended byorg.apache.cocoon.environment.internal.EnvironmentInfo

public class EnvironmentInfo
extends Object

This object holds a set of objects for an environment. This is an internal class, and it might change in an incompatible way over time. For developing your own components/applications based on Cocoon, you shouldn't really need it.

Since:
2.2
Version:
$Id: EnvironmentInfo.java 312659 2005-10-10 14:11:48Z cziegeler $
Author:
Carsten Ziegeler

Field Summary
 Environment environment
           
 ServiceManager manager
           
 int oldStackCount
           
 Processor processor
           
 
Constructor Summary
EnvironmentInfo(Processor processor, int oldStackCount, ServiceManager manager, Environment environment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processor

public final Processor processor

oldStackCount

public final int oldStackCount

manager

public final ServiceManager manager

environment

public final Environment environment
Constructor Detail

EnvironmentInfo

public EnvironmentInfo(Processor processor,
                       int oldStackCount,
                       ServiceManager manager,
                       Environment environment)


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.