| java.net.URLClassLoader javax.management.loading.MLet
All known Subclasses: javax.management.loading.PrivateMLet,
MLet | public MLet(URL[] urls, boolean delegateToCLR)(Code) | | |
check | protected URL check(String version, URL codebase, String archive, MLetContent content) throws Exception(Code) | | This method is called when an MLet file has been parsed and before its information is used by this MLet.
By overriding this method subclasses have the possibility to perform caching and versioning of jars,
but unfortunately it contains as parameter a package private class, that thus forbids overriding: a big
mistake in the JMX 1.2 specification.
since: JMX 1.2 |
getLibraryDirectory | public String getLibraryDirectory()(Code) | | |
postDeregister | public void postDeregister()(Code) | | |
postRegister | public void postRegister(Boolean registrationDone)(Code) | | |
readExternal | public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException(Code) | | Restores this MLet content from the given ObjectInput. Implementation of this method is optional,
and if not implemented throws an UnsupportedOperationException.
|
setLibraryDirectory | public void setLibraryDirectory(String libdir)(Code) | | |
writeExternal | public void writeExternal(ObjectOutput out) throws IOException(Code) | | Stores this MLet content in the given ObjectOutput. Implementation of this method is optional,
and if not implemented throws an UnsupportedOperationException.
|
|
|