Interface SystemPropertyClassValueMBean

  • All Known Implementing Classes:
    SystemPropertyClassValue

    public interface SystemPropertyClassValueMBean
    MBean interface.
    • Method Detail

      • getProperty

        java.lang.String getProperty()
        Returns:
        the system property value
      • setProperty

        void setProperty​(java.lang.String property)
        The system property value
        Parameters:
        property -
      • getClassName

        java.lang.String getClassName()
        Returns:
        The class name to use a value for the system property when it is available
      • setClassName

        void setClassName​(java.lang.String className)
        The class name to use a value for the system property when it is available
        Parameters:
        className -
      • create

        void create()
        JBoss lifecycle