Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WBRIDGE and version 7.2.0

Otp

Noteinfo
iconfalse

You can only inspect the details of Java services of the node instance the used Bridge is running on. If you have aggregated multiple node instances into a Bridge domain, you need to use the Bridge of the specific node instance the Java service is running on.

All users may view details of a Java service. Expand the tree below a node instance in the Node Instances section of the navigation. Then, navigate to a Java service entry below the sub-navigation item Java. The tab Java Service is initially displayed.

Figure: Java Service Details

Image Modified

Status Information

In the Status Information  section, the status of the Java service (Running or Stopped) is displayed. Here you can start, stop, delete, or kill the service.

  • Stopping the service
    Multiexcerpt include
    MultiExcerptNamestop_service
    PageWithExcerptINTERNAL:_bridge_excerpts
  • Killing the service
    Multiexcerpt include
    MultiExcerptNamekill_service
    PageWithExcerptINTERNAL:_bridge_excerpts

Multiexcerpt include
MultiExcerptNameget_pid
PageWithExcerptINTERNAL:_bridge_excerpts

Service Details

In the Overview  section, the following information is displayed:

ElementDescriptionOrigin (MANIFEST.MF)
VersionVersion of the Java service as specified in package.json.E2E-Service-Version
DescriptionDescription of the Java service as specified in package.json.E2E-Service-Description

Preferences

In the Preferences section, the following preferences can be modified:

OptionDescription
Automatic Startup
Multiexcerpt include
MultiExcerptNameautomatic_startup
nopanel
true
PageWithExcerpt
Preferences of an xUML Service
INTERNAL:_bridge_excerpts
Automatic Restart
Multiexcerpt include
MultiExcerptNameautomatic_restart
nopaneltrue
PageWithExcerpt
Preferences of an xUML Service
INTERNAL:_bridge_excerpts

Also consider the implications of Minimum Uptime in Seconds when setting this option.

Minimum Uptime in Seconds
Multiexcerpt include
MultiExcerptNameminimum_uptime
nopaneltrue
PageWithExcerpt
Node.js Service Details
INTERNAL:_bridge_excerpts
UI URLSpecify the URL of the user interface of the Java service. It then will be displayed as an additional tab within the
E2E
Bridge and you can access it directly via the Bridge.
UI Tab TitleIf the Java service has a user interface that is integrated to the
E2E
Bridge, you can specify the title of the tab here. The default title is User Interface.
Owner
Multiexcerpt include
MultiExcerptNameowner
nopaneltrue
PageWithExcerpt
Preferences of an xUML Service
INTERNAL:_bridge_excerpts
Remote Debug Port

If you want to debug your Java service, save the number of the port you want to use for debugging in this field. While starting the service on the

E2E

Bridge, the port number will automatically be committed to the service and you can attach a Java debugger to this port.
The Java service process will be started with the following options in this case: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=<REMOTE DEBUG Port>

If no remote debug port is specified, debugging is disabled.

History

Switch to the History tab to view the history of all user actions that were executed on the selected Java service since its deployment.

...

Figure: Java Service History

Image Modified