Managed Object - ConverterAgentHelperServiceInstance

See also
ConverterHelperServiceContent
Since
Converter API 1.0


Managed Object Description

The ServiceInstance managed object is the singleton root object of the Converter Helper interface.

Properties

Name Type Description
content PConverterHelperServiceContent

The properties of service instance. This property is identical to the return value from retrieveContent method. It is provided to allow for PropertyCollector driven inventory traversal from ServiceInstance object
currentTimexsd:dateTime

Returns the current time on the server.
P Required privilege: System.Anonymous

Methods

Methods defined in this Managed Object
ConverterHelperRetrieveServiceContent

ConverterHelperRetrieveServiceContent

Retrieves the properties of the service instance.
Required Privileges
System.Anonymous

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the ConverterAgentHelperServiceInstance used to make the method call.

Return Value

Type Description
ConverterHelperServiceContentThe properties belonging to the service instance, including various object managers.

Faults

Type Description
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None