154155156157158159160
setProperty(new BooleanProperty(USE_KEEPALIVE,b)); } public void setIncludeList(Collection list) { setProperty(new CollectionProperty(INCLUDE_LIST, new HashSet(list))); }
158159160161162163164
{ setProperty(new CollectionProperty(INCLUDE_LIST, new HashSet(list))); } public void setExcludeList(Collection list) { setProperty(new CollectionProperty(EXCLUDE_LIST, new HashSet(list))); }