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: middlewaredescriptorsAttributes 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 |