Appends all the elements in the AttributeList specified to the end of the
list, in the order in which they are returned by the Iterator of the
AttributeList specified.
Inserts all of the elements in the AttributeList specified into this list,
starting at the specified position, in the order in which they are returned
by the Iterator of the AttributeList specified.
Inserts all of the elements in the RoleList specified into this list,
starting at the specified position, in the order in which they
are returned by the Iterator of the RoleList specified.
Inserts all of the elements in the RoleUnresolvedList specified into
this list, starting at the specified position, in the order in which
they are returned by the Iterator of the RoleUnresolvedList specified.
Appends all the elements in the RoleList specified to the end of the list,
in the order in which they are returned by the Iterator of the
RoleList specified.
Appends all the elements in the RoleUnresolvedList specified to the end
of the list, in the order in which they are returned by the Iterator
of the RoleUnresolvedList specified.
Creates a new timer notification with the specified type, message and
userData and inserts it into the list of
notifications with a given date and a null period and number of occurences.
Creates a new timer notification with the specified type, message and
userData and inserts it into the list of
notifications with a given date and a null period and number of occurences.
Creates a new timer notification with the specified type, message and
userData and inserts it into the list of
notifications with a given date and period and a null number of occurences.
Creates a new timer notification with the specified type, message and
userData and inserts it into the list of
notifications with a given date and period and a null number of occurences.
Creates a new timer notification with the specified type, message and
userData and inserts it into the list of
notifications with a given date, period and number of occurences.
Creates a new timer notification with the specified type, message and
userData and inserts it into the list of
notifications with a given date, period and number of occurences.
Constructs an AttributeList containing the elements of the AttributeList
specified, in the order in which they are returned by the AttributeList's
iterator.
returns a Descriptor array consisting of all Descriptors for the
ModelMBeanInfo including the MBean Descriptor, attribute Descriptors,
operation Descriptors, constructor Descriptors, and notification
Descriptors.
Returns the string value for a specific fieldname
Specified by:(We can't find a way to write 'Specified by' to generate
a javadoc)
getFieldValue in interface Descriptor
Returns the flag to indicate if when a notification is received for the
unregistration of a MBean referenced in a relation, if an immediate "purge"
of the relations (look for the relations no longer valid) has to be
performed , or if that will be performed only when the purgeRelations
method will be explicitly called.
Returns the flag to indicate if when a notification is received for the
unregistration of a MBean referenced in a relation, if an immediate "purge"
of the relations (look for the relations no longer valid) has to be
performed , or if that will be performed only when the purgeRelations
method will be explicitly called.
Thrown when an attempt is made to apply either of the following:
a subquery expression to an MBean or
a qualified attribute expression to an MBean of the wrong class.
This exception is raised when, in a relation type, there is already a
relation type with that name, or the same name has been used for two
different role infos, or no role info provided, or one null role info
provided.
This exception is raised when, in a role the number of referenced MBeans
in given value is less than expected minimum degree,
or the number of referenced MBeans in provided value exceeds expected
maximum degree, or one referenced MBean in the value is not an Object
of the MBean class expected for that role,
or a MBean provided for that role does not exist.
Go through the list of all class loaders (except the one passed in as
the first parameter) registered in any MBeanServer on the current VM
and try to load the requested class.
This filter allows to filter MBeanServerNotification notifications by
selecting the ObjectNames of interest and the operations (registration,
unregistration, both) of interest (corresponding to notification types).
Return a new object implementing the MBeanServer interface with a standard
default domain name, without keeping an internal reference to this new
object.
Return a new object implementing the MBeanServer interface with the
specified default domain name, without keeping an internal reference
to this new object.
A RelationNotification notification is sent when a relation is created via
the Relation Service, or a MBean is added as a relation in the Relation
Service, or a role is updated in a relation, or a relation is removed from
the Relation Service
Creates a notification for either a relation creation (RelationSupport
object created internally in the Relation Service, or a MBean added as a
relation) or for a relation removal from the Relation Service
The Relation Service is in charge of creating and deleting relation types and
relations, of handling the consistency and of providing query mechanisms.
The Relation Service is in charge of creating and deleting relation types and
relations, of handling the consistency and of providing query mechanisms.
A RelationSupport object is used internally by the Relation Service to
represent simple relations (only roles, no properties or
methods), with an unlimited number of roles, of any relation type.
A RelationSupport object is used internally by the Relation Service to
represent simple relations (only roles, no properties or
methods), with an unlimited number of roles, of any relation type.
A RoleUnresolvedList represents a list of RoleUnresolved objects,
representing roles not retrieved from a relation due to a
problem encountered whe trying to access (read or write to roles)
Constructs a RoleUnresolvedList containing the elements of the ArrayList
specified,in the order in which they are returned by the
ArrayList's iterator.
Sends an attributeChangeNotification which contains the old value and new
value for the attribute to the registered AttributeChangeNotification
listeners on the ModelMBean.
Sends an attributeChangeNotification which contains the old value and new
value for the attribute to the registered AttributeChangeNotification
listeners on the RequiredModelMBean.
Sets associated Descriptor (full replace) for the
ModelMBeanNotificationInfo If the new Descriptor is null, then the
associated Descriptor reverts to a default descriptor.
Sets associated Descriptor (full replace) for the ModelMBeanOperationInfo
If the new Descriptor is null, then the associated Descriptor reverts to a
default descriptor.
Sets the instance handle of the object against which to execute all methods
in this RequiredModelMBean management interface (ModelMBeanInfo and
Descriptors).
Sets the flag to indicate if when a notification is received for the
unregistration of a MBean referenced in a relation, if an immediate
"purge" of the relations (look for the relations no longer valid) has to
be performed , or if that will be performed only when the purgeRelations
method will be explicitly called.
Sets the flag to indicate if when a notification is received for the
unregistration of a MBean referenced in a relation, if an immediate
"purge" of the relations (look for the relations no longer valid) has to
be performed , or if that will be performed only when the purgeRelations
method will be explicitly called.
This exception is thrown when an XML formatted string is being parsed into
ModelMBean objects or when XML formatted strings are being created from
ModelMBean objects.