|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object anon.util.AbstractMessage anon.infoservice.InfoServiceHolderMessage
public class InfoServiceHolderMessage
This is the message implementation used for InfoServiceHolder messages. It is used from the instance of the InfoServiceHolder class to notify their observers about some events (like changes of the preferred infoservice). The message code identifies the reason of the notification.
Field Summary | |
---|---|
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 Summary | |
---|---|
InfoServiceHolderMessage(int a_messageCode)
This creates a new InfoServiceHolderMessage. |
|
InfoServiceHolderMessage(int a_messageCode,
java.lang.Object a_messageData)
This creates a new InfoServiceHolderMessage. |
Method Summary |
---|
Methods inherited from class anon.util.AbstractMessage |
---|
getMessageCode, getMessageData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int PREFERRED_INFOSERVICE_CHANGED
public static final int INFOSERVICE_MANAGEMENT_CHANGED
public static final int INFOSERVICES_NOT_VERIFYABLE
Constructor Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |