|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApplicationContext | |
com.sun.management.oss | This package is the standard javax.oss package ported into the J2SE environment. |
com.sun.management.oss.impl | This package contains the implementations of the interfaces defined in the com.sun.management.oss package. |
Uses of ApplicationContext in com.sun.management.oss |
Methods in com.sun.management.oss that return ApplicationContext | |
ApplicationContext |
ManagedEntityKey.makeApplicationContext()
Factory method for ApplicationContext |
ApplicationContext |
ManagedEntityKey.getApplicationContext()
Get the ApplicationContext which can be used to locate the Application Components in charge of the managed entity referenced by this key. |
Methods in com.sun.management.oss with parameters of type ApplicationContext | |
void |
ManagedEntityKey.setApplicationContext(ApplicationContext ctx)
Set the ApplicationContext. |
Uses of ApplicationContext in com.sun.management.oss.impl |
Classes in com.sun.management.oss.impl that implement ApplicationContext | |
class |
ApplicationContextImpl
ApplicationContextImpl |
Methods in com.sun.management.oss.impl that return ApplicationContext | |
ApplicationContext |
ManagedEntityKeyImpl.makeApplicationContext()
Factory method for ApplicationContext |
ApplicationContext |
ManagedEntityKeyImpl.getApplicationContext()
ApplicationContext used to locate the Application Components in charge of this managed entity |
Methods in com.sun.management.oss.impl with parameters of type ApplicationContext | |
void |
ManagedEntityKeyImpl.setApplicationContext(ApplicationContext ctx)
Set the application context. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |