public abstract class PerInstanceService<T>
extends java.lang.Object
Constructor and Description |
---|
PerInstanceService() |
Modifier and Type | Method and Description |
---|---|
protected abstract T |
createService(Instance instance) |
T |
getService(Instance instance) |
T |
getService(java.lang.String instanceName) |