|
Préférences
Moteurs de recherche
|
||||||||
JavaTM 2 Platform Std. Ed. v1.6.0
javax.management.relation
|
Method Summary | |
---|---|
Boolean |
isInRelationService()
Returns an internal flag specifying if the object is still handled by the Relation Service. |
void |
setRelationServiceManagementFlag(Boolean flag)
Specifies whether this relation is handled by the Relation Service. |
Methods inherited from interface javax.management.relation.Relation |
---|
getAllRoles, getReferencedMBeans, getRelationId, getRelationServiceName, getRelationTypeName, getRole, getRoleCardinality, getRoles, handleMBeanUnregistration, retrieveAllRoles, setRole, setRoles |
Method Detail |
---|
Boolean isInRelationService()
Boolean.TRUE
if the object
is still handled by the Relation Service and Boolean.FALSE
otherwise.void setRelationServiceManagementFlag(Boolean flag) throws IllegalArgumentException
Specifies whether this relation is handled by the Relation Service.
BEWARE, this method has to be exposed as the Relation Service will access the relation through its management interface. It is RECOMMENDED NOT to use this method. Using it does not affect the registration of the relation object in the Relation Service, but will provide wrong information about it!
flag
- whether the relation is handled by the Relation Service.
IllegalArgumentException
- if null parameter