org.jboss.aop.deployment
Class LoaderRepositoryUrlUtil.UrlInfo

java.lang.Object
  extended by org.jboss.aop.deployment.LoaderRepositoryUrlUtil.UrlInfo
Enclosing class:
LoaderRepositoryUrlUtil

public class LoaderRepositoryUrlUtil.UrlInfo
extends Object


Constructor Summary
LoaderRepositoryUrlUtil.UrlInfo(URL[] globalUrls, URL[] localUrls, long sequenceNumber)
           
 
Method Summary
 URL[] getGlobalUrls()
           
 URL[] getLocalUrls()
           
 long getSequenceNumber()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoaderRepositoryUrlUtil.UrlInfo

public LoaderRepositoryUrlUtil.UrlInfo(URL[] globalUrls,
                                       URL[] localUrls,
                                       long sequenceNumber)
Method Detail

getGlobalUrls

public URL[] getGlobalUrls()

getLocalUrls

public URL[] getLocalUrls()

getSequenceNumber

public long getSequenceNumber()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.