com.caucho.management.server
Interface EnvironmentMXBean

All Superinterfaces:
ManagedObjectMXBean
All Known Implementing Classes:
EnvironmentAdmin

public interface EnvironmentMXBean
extends ManagedObjectMXBean

An Environment is a classloader context containing resources like connection pools, and web beans. Cluster, Host and WebApp all estabilsh an Environment. A typical ObjectName for an EnvironmentMXBean is

 resin:type=Environment,Host=foo.com
 


Method Summary
 java.lang.String[] getClassPath()
          Returns the classpath for the environment
 
Methods inherited from interface com.caucho.management.server.ManagedObjectMXBean
getName, getObjectName, getType
 

Method Detail

getClassPath

java.lang.String[] getClassPath()
Returns the classpath for the environment