java.lang.Object
java.lang.ClassLoader
java.security.SecureClassLoader
java.net.URLClassLoader
javax.management.loading.MLet
- All Implemented Interfaces:
- Externalizable, Serializable, MLetMBean, MBeanRegistration
- Direct Known Subclasses:
- PrivateMLet
- See Also:
- Top Examples, Source Code,
MBeanServerFactory.getClassLoaderRepository(javax.management.MBeanServer)
public void addURL(String url)
throws ServiceNotFoundException
- See Also:
- MLetMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void addURL(URL url)
- See Also:
- URLClassLoader, MLetMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected URL check(String version,
URL codebase,
String jarfile,
javax.management.loading.MLetContent mlet)
throws Exception
- See Also:
getMBeansFromURL
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected Class findClass(String name)
throws ClassNotFoundException
- See Also:
- URLClassLoader
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected String findLibrary(String libname)
- See Also:
System.mapLibraryName(String)
, System.loadLibrary(String)
, ClassLoader
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getLibraryDirectory()
- See Also:
setLibraryDirectory(java.lang.String)
, MLetMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Set getMBeansFromURL(String url)
throws ServiceNotFoundException
- See Also:
- IllegalStateException, MLetMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Set getMBeansFromURL(URL url)
throws ServiceNotFoundException
- See Also:
- IllegalStateException, MLetMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public URL[] getURLs()
- See Also:
- URLClassLoader, MLetMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Class loadClass(String name,
ClassLoaderRepository clr)
throws ClassNotFoundException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public MLet()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public MLet(URL[] urls)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public MLet(URL[] urls,
boolean delegateToCLR)
- See Also:
ClassLoaderRepository
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public MLet(URL[] urls,
ClassLoader parent)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public MLet(URL[] urls,
ClassLoader parent,
boolean delegateToCLR)
- See Also:
ClassLoaderRepository
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public MLet(URL[] urls,
ClassLoader parent,
URLStreamHandlerFactory factory)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public MLet(URL[] urls,
ClassLoader parent,
URLStreamHandlerFactory factory,
boolean delegateToCLR)
- See Also:
ClassLoaderRepository
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void postDeregister()
- See Also:
- MBeanRegistration
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void postRegister(Boolean registrationDone)
- See Also:
- MBeanRegistration
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void preDeregister()
throws Exception
- See Also:
MBeanRegistrationException
, MBeanRegistration
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ObjectName preRegister(MBeanServer server,
ObjectName name)
throws Exception
- See Also:
- MBeanRegistration
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException,
UnsupportedOperationException
- See Also:
- Externalizable,
writeExternal(java.io.ObjectOutput)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setLibraryDirectory(String libdir)
- See Also:
getLibraryDirectory()
, MLetMBean
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void writeExternal(ObjectOutput out)
throws IOException,
UnsupportedOperationException
- See Also:
- Externalizable,
readExternal(java.io.ObjectInput)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples