|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReferenceCounter
Interface implemented by message and used by message manager
to know the number of shared reference to a message. When a message
instance is created, its reference counter must be initialized to
0
(and is first incremented by the message manager).
Method Summary | |
---|---|
boolean |
decrementReferenceCounter()
Decrements the reference counter. |
void |
incrementReferenceCounter()
Increments the reference counter. |
Method Detail |
---|
void incrementReferenceCounter()
boolean decrementReferenceCounter()
true
if the reference counter is null.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |