public class InfoServiceHolderMessage extends AbstractMessage
| Modifier and Type | Field and Description |
|---|---|
static int |
INFOSERVICE_MANAGEMENT_CHANGED
This message is sent after the policy for automatic infoservice changes has been changed.
|
static int |
INFOSERVICES_NOT_VERIFYABLE
Indicated that all InfoServices either have invalid or expired certificates.
|
static int |
PREFERRED_INFOSERVICE_CHANGED
This message is sent after the preferred infoservice was changed.
|
| Constructor and Description |
|---|
InfoServiceHolderMessage(int a_messageCode)
This creates a new InfoServiceHolderMessage.
|
InfoServiceHolderMessage(int a_messageCode,
java.lang.Object a_messageData)
This creates a new InfoServiceHolderMessage.
|
getMessageCode, getMessageDatapublic static final int PREFERRED_INFOSERVICE_CHANGED
public static final int INFOSERVICE_MANAGEMENT_CHANGED
public static final int INFOSERVICES_NOT_VERIFYABLE
public InfoServiceHolderMessage(int a_messageCode)
a_messageCode - The message code. See the constants in this class.public InfoServiceHolderMessage(int a_messageCode,
java.lang.Object a_messageData)
a_messageCode - The message code. See the constants in this class.a_messageData - The data to send with the message.Copyright © 2023. All rights reserved.