|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Repository | |
org.objectweb.jac.core | Provides JAC system core classes. |
org.objectweb.jac.util | Provides some useful classes for JAC. |
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 |
ACManager.get()
Get the sole instance of Aspect Component Manager for this JAC container. |
static Repository |
NameRepository.get()
Get the sole instance of name repository. |
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 |
OrderedRepository.repository
Store the sole instance of repository. |
protected static Repository |
Repository.repository
Store the sole instance of repository. |
Methods in org.objectweb.jac.util that return Repository | |
static Repository |
OrderedRepository.get()
Get the sole repository instance for this class. |
static Repository |
Repository.get()
Get the sole repository instance for this class. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |