KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > relation > RelationServiceMBean

javax.management.relation
Interface RelationServiceMBean

All Known Implementing Classes:
RelationService
See Also:
Top Examples, Source Code

void addRelation(ObjectName theRelObjectName)
                 throws IllegalArgumentException,
                        RelationServiceNotRegisteredException,
                        NoSuchMethodException,
                        InvalidRelationIdException,
                        InstanceNotFoundException,
                        InvalidRelationServiceException,
                        RelationTypeNotFoundException,
                        RoleNotFoundException,
                        InvalidRoleValueException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void addRelationType(RelationType theRelTypeObj)
                     throws IllegalArgumentException,
                            InvalidRelationTypeException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Integer checkRoleReading(String theRoleName,
                         String theRelTypeName)
                         throws IllegalArgumentException,
                                RelationTypeNotFoundException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Integer checkRoleWriting(Role theRole,
                         String theRelTypeName,
                         Boolean theInitFlg)
                         throws IllegalArgumentException,
                                RelationTypeNotFoundException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void createRelation(String theRelId,
                    String theRelTypeName,
                    RoleList theRoleList)
                    throws RelationServiceNotRegisteredException,
                           IllegalArgumentException,
                           RoleNotFoundException,
                           InvalidRelationIdException,
                           RelationTypeNotFoundException,
                           InvalidRoleValueException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void createRelationType(String theRelTypeName,
                        RoleInfo[] theRoleInfoArray)
                        throws IllegalArgumentException,
                               InvalidRelationTypeException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Map findAssociatedMBeans(ObjectName theMBeanName,
                         String theRelTypeName,
                         String theRoleName)
                         throws IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Map findReferencingRelations(ObjectName theMBeanName,
                             String theRelTypeName,
                             String theRoleName)
                             throws IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


List findRelationsOfType(String theRelTypeName)
                         throws IllegalArgumentException,
                                RelationTypeNotFoundException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


List getAllRelationIds()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


List getAllRelationTypeNames()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


RoleResult getAllRoles(String theRelId)
                       throws IllegalArgumentException,
                              RelationNotFoundException,
                              RelationServiceNotRegisteredException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


boolean getPurgeFlag()
See Also:
setPurgeFlag(boolean)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Map getReferencedMBeans(String theRelId)
                        throws IllegalArgumentException,
                               RelationNotFoundException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String getRelationTypeName(String theRelId)
                           throws IllegalArgumentException,
                                  RelationNotFoundException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


List getRole(String theRelId,
             String theRoleName)
             throws RelationServiceNotRegisteredException,
                    IllegalArgumentException,
                    RelationNotFoundException,
                    RoleNotFoundException
See Also:
setRole(java.lang.String, javax.management.relation.Role)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Integer getRoleCardinality(String theRelId,
                           String theRoleName)
                           throws IllegalArgumentException,
                                  RelationNotFoundException,
                                  RoleNotFoundException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


RoleInfo getRoleInfo(String theRelTypeName,
                     String theRoleInfoName)
                     throws IllegalArgumentException,
                            RelationTypeNotFoundException,
                            RoleInfoNotFoundException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


List getRoleInfos(String theRelTypeName)
                  throws IllegalArgumentException,
                         RelationTypeNotFoundException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


RoleResult getRoles(String theRelId,
                    String[] theRoleNameArray)
                    throws RelationServiceNotRegisteredException,
                           IllegalArgumentException,
                           RelationNotFoundException
See Also:
setRoles(java.lang.String, javax.management.relation.RoleList)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Boolean hasRelation(String theRelId)
                    throws IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void isActive()
              throws RelationServiceNotRegisteredException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String isRelation(ObjectName theObjName)
                  throws IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


ObjectName isRelationMBean(String theRelId)
                           throws IllegalArgumentException,
                                  RelationNotFoundException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void purgeRelations()
                    throws RelationServiceNotRegisteredException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void removeRelation(String theRelId)
                    throws RelationServiceNotRegisteredException,
                           IllegalArgumentException,
                           RelationNotFoundException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void removeRelationType(String theRelTypeName)
                        throws RelationServiceNotRegisteredException,
                               IllegalArgumentException,
                               RelationTypeNotFoundException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void sendRelationCreationNotification(String theRelId)
                                      throws IllegalArgumentException,
                                             RelationNotFoundException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void sendRelationRemovalNotification(String theRelId,
                                     List theUnregMBeanList)
                                     throws IllegalArgumentException,
                                            RelationNotFoundException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void sendRoleUpdateNotification(String theRelId,
                                Role theNewRole,
                                List theOldRoleValue)
                                throws IllegalArgumentException,
                                       RelationNotFoundException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void setPurgeFlag(boolean thePurgeFlg)
See Also:
getPurgeFlag()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void setRole(String theRelId,
             Role theRole)
             throws RelationServiceNotRegisteredException,
                    IllegalArgumentException,
                    RelationNotFoundException,
                    RoleNotFoundException,
                    InvalidRoleValueException,
                    RelationTypeNotFoundException
See Also:
getRole(java.lang.String, java.lang.String)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


RoleResult setRoles(String theRelId,
                    RoleList theRoleList)
                    throws RelationServiceNotRegisteredException,
                           IllegalArgumentException,
                           RelationNotFoundException
See Also:
getRoles(java.lang.String, java.lang.String[])
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void updateRoleMap(String theRelId,
                   Role theNewRole,
                   List theOldRoleValue)
                   throws IllegalArgumentException,
                          RelationServiceNotRegisteredException,
                          RelationNotFoundException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags