org.jboss.tattletale.reporting.classloader
Class JBossAS4ClassLoaderStructure

java.lang.Object
  extended by org.jboss.tattletale.reporting.classloader.JBossASClassLoaderStructure
      extended by org.jboss.tattletale.reporting.classloader.JBossAS4ClassLoaderStructure
All Implemented Interfaces:
ClassLoaderStructure

public class JBossAS4ClassLoaderStructure
extends JBossASClassLoaderStructure

A classloader structure class that represents the JBoss Application Server 4.x

Author:
Jesper Pedersen

Constructor Summary
JBossAS4ClassLoaderStructure()
          Constructor
 
Method Summary
 boolean isVisible(Archive from, Archive to)
          Can one archive see the other
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBossAS4ClassLoaderStructure

public JBossAS4ClassLoaderStructure()
Constructor

Method Detail

isVisible

public boolean isVisible(Archive from,
                         Archive to)
Can one archive see the other

Parameters:
from - The from archive
to - The to archive
Returns:
True if from can see to; otherwise false


Copyright ? 2009 JBoss (http://www.jboss.com/)