Uses of Interface
com.sun.management.oss.ApplicationContext

Packages that use ApplicationContext
com.sun.management.oss This package is the standard javax.oss package ported into the J2SE environment. 
 

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.