| Class | Description |
|---|---|
| ClassLoaderObjectInputStream |
ObjectInputStream that can read serialized java Objects using a supplied classloader
to find the object's classes.
|
| MLetParser |
The parser for MLet files, as specified in the JMX documentation.
|
| MLetTag |
Represents an MLET tag, as documented in the JMX specification.
|
| RepositoryClassLoader |
A classloader that delegates to the ClassLoaderRepository
|
| Exception | Description |
|---|---|
| MLetParseException |
Thrown when a problem parsing MLet files is encountered
|