Package | Description |
---|---|
net.sf.jrtps.message.parameter |
Classes in this package are used with ParameterList encapsulation during message exchange
between participants.
|
Modifier and Type | Method and Description |
---|---|
QosLiveliness.Kind |
QosLiveliness.getKind() |
static QosLiveliness.Kind |
QosLiveliness.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QosLiveliness.Kind[] |
QosLiveliness.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
QosLiveliness(QosLiveliness.Kind kind,
Duration lease_duration)
Constructor of QosLiveliness.
|
QosLiveliness(QosLiveliness.Kind kind,
long millis)
Constructs QosLiveliness with given kind and lease_duration
|
Copyright © 2016. All rights reserved.