public interface ManageableObjectPool<S> extends ObjectPool<S>
OBJECT_POOL_CLASS
Modifier and Type | Method and Description |
---|---|
void |
addService(String id,
S service,
Dictionary<?,?> properties) |
void |
modifyService(String id,
S service,
Dictionary<?,?> properties) |
void |
removeService(String id,
S service) |
addListener, addListener, removeListener, removeListener
void addService(String id, S service, Dictionary<?,?> properties)
void modifyService(String id, S service, Dictionary<?,?> properties)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.