Package joynr.system.RoutingTypes
Class LocalAddress
- java.lang.Object
-
- joynr.system.RoutingTypes.Address
-
- joynr.system.RoutingTypes.LocalAddress
-
- All Implemented Interfaces:
JoynrType,Serializable
- Direct Known Subclasses:
BinderAddress,UdsAddress,UdsClientAddress,WebSocketAddress,WebSocketClientAddress
public class LocalAddress extends Address implements Serializable, JoynrType
Local Address- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intMAJOR_VERSIONstatic intMINOR_VERSION
-
Constructor Summary
Constructors Constructor Description LocalAddress()Default ConstructorLocalAddress(LocalAddress localAddressObj)Copy constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Check for equalityinthashCode()Calculate code for hashing based on member contentsStringtoString()Stringifies the class
-
-
-
Field Detail
-
MAJOR_VERSION
public static final int MAJOR_VERSION
- See Also:
- Constant Field Values
-
MINOR_VERSION
public static final int MINOR_VERSION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LocalAddress
public LocalAddress()
Default Constructor
-
LocalAddress
public LocalAddress(LocalAddress localAddressObj)
Copy constructor- Parameters:
localAddressObj- reference to the object to be copied
-
-