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:

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

Method Summary
 ArmSystemAddress getSystemAddress()
           
 
Methods inherited from interface org.opengroup.arm40.transaction.ArmApplication
end, getContextValue, getDefinition, getGroup, getInstance
 
Methods inherited from interface org.opengroup.arm40.transaction.ArmInterface
getErrorCode, getErrorMessage, setErrorCode
 

Method Detail

getSystemAddress

ArmSystemAddress getSystemAddress()
Returns:
the system address of the system executing the application.