Index


Class wsc.MessageCounts

represents the notification message counts of the message-summary type.

Class Summary
Constructor Attributes Constructor Name and Description
 
An instance is created by MessageSummary when an application wants to get the message count from wsc.MessageSummary.
Method Summary
Method Attributes Method Name and Description
 
Get the number of new messages.
 
Get the number of old messages.
 
Get the number of urgent new messages.
 
Get the number of urgent old messages.
Class Detail
wsc.MessageCounts()
An instance is created by MessageSummary when an application wants to get the message count from wsc.MessageSummary.
See:
wsc.MessageSummary#getMessageCounts(msgClassType)
Method Detail
getNew()
Get the number of new messages.
Returns:
the number of new messages

getOld()
Get the number of old messages.
Returns:
the number of old messages

getUrgentNew()
Get the number of urgent new messages.
Returns:
the number of urgent new messages

getUrgentOld()
Get the number of urgent old messages.
Returns:
the number of urgent old messages

Copyright © 2005, 2013, Oracle and/or its affiliates. All rights reserved.