complexType ProcessIdDBInfo
diagram pm_wsdl_diagrams/pm_wsdl_p30.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
children pm:processId pm:objectSpace pm:dbId
used by
element processIdDBInfo
annotation
documentation
Type to describe the PVM database information corresponding to a PVM ID.
source <xsd:complexType name="ProcessIdDBInfo">
 
<xsd:annotation>
   
<xsd:documentation>Type to describe the PVM database information corresponding to a PVM ID.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="processId" type="xsd:string" nillable="true">
     
<xsd:annotation>
       
<xsd:documentation>Process ID</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="objectSpace" type="xsd:string" nillable="true">
     
<xsd:annotation>
       
<xsd:documentation>Identifies the space (PROCESS,TASK, ...) of the process ID.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="dbId" type="xsd:long" nillable="true">
     
<xsd:annotation>
       
<xsd:documentation>Identifies the database ID corresponding to the process ID.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy