Dataholder class used with MBean file parsers. Contains the information
that at minimum should allow the MBean loaded and registered to the MBean
server.
See Also:org.jboss.mx.loading.MBeanFileParser See Also:org.jboss.mx.loading.MLetParser See Also: org.jboss.mx.loading.XMLMBeanParser author: Juha Lindfors. version: $Revision: 57200 $
Returns the name of a serialized MBean representation in the archive.
Note that if the archive contains a file structure then the path to the
serialized file is included in this string.
serial file name or null if not set
Sets the fully qualified class name of the MBean entry. The name is trimmed
of quotes (") and additional equals (=) sign.
Parameters: code - fully qualified class name of the MBean
Sets the code base for an MLET entry. The codebase is trimmed of quotes (") and
additional equals (=) sign.
Parameters: url - url string pointing to the codebase
Sets the object name of the MBean. The name is trimmed of quotes (") and additional
equals (=) sign.
Parameters: name - string representation of an MBean object name
Sets the name of the serialized MBean instance. Notice that if the archive
contains a file structure its path must be included in the name. Tje name is
trimmed of quotes (") and additional equals (=) sign.
Parameters: object - file name and path in the archive