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_systemAddress
m_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, getInstance
getErrorCode, getErrorMessage, getFactory, setErrorCode, setFactory
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
end, getContextValue, getDefinition, getGroup, getInstance
getErrorCode, getErrorMessage, setErrorCode
public 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()
ArmApplication
getSystemAddress
in interface ArmApplicationRemote
getSystemAddress
in class ArmApplication