Class MetaDataDAL

Description

This is a utility class that can be used to retrieve what is generally static data in foundation.

This is a utility class that can be used to retrieve what is generally static data in foundation.

Located in /MetaDataDAL.inc.php (line 22)


	
			
Method Summary
MetaDataDAL __construct (string $foundationURL)
Methods
Constructor __construct (line 30)

Create a MetaDataDAL instance

Create a MetaDataDAL instance

  • access: public
MetaDataDAL __construct (string $foundationURL)
  • string $foundationURL: - can not be NULL
getApplicationTypes (line 81)

gets all of the application types currently defined.

gets all of the application types currently defined. Data is returned in the following format:

   Array
   (
       [TotalCount] => 4
       [ApplicationTypes] => Array
           (
               [SYSTEM] => Array
                   (
                       [Name] => SYSTEM
                       [AttributeID] => 1
                       [Description] => Properties that exist regardless of the Application being monitored
                   )
               [NAGIOS] => Array
                   (
                       [Name] => NAGIOS
                       [AttributeID] => 100
                       [Description] => System monitored by Nagios
                   )
               [SNMPTRAP] => Array
                   (
                       [Name] => SNMPTRAP
                       [AttributeID] => 101
                       [Description] => SNMP Trap application
                   )
               [SYSLOG] => Array
                   (
                       [Name] => SYSLOG
                       [AttributeID] => 102
                       [Description] => SYSLOG application
                   )
           )
   )

  • return: of application type objects
  • access: public
list getApplicationTypes ()

Documentation generated on Fri, 04 May 2007 16:49:45 -0700 by phpDocumentor 1.3.0RC3