Managed Object - ConverterServiceInstance

See also
ConverterServiceContent
Since
Converter API 1.0


Managed Object Description

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

Properties

Name Type Description
content PConverterServiceContent

The properties of service instance. This property is identical to the return value from retrieveContent method. ItNis 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
ConverterRetrieveServiceContent

ConverterRetrieveServiceContent

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

Parameters

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

Return Value

Type Description
ConverterServiceContentThe 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