com.ibm.commerce.scheduler.beans

Class ApplicationTypeDataBean

    • Field Detail

      • COPYRIGHT

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

      • ApplicationTypeDataBean

        public ApplicationTypeDataBean()
    • Method Detail

      • getApplicationType

        public java.lang.String getApplicationType(int index)
        This method gets the application type.
        Parameters:
        index - This is the application type to return.
        Returns:
        This method returns a String that represents the application type.
      • populate

        public void populate()
                      throws java.lang.Exception
        This method retrieves all the application types defined in the scheduler.
        Specified by:
        populate in interface SmartDataBean
        Overrides:
        populate in class SmartDataBeanImpl
        Throws:
        java.lang.Exception - This is thrown if there is any problem retrieving the application types from the scheduler instance.
      • size

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