ilog.rules.res.model.mbean

Interface IlrJMXEntityMBean

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      long getCreationDate()
      Returns the creation date of this entity.
      java.lang.String getDescription()
      Returns the description of this entity.
      java.lang.String getDisplayName()
      Returns the display name of this entity.
      javax.management.ObjectName getModelObjectName()
      Deprecated. 
      As of JRules 7.0, replaced by getRepositoryObjectName().
      java.lang.String getName()
      Returns the name of this entity.
      javax.management.ObjectName getRepositoryObjectName()
      Returns the object name of the repository that contains this entity.
      java.lang.String getVersion()
      Returns the version of this entity.
      void setDescription(java.lang.String description)
      Sets the description of this entity.
      void setDisplayName(java.lang.String displayName)
      Sets the display name of this entity.
    • Method Detail

      • getModelObjectName

        @Deprecated
        javax.management.ObjectName getModelObjectName()
        Deprecated. As of JRules 7.0, replaced by getRepositoryObjectName().
        Gets the objectName of the repository that contains this entity.
        Returns:
        The repository objectname.
      • getRepositoryObjectName

        javax.management.ObjectName getRepositoryObjectName()
        Returns the object name of the repository that contains this entity.
        Returns:
        The object name of the repository.
      • getName

        java.lang.String getName()
        Returns the name of this entity.
        Returns:
        The name of this entity.
      • getDisplayName

        java.lang.String getDisplayName()
        Returns the display name of this entity.
        Returns:
        The display name of this entity. By default, null is returned.
      • setDisplayName

        void setDisplayName(java.lang.String displayName)
        Sets the display name of this entity.
        Parameters:
        displayName - The new display name of this entity.
      • getDescription

        java.lang.String getDescription()
        Returns the description of this entity.
        Returns:
        The description of this entity. By default, null is returned.
      • setDescription

        void setDescription(java.lang.String description)
        Sets the description of this entity.
        Parameters:
        description - The description of this entity.
      • getVersion

        java.lang.String getVersion()
        Returns the version of this entity.
        Returns:
        The IlrVersion that represents the version number of this entity.
      • getCreationDate

        long getCreationDate()
        Returns the creation date of this entity.
        Returns:
        The creation date in milliseconds.

© Copyright IBM Corp. 1987, 2020