diagram | |||
namespace | http://www.tibco.com/bx/2009/management/processManagerType | ||
children | pm:processId pm:objectSpace pm:dbId | ||
used by |
|
||
annotation |
|
||
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> |
diagram | |||||
namespace | http://www.tibco.com/bx/2009/management/processManagerType | ||||
type | xsd:string | ||||
properties |
|
||||
annotation |
|
||||
source | <xsd:element name="processId" type="xsd:string" nillable="true"> <xsd:annotation> <xsd:documentation>Process ID</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | |||||
namespace | http://www.tibco.com/bx/2009/management/processManagerType | ||||
type | xsd:string | ||||
properties |
|
||||
annotation |
|
||||
source | <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> |
diagram | |||||
namespace | http://www.tibco.com/bx/2009/management/processManagerType | ||||
type | xsd:long | ||||
properties |
|
||||
annotation |
|
||||
source | <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> |