org.jboss.tattletale.reporting.classloader
Class JBossAS5ClassLoaderStructure

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

public class JBossAS5ClassLoaderStructure
extends JBossASClassLoaderStructure

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

Author:
Jesper Pedersen

Constructor Summary
JBossAS5ClassLoaderStructure()
          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

JBossAS5ClassLoaderStructure

public JBossAS5ClassLoaderStructure()
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/)