This section discusses the following topics:
A target type definition file is required in order to create a target type. CentraSite provides a target type definition file for webMethods Mediator and one for the webMethods Insight. If you are using a third-party target type, you must provide the appropriate target type definition file.
CentraSite provides a target type definition file for webMethods Mediator, named webMethodsESB-TargetType.jar, which contains references to the following files. It is not necessary to edit the target type definition file.
File | Description |
---|---|
TargetType.xml |
Specifies the target type name, description and format of the run-time policies that the target type expects the receive. The following format is supported:
|
EventType.xml | A descriptor file that describes the format in XML for mapping the predefined event attributes to the SNMP Traps defined in the MIB file. This file is optional, but if you omit it, CentraSite will not be able to capture events. |
webMethodsESB.xsl | A transformation file that transforms the policy
from CentraSite format to a format that can be consumed by
Mediator. The CentraSite format is a custom native representation of the
Common Effective Policy (not WS-Policy format).
You can view this file from the target type list in the CentraSite Control user interface (see Managing the Mediator Target Type). |
webMethodsESB.mib | A run-time events configuration file that contains the SNMP
Traps metadata and Object Identifiers (OIDs) for the event types and their
attributes. CentraSite uses this file to capture run-time events that have
occurred in Mediator. This file is optional. However, if you omit this file,
CentraSite will not be able to capture events.
You can view this file from the target type list in the CentraSite Control user interface (see Managing the Mediator Target Type). |
MANIFEST.MF | Describes the contents of the jar file. The manifest file is used to identify resources. |
CentraSite provides a target type definition file for webMethods Insight, named InsightTargetType.jar, which contains references to the following files. It is not necessary to edit the target type definition file.
File | Description |
---|---|
TargetType.xml |
Specifies the target type name and description. |
EventType.xml |
Note: |
Insight.xsl |
Note: You can view this file from the target type list in the CentraSite Control user interface (see Managing the webMethods Insight Target Type). |
Insight.mib |
Note: You can view this file from the target type list in the CentraSite Control user interface (see Managing the webMethods Insight Target Type). |
MANIFEST.MF | Describes the contents of the jar file. The manifest file is used to identify resources. |
If you are using a third-party target type, you must provide a target type definition file that contains references to the following files.
File | Description |
---|---|
<TargetTypeName>.xml |
Specifies the target type name, description and format of the run-time policies that the target type expects the receive. The following format is supported:
Note: |
EventType.xml | A descriptor file that describes the format in XML for mapping the predefined event attributes to the SNMP Traps defined in the MIB file. This file is optional. However, if you omit this file, CentraSite will not be able to capture events. |
<TargetTypeName>.xsl | Should transform the policy from CentraSite
format to a format that can be consumed by your target type. You can either:
|
<TargetTypeName>.mib | A run-time events configuration file that contains the SNMP
Traps metadata and Object Identifiers (OIDs) for the event types and their
attributes. CentraSite uses this file to capture run-time events that have
occurred in your target.
This file is optional. However, if you omit this file, CentraSite will not be able to capture events. |
MANIFEST.MF | Should describe the contents of the jar file. The manifest file is used to identify resources. |
Note:
If you omit the MIB file and the descriptor file, and you later
decide to add them, you must delete the original target type and create a new
one.
As mentioned earlier, CentraSite provides two target types by default: webMethods Mediator and webMethods Insight.
You can create additional target types for any third-party target type that has been integrated with your CentraSite registry/repository as follows.
To create a target type
In CentraSite Control, go to Operations > Target Types to display the target type list.
Click the
button.In the Add Target Type dialog box, specify the following field:
In this field... | Specify... |
---|---|
Target Type Definition File | The appropriate target type definition file for your target
type. Use the Browse button to search for the appropriate
target type definition file (a JAR file) in your local file system, or type its
name in the field.
For more information, see The Target Type Definition File for Third-Party Target Types. |
Note:
You do not need to specify the name of the target type. Its name
is defined in the target type definition file, and CentraSite obtains the
name from there.
Click
to save the new target type to the CentraSite registry/repository.Use the following procedure to view, edit or delete the Mediator target type.
To view, edit or delete the Mediator target type
In CentraSite Control, go to Operations > Target Types to display the target type list.
Click webMethods Integration Server to display the target type details.
The following fields and columns are displayed:
Field or Column | Description |
---|---|
Target Type JAR File |
The default target type definition file for webMethods Mediator is webMethodsESB-TargetType.jar. To view the file, click its hyperlinked name. There is no need to modify this file. For more information about the target type definition file, see The Target Type Definition File. |
Transformation File |
The transformation file, webMethodsESB.xsl, that is contained in the target type definition JAR file. To view the file, click its hyperlinked name. There is no need to modify this file. For more information about the transformation file, see The Target Type Definition File. |
Policy Format |
(Read-only.) The format for representing run-time policies. The value of this field is obtained from the target type definition file.
Note: |
Target Type MIB File |
The run-time events configuration file, webMethodsESB.mib, that is contained in the target type definition JAR file. This file is a run-time events configuration file that contains the SNMP Traps metadata and Object Identifiers (OIDs) for CentraSite's predefined event types and their attributes. CentraSite uses this file to capture the run-time events that have occurred in Mediator. To view the file, click its hyperlinked name. Note: |
Event Type |
Select a run-time event type to view the attributes that CentraSite uses to display events. These attributes are defined in the target type MIB file. The Object Identifier of the selected event type is shown in the Object ID field. The Object Identifier is defined in the target type MIB file. |
Attribute Name | (Read-only.) The attributes of the selected event type, which are defined in the target type MIB file. |
Object ID | (Read-only.) The object identifiers of the attributes, which are defined in the target type MIB file. |
Type | (Read-only.) The types of the attributes, which are defined in the target type MIB file. |
To delete the target type (which removes it from the CentraSite registry/repository permanently), select the check box next to the target type in the target type list and then click
.Notes:
Use the following procedure to view, edit or delete the webMethods Insight target type.
To view, edit or delete the webMethods Insight target type
In CentraSite Control, go to Operations > Target Types to display the target type list.
Click Insight to display the target type's details.
The following fields and columns are displayed:
Field or Column | Description |
---|---|
Target Type JAR File |
The default target type definition file for webMethods Mediator is InsightTargetType.jar. To view the file, click its hyperlinked name. For more information about the target type definition file, see The Target Type Definition File. |
Transformation File |
Note: The transformation file, Insight.xsl, that is contained in the target type definition JAR file. To view the file, click its hyperlinked name. For more information about the transformation file, see The Target Type Definition File. |
Target Type MIB File |
Note: The MIB file, Insight.mib, that is contained in the target type definition JAR file. This file is a run-time events configuration file that contains the SNMP Traps metadata and Object Identifiers (OIDs) for CentraSite's predefined event types and their attributes. CentraSite uses this file to capture the run-time events that have occurred. To view the file, click its hyperlinked name. Note: |
Event Type |
Note: Select a run-time event type to view the attributes that CentraSite uses to display events. These attributes are defined in the target type MIB file. The Object Identifier of the selected event type is shown in the Object ID field. The Object Identifier is defined in the target type MIB file. |
Attribute Name |
Note: |
Object ID |
Note: |
Type |
Note: |
To delete the target type (which removes it from the CentraSite registry/repository permanently), select the check box next to the target type in the target type list and then click
.Notes:
Use the following procedure to view, edit or delete a third-party target type.
To view, edit or delete the Mediator target type
In CentraSite Control, go to Operations > Target Types to display the target type list.
Click the target type name to display its details.
The following fields and columns are displayed:
Field or Column | Description |
---|---|
Target Type JAR File |
The default target type definition file that was specified when the target type was created. To view the file, click its hyperlinked name. If you want to use a different target type definition file (a JAR file), use the button to search for the appropriate file in your local file system.For more information about the target type definition file, see The Target Type Definition File for Third-Party Target Types. |
Transformation File |
The transformation file (an .xsl or .xslt file) that is contained in the target type definition JAR file. To view the file, click its hyperlinked name. If you want to use a different transformation file, use the button to search for the appropriate file.For more information about the transformation file, see The Target Type Definition File for Third-Party Target Types. |
Policy Format |
(Read-only.) The format for representing run-time policies. The value of this field is obtained from the target type definition file.
|
Target Type MIB File |
The MIB file that is contained in the target type definition JAR file. This file is a run-time events configuration file that contains the SNMP Traps metadata and Object Identifiers (OIDs) for the event types and their attributes. CentraSite uses this file to capture the run-time events that have occurred in the target. To view the file, click its hyperlinked name. Note: |
Event Type |
Select a run-time event type to view the attributes that CentraSite uses to display events. These attributes are defined in the target type MIB file. The Object Identifier of the selected event type is shown in the Object ID field. The Object Identifier is defined in the target type MIB file. |
Attribute Name | (Read-only.) The attributes of the selected event type, which are defined in the target type MIB file. |
Object ID | (Read-only.) The object identifiers of the attributes, which are defined in the target type MIB file. |
Type | (Read-only.) The types of the attributes, which are defined in the target type MIB file. |
To delete a target type (which removes it from the CentraSite registry/repository permanently), select the check box next to the target type in the target type list and then click
.Notes: