|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Application | |
org.objectweb.jac.core | |
org.objectweb.jac.core.dist |
Uses of Application in org.objectweb.jac.core |
Fields in org.objectweb.jac.core declared as Application | |
protected Application |
ACConfiguration.application
The application this configuration belongs to. |
Methods in org.objectweb.jac.core that return Application | |
static Application |
ApplicationRepository.getOwningApplication(Wrappee wrappee,
ClassItem cl)
|
static Application |
ApplicationRepository.getCurrentApplication()
Returns the application of the current thread. |
Application |
ApplicationRepository.getApplication(String name)
Gets an application from its name. |
Application |
ACConfiguration.getApplication()
Gets the owning application. |
Methods in org.objectweb.jac.core with parameters of type Application | |
static void |
ApplicationRepository.setOwningApplication(Wrappee wrappee,
ClassItem cl,
Application application)
|
void |
ApplicationRepository.addApplication(Application app)
Adds an application within the repository. |
Constructors in org.objectweb.jac.core with parameters of type Application | |
ACConfiguration(Application application,
String name,
String filePath,
boolean weaveNow)
Creates a new aspect component configuration. |
Uses of Application in org.objectweb.jac.core.dist |
Methods in org.objectweb.jac.core.dist with parameters of type Application | |
static Topology |
Topology.getTopology(Application application)
Returns the topology defined for the given application. |
static void |
Topology.setTopology(Application application,
Topology topology)
Sets the topology for a given application. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |