How to Add an HTTP Publish-Subscribe Server Channel How to Delete an HTTP Publish-Subscribe Server Channel

15-2 Oracle Complex Event Processing Visualizer Users Guide Figure 15–1 Event Inspector Tab

3. Click Edit.

4. Edit the dialog as

Table 15–1 describes.

5. Click the Save button to commit your changes.

Table 15–1 Event Inspector Options Attribute Description Pubsub Server Name Specify the name of the local HTTP pub-sub server that the Event Inspector service will use. Pubsub Server URL Specify the URL of the remote HTTP pub-sub server that the Event Inspector service will use. The URL should be in the form: http:HOST:PORTPATH Where: ■ HOST : is the host name or IP address of the remote Oracle CEP server. ■ PORT : the remote Oracle CEP server netio port as defined in the remote Oracle CEP server config.xml file. Default: 9002. ■ PATH : the value of the http-pubsub element path child element as defined in the remote Oracle CEP server config.xml file. For example: http:remotehost:9002pubsub 16 Managing the Event Type Repository 16-1 16 Managing the Event Type Repository This section contains the typical event repository management tasks you can perform with Oracle CEP Visualizer, including: ■ Section 16.1, Viewing the Event Type Repository ■ Section 16.2, Configuring the Event Type Repository For more information, see Section 9.6, Event Type Repository Management .

16.1 Viewing the Event Type Repository

You can view the event type repository using the Oracle CEP Visualizer.

16.1.1 How to View the Event Type Repository

Using the Oracle CEP Visualizer, you can view the event type repository. To view the event type repository: 1. In the left pane, click Domain Server Services Event Type Repository, where Domain refers to the name of your Oracle CEP domain and Server refers to the name of the server instance. The right pane displays the Event Name table that lists all the event types used by the applications of the server. 2. In the right pane, click the name of an event in the Event Name table. The text box at the bottom displays the properties of the event type. For example, a simple Name event type that has three properties, first and last which are Strings and age which is an integer, might look like: {first=java.lang.String, last=java.lang.String, age=int}

16.2 Configuring the Event Type Repository

You can only view the event type repository, along with the its event types, configured for an Oracle CEP server using Oracle CEP Visualizer. For details, see Creating Oracle CEP Event Types in the Oracle Complex Event Processing Developers Guide for Eclipse. 16-2 Oracle Complex Event Processing Visualizer Users Guide