public Tree getEjbInformation() {
ClassLoader oldcl = Thread.currentThread().getContextClassLoader();
ClassLoader newcl = null;
Container container = null;
ContainerSystemInfo systemInfo = configuration.containerSystem;
Map<ContainerType, TreeEntry> containerMap = new TreeMap<ContainerType, TreeEntry>();
List<ContainerInfo> containerInfos = systemInfo.containers;
ContainerInfo containerInfo = null;
TreeEntry containerTypesEntry, containersEntry, deploymentsEntry = null;
Tree tree = new Tree("name", "name");