org.opengroup.arm40.tranreport
Interface ArmApplicationRemote
- All Superinterfaces:
- ArmApplication, ArmInterface
- All Known Implementing Classes:
- ArmApplicationRemote
public interface ArmApplicationRemote
- extends ArmApplication
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(org.opengroup.arm40.transaction.ArmApplicationDefinition, java.lang.String, java.lang.String, java.lang.String[], org.opengroup.arm40.tranreport.ArmSystemAddress)
.
- Author:
- ARM Working Group of The Open Group
getSystemAddress
ArmSystemAddress getSystemAddress()
- Returns:
- the system address of the system executing the application.