public class ConnectionStateListenerSet extends java.lang.Object implements AddressEntitySet, EventSet<ConnectionState>
| Constructor and Description |
|---|
ConnectionStateListenerSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Address entity) |
boolean |
contains(Address entity) |
boolean |
contains(ConnectionState state) |
java.util.HashSet<Address> |
getEntitySet() |
java.util.EnumSet |
getEventSet() |
boolean |
isEntityWildcard() |
boolean |
isEventWildcard() |
java.util.Iterator<Address> |
iterator() |
void |
setEntityWildcard(boolean wildcard) |
void |
setEventSet(java.util.EnumSet events) |
void |
setEventWildcard(boolean wildcard) |
public boolean contains(Address entity)
contains in interface AddressEntitySetpublic boolean add(Address entity)
add in interface AddressEntitySetpublic java.util.HashSet<Address> getEntitySet()
getEntitySet in interface AddressEntitySetpublic java.util.Iterator<Address> iterator()
iterator in interface AddressEntitySetpublic boolean isEntityWildcard()
isEntityWildcard in interface WildcardEntitypublic void setEntityWildcard(boolean wildcard)
setEntityWildcard in interface WildcardEntitypublic boolean contains(ConnectionState state)
contains in interface EventSet<ConnectionState>public boolean isEventWildcard()
isEventWildcard in interface WildcardEventpublic void setEventWildcard(boolean wildcard)
setEventWildcard in interface WildcardEventpublic java.util.EnumSet getEventSet()
getEventSet in interface EventSet<ConnectionState>public void setEventSet(java.util.EnumSet events)
setEventSet in interface EventSet<ConnectionState>Copyright © 2010 All Rights Reserved.