MiddlewareDescriptor

This type is a class for model objects.

Describes configuration needed for the discovery of particular middleware platforms and their artifacts (such as servers, applications, etc.) and how often the discovery should run.

Package: middlewaredescriptors

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *



Attributes Summary
name : EString The name of the middleware platform that this dicovery descriptor is specific to, such as WebLogic, TomCat, DB2, etc.
discoveryInterval : EInt Defines how often the discovery should occur for this platform type. -1= no automatic discovery should take place (only manually invoked discoveries) 0 = at agent startup only #>0 = the interval in which the discovery will occur in addition to agent startup
discoveryIntervalUnits : EInt the units of the interval (second, minute, hour, day). Use XDConstants to reference what the integer representation of each is. Only applicable if discoveryInterval >0.
discoverySupported : EBoolean * No description is available *
versionDescriptors : MiddlewareVersionDescriptor + * No description is available *



Attribute Details

name  -  The name of the middleware platform that this dicovery descriptor is specific to, such as WebLogic, TomCat, DB2, etc.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

discoveryInterval  -  Defines how often the discovery should occur for this platform type. -1= no automatic discovery should take place (only manually invoked discoveries) 0 = at agent startup only #>0 = the interval in which the discovery will occur in addition to agent startup
    Data Type: EInt
    Default value:  0
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

discoveryIntervalUnits  -  the units of the interval (second, minute, hour, day). Use XDConstants to reference what the integer representation of each is. Only applicable if discoveryInterval >0.
    Data Type: EInt
    Default value:  0
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

discoverySupported  -  * No description is available *
    Data Type: EBoolean
    Default value:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

versionDescriptors  -  * No description is available *
    Reference Type: MiddlewareVersionDescriptor +
    Containment:  true
    Container:  false
    Required:  true
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  1
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



(C) COPYRIGHT International Business Machines Corp. 1996-2006