KickJava   Java API By Example, From Geeks To Geeks.

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

javax.management.relation
Class RelationService

java.lang.Object
  extended by javax.management.NotificationBroadcasterSupport
      extended by javax.management.relation.RelationService
All Implemented Interfaces:
EventListener, MBeanRegistration, NotificationBroadcaster, NotificationEmitter, NotificationListener, RelationServiceMBean
See Also:
Top Examples, Source Code

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


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


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


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


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


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


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


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


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


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


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


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


public MBeanNotificationInfo[] getNotificationInfo()
See Also:
NotificationBroadcasterSupport, NotificationBroadcaster
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


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


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


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


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


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


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


public void handleNotification(Notification theNtf,
                               Object theHandback)
See Also:
NotificationListener
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


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


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


public void postDeregister()
See Also:
MBeanRegistration
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void postRegister(Boolean registrationDone)
See Also:
MBeanRegistration
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void preDeregister()
                   throws Exception
See Also:
MBeanRegistrationException, MBeanRegistration
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ObjectName preRegister(MBeanServer server,
                              ObjectName name)
                       throws Exception
See Also:
MBeanRegistrationException, MBeanRegistration
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public RelationService(boolean theImmediatePurgeFlg)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


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


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


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


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


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


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


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

Popular Tags