| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
E - itempublic interface ICollection<E>
Concurrent, distributed, partitioned, listenable collection.
| Method Summary | |
|---|---|
 String | 
addItemListener(ItemListener<E> listener,
                boolean includeValue)
Adds an item listener for this collection.  | 
 String | 
getName()
Returns the name of this collection.  | 
 boolean | 
removeItemListener(String registrationId)
Removes the specified item listener.  | 
| Methods inherited from interface java.util.Collection | 
|---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray | 
| Methods inherited from interface com.hazelcast.core.DistributedObject | 
|---|
destroy, getId, getPartitionKey, getServiceName | 
| Method Detail | 
|---|
String getName()
getName in interface DistributedObject
String addItemListener(ItemListener<E> listener,
                       boolean includeValue)
listener - the item listenerincludeValue - true if the updated item should be passed
                     to the item listener, false otherwise.
boolean removeItemListener(String registrationId)
registrationId - Id of the listener registration.
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||