org.opengroup.arm40.tranreport.ArmApplicationRemote Interface Reference
[ARM 4.0 Applications]
Represents an instance of an application executing on a remote system. More...
Inheritance diagram for org.opengroup.arm40.tranreport.ArmApplicationRemote:
Public Member Functions | |
| ArmSystemAddress | getSystemAddress () |
Detailed Description
Represents an instance of an application executing on a remote system.
It differs from ArmApplication in that ArmApplication represents an application executing on the local system.
ArmApplicationRemote provides an anchor point for associating ArmTranReport objects with a system's network address. It adds the following attribute to those in ArmApplication:
- System address. The system address is the address (format and address byte array) of the system.
Objects implementing this interface are created using ArmTranReportFactory#newArmApplicationRemote.
Member Function Documentation
| ArmSystemAddress org.opengroup.arm40.tranreport.ArmApplicationRemote.getSystemAddress | ( | ) |
- Returns:
- the system address of the system executing the application.
The documentation for this interface was generated from the following file:
- org/opengroup/arm40/tranreport/ArmApplicationRemote.java
