public class ArmApplicationRemote extends ArmApplication implements ArmApplicationRemote
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:
ArmTranReportFactory.newArmApplicationRemote(org.opengroup.arm40.transaction.ArmApplicationDefinition, java.lang.String, java.lang.String, java.lang.String[], org.opengroup.arm40.tranreport.ArmSystemAddress).m_appDefinition, m_appHandle, m_group, m_instance, m_properties, m_systemAddressm_errorCode, m_factory| Constructor and Description |
|---|
ArmApplicationRemote(ArmApplicationDefinition definition,
java.lang.String group,
java.lang.String instance,
java.lang.String[] contextValues,
ArmSystemAddress address,
ArmFactory factory)
Create ARM Remote Application.
|
| Modifier and Type | Method and Description |
|---|---|
ArmSystemAddress |
getSystemAddress()
Get the system address when this is part of a transaction report.
|
end, getApplicationHandle, getContextValue, getDefinition, getGroup, getInstancegetErrorCode, getErrorMessage, getFactory, setErrorCode, setFactoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitend, getContextValue, getDefinition, getGroup, getInstancegetErrorCode, getErrorMessage, setErrorCodepublic ArmApplicationRemote(ArmApplicationDefinition definition, java.lang.String group, java.lang.String instance, java.lang.String[] contextValues, ArmSystemAddress address, ArmFactory factory)
definition - group - instance - contextValues - address - factory - public ArmSystemAddress getSystemAddress()
ArmApplicationgetSystemAddress in interface ArmApplicationRemotegetSystemAddress in class ArmApplication