com.ibm.commerce.scheduler.beans

Class RegistryItemsDataBean

    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The IBM Copyright Statement.
        See Also:
        Constant Field Values
    • Constructor Detail

      • RegistryItemsDataBean

        public RegistryItemsDataBean()
        This is the default constructor for this class. It calls the constructor from the superclass.
    • Method Detail

      • getComponent

        public java.lang.String getComponent(int index)
        This method gets the name of the registry component.
        Parameters:
        index - This is the index of the registry component.
        Returns:
        This method returns a String that represents the name of the registry component.
      • getStatus

        public java.lang.String getStatus(int index)
        This method gets the current state of the registry component.
        Parameters:
        index - This is the index of the registry component.
        Returns:
        This method returns a String representation of the current state. A state of "R" means the component is refreshing itself. A state of "C" means that the component is refreshed.
      • populate

        public void populate()
                      throws java.lang.Exception
        This method retrieves all the registry components defined for the current commerce instance.
        Specified by:
        populate in interface SmartDataBean
        Overrides:
        populate in class SmartDataBeanImpl
        Throws:
        java.lang.Exception - This is thrown if there are any problems retrieving the registry components.
      • size

        public int size()
        This method gets the number of available registry components.
        Returns:
        This method returns an int value that represents the number of registry components.