org.apache.openejb.assembler.classic
Class ContainerSystemInfo

java.lang.Object
  extended by org.apache.openejb.assembler.classic.InfoObject
      extended by org.apache.openejb.assembler.classic.ContainerSystemInfo
All Implemented Interfaces:
java.io.Serializable

public class ContainerSystemInfo
extends InfoObject

See Also:
Serialized Form

Field Summary
 java.util.List<AppInfo> applications
           
 java.util.List<ContainerInfo> containers
           
 
Constructor Summary
ContainerSystemInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

containers

public final java.util.List<ContainerInfo> containers

applications

public final java.util.List<AppInfo> applications
Constructor Detail

ContainerSystemInfo

public ContainerSystemInfo()


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.