Searched refs:clientProperties (Results 1 – 1 of 1) sorted by relevance
99 private Map<Object, Object> clientProperties = null; field in EventRequestManagerImpl.EventRequestImpl224 if (clientProperties == null) { in getProperties()225 clientProperties = new HashMap<Object, Object>(2); in getProperties()227 return clientProperties; in getProperties()239 if (clientProperties == null) { in getProperty()