Class NoopSharedResource

java.lang.Object
com.yahoo.jdisc.NoopSharedResource
All Implemented Interfaces:
SharedResource
Direct Known Subclasses:
NonWorkingClientProvider, NonWorkingRequestHandler, NonWorkingServerProvider

public class NoopSharedResource extends Object implements SharedResource
An implementation of SharedResource that does not do anything. Useful base class for e.g. mocks of SharedResource sub-interfaces, where reference counting is not the focus.
Author:
bakksjo