Package org.somda.sdc.dpws
Class CommunicationLogContext
-
- All Implemented Interfaces:
public class CommunicationLogContextAdditional information for CommunicationLog implementations.
-
-
Field Summary
Fields Modifier and Type Field Description public final StringeprAddress
-
Constructor Summary
Constructors Constructor Description CommunicationLogContext(String eprAddress)
-
Method Summary
Modifier and Type Method Description StringgetEprAddress()Gets the EPR address (identification) of a device. -
-
Constructor Detail
-
CommunicationLogContext
CommunicationLogContext(String eprAddress)
-
-
Method Detail
-
getEprAddress
String getEprAddress()
Gets the EPR address (identification) of a device.
- Returns:
the EPR address.
-
-
-
-