API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.loading. MLetMBean View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 MLetMBean
Subinterfaces
Description
public interface MLetMBean
  Exposes the remote management interface of the MLet MBean.
See also:   
Methods
Hide/Show inherited methods
public void addURL (String url) throws ServiceNotFoundException
  Appends the specified URL to the list of URLs to search for classes and resources.
public void addURL (URL url)
  Appends the specified URL to the list of URLs to search for classes and resources.
public String getLibraryDirectory ()
  Gets the current directory used by the library loader for storing native libraries before they are loaded into memory.
public Set<Object> getMBeansFromURL (String url) throws ServiceNotFoundException
  Loads a text file containing MLET tags that define the MBeans to be added to the MBean server.
public Set<Object> getMBeansFromURL (URL url) throws ServiceNotFoundException
  Loads a text file containing MLET tags that define the MBeans to be added to the MBean server.
public URL getResource (String name)
  Finds the resource with the given name.
public InputStream getResourceAsStream (String name)
  Returns an input stream for reading the specified resource.
public Enumeration<URL> getResources (String name) throws IOException
  Finds all the resources with the given name.
public URL getURLs ()
  Returns the search path of URLs for loading classes and resources.
public void setLibraryDirectory (String libdir)
  Sets the directory used by the library loader for storing native libraries before they are loaded into memory.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar