javax.management.loading
Class MLetParser
java.lang.Object
|
+--javax.management.loading.MLetParser
- class MLetParser
- extends java.lang.Object
This class does the parsing of management applet(MLET) downloaded from remote host.
Makes a mLetVector which contains SimpleMLet objects, which describes the
information derived from the MLET file for each remote mbean.
|
Field Summary |
(package private) java.lang.String |
fileString
|
(package private) java.util.Vector |
mLetVector
|
(package private) java.io.StreamTokenizer |
strTok
|
|
Constructor Summary |
(package private) |
MLetParser(java.io.Reader r)
|
(package private) |
MLetParser(java.lang.String fileName)
|
| Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
strTok
java.io.StreamTokenizer strTok
fileString
java.lang.String fileString
mLetVector
java.util.Vector mLetVector
MLetParser
MLetParser(java.lang.String fileName)
throws java.text.ParseException
MLetParser
MLetParser(java.io.Reader r)
throws java.text.ParseException
getMLetVector
java.util.Vector getMLetVector()
initTokens
void initTokens()