|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.arm4.arm40.transaction.ArmInterface
org.arm4.arm40.transaction.ArmApplication
org.arm4.arm40.tranreport.ArmApplicationRemote
public class 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.
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)
.
Field Summary |
---|
Fields inherited from class org.arm4.arm40.transaction.ArmApplication |
---|
m_appDefinition, m_appHandle, m_group, m_instance, m_properties, m_systemAddress |
Fields inherited from class org.arm4.arm40.transaction.ArmInterface |
---|
m_errorCode, m_factory |
Constructor Summary | |
---|---|
ArmApplicationRemote(ArmApplicationDefinition definition,
java.lang.String group,
java.lang.String instance,
java.lang.String[] contextValues,
ArmSystemAddress address,
ArmFactory factory)
Create ARM Remote Application. |
Method Summary | |
---|---|
ArmSystemAddress |
getSystemAddress()
Get the system address when this is part of a transaction report. |
Methods inherited from class org.arm4.arm40.transaction.ArmApplication |
---|
end, getApplicationHandle, getContextValue, getDefinition, getGroup, getInstance |
Methods inherited from class org.arm4.arm40.transaction.ArmInterface |
---|
getErrorCode, getErrorMessage, getFactory, setErrorCode, setFactory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 |
Constructor Detail |
---|
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
- Method Detail |
---|
public ArmSystemAddress getSystemAddress()
ArmApplication
getSystemAddress
in interface ArmApplicationRemote
getSystemAddress
in class ArmApplication
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |