|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMetricDescriptionsBase
This interface provides an interface the Server Intelligence resources for multilingual descriptions and display templates.
| Field Summary | |
|---|---|
static java.lang.String |
KIND
|
static java.lang.String |
PROGID
|
| Method Summary | |
|---|---|
IMLDescriptions |
getMetricDescriptions(java.lang.String serviceInterfaceName)
Returns an interface to the collection of property render templates for the specified service interface. |
java.lang.String |
getMLDescription(java.lang.String name,
java.lang.String value,
java.util.Locale locale)
Returns a localized string for the specified name, value and locale. |
IPropertyBagRenderTemplate |
getPropertyBagRenderTemplate(java.lang.String name)
Returns an interface to the display information for the specified template |
java.util.Set |
getPropertyBagRenderTemplateNames()
Returns a Set containing the names of the templates for which
display information is available. |
java.lang.String |
getServerKindDescription(java.lang.String serverKind,
java.util.Locale locale)
Returns the localized description for the specified server kind and locale. |
java.util.Set |
getServerKinds()
Returns the server kinds for which there are multilingual descriptions available. |
java.lang.String |
getServiceFriendlyName(java.lang.String serviceInterfaceName,
java.util.Locale loc)
Returns a user friendly string of the specified service interface name |
java.util.Set |
getServiceInterfaceNames()
Returns a set of service interface names for which there are multilingual descriptions. |
| Field Detail |
|---|
static final java.lang.String KIND
static final java.lang.String PROGID
| Method Detail |
|---|
java.util.Set getServiceInterfaceNames()
throws SDKException
Returns a set of service interface names for which there are multilingual descriptions.
SDKException
java.lang.String getServiceFriendlyName(java.lang.String serviceInterfaceName,
java.util.Locale loc)
throws SDKException
Returns a user friendly string of the specified service interface name
serviceInterfaceName - The service interface name for a set of metricsloc - The type of locale you want the friendly name to be returned in.
SDKException
IMLDescriptions getMetricDescriptions(java.lang.String serviceInterfaceName)
throws SDKException
Returns an interface to the collection of property render templates for the specified service interface.
serviceInterfaceName - A service interface name.
SDKException
java.util.Set getServerKinds()
throws SDKException
Returns the server kinds for which there are multilingual descriptions available.
SDKException
java.lang.String getServerKindDescription(java.lang.String serverKind,
java.util.Locale locale)
throws SDKException
Returns the localized description for the specified server kind and locale.
serverKind - The server kind.locale - The locale for the requested description.
SDKException
java.lang.String getMLDescription(java.lang.String name,
java.lang.String value,
java.util.Locale locale)
Returns a localized string for the specified name, value and locale.
name - The name of a service interface.value - The name of a propety or metric.locale - The locale for the requested description.
java.util.Set getPropertyBagRenderTemplateNames()
Returns a Set containing the names of the templates for which
display information is available.
IPropertyBagRenderTemplate getPropertyBagRenderTemplate(java.lang.String name)
name - Name of the template.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||