org.opengroup.arm40.tranreport

Interface 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:

Objects implementing this interface are created using ArmTranReportFactory.

Author: ARM Working Group of The Open Group

Method Summary
ArmSystemAddressgetSystemAddress()

Method Detail

getSystemAddress

public ArmSystemAddress getSystemAddress()

Returns: the system address of the system executing the application.