public class ObjectPoolServiceTracker<S> extends AbstractObjectPoolServiceTracker<S>
AbstractObjectPoolServiceTracker.PoolHandler
serviceId
Constructor and Description |
---|
ObjectPoolServiceTracker(ObjectPoolTracker<S> poolTracker,
String serviceId,
ObjectPoolListener<S> listener) |
Modifier and Type | Method and Description |
---|---|
protected void |
handleServiceAdded(S service,
Dictionary<?,?> properties) |
protected void |
handleServiceModified(S service,
Dictionary<?,?> properties) |
protected void |
handleServiceRemoved(S service,
Dictionary<?,?> properties) |
close, handlePoolAdd, handlePoolModified, handlePoolRemove, open
public ObjectPoolServiceTracker(ObjectPoolTracker<S> poolTracker, String serviceId, ObjectPoolListener<S> listener)
protected void handleServiceAdded(S service, Dictionary<?,?> properties)
handleServiceAdded
in class AbstractObjectPoolServiceTracker<S>
protected void handleServiceModified(S service, Dictionary<?,?> properties)
handleServiceModified
in class AbstractObjectPoolServiceTracker<S>
protected void handleServiceRemoved(S service, Dictionary<?,?> properties)
handleServiceRemoved
in class AbstractObjectPoolServiceTracker<S>
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.