org.arm4.arm40.tranreport

Class ArmApplicationRemote

public class ArmApplicationRemote extends ArmApplication implements ArmApplicationRemote

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.

Version: $Revision$ $Date$

Author: dcarter

Constructor Summary
ArmApplicationRemote(ArmApplicationDefinition definition, String group, String instance, String[] contextValues, ArmSystemAddress address, ArmFactory factory)
Create ARM Remote Application.
Method Summary
ArmSystemAddressgetSystemAddress()

Constructor Detail

ArmApplicationRemote

public ArmApplicationRemote(ArmApplicationDefinition definition, String group, String instance, String[] contextValues, ArmSystemAddress address, ArmFactory factory)
Create ARM Remote Application.

Parameters: definition group instance contextValues address factory

Method Detail

getSystemAddress

public ArmSystemAddress getSystemAddress()