Uses of Class
org.objectweb.jac.util.Repository

Packages that use Repository
org.objectweb.jac.core   
org.objectweb.jac.util   
 

Uses of Repository in org.objectweb.jac.core
 

Subclasses of Repository in org.objectweb.jac.core
 class ACManager
          This class manages all the aspect components that are present in the JAC system.
 class NameRepository
          Provides a naming repository within a running JAC system.
 

Methods in org.objectweb.jac.core that return Repository
static Repository NameRepository.get()
          Get the sole instance of name repository.
static Repository ACManager.get()
          Get the sole instance of Aspect Component Manager for this JAC container.
 

Uses of Repository in org.objectweb.jac.util
 

Subclasses of Repository in org.objectweb.jac.util
 class OrderedRepository
          This class defines a repository that provides order on the registered objects.
 class WeakRepository
          This class can be subclassed to create specific repositories.
 

Fields in org.objectweb.jac.util declared as Repository
protected static Repository Repository.repository
          Store the sole instance of repository.
protected static Repository OrderedRepository.repository
          Store the sole instance of repository.
 

Methods in org.objectweb.jac.util that return Repository
static Repository Repository.get()
          Get the sole repository instance for this class.
static Repository OrderedRepository.get()
          Get the sole repository instance for this class.