Class ServiceRecord
java.lang.Object
org.apache.derby.impl.services.daemon.ServiceRecord
wrapper class for basic daemon's clients
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Serviceable
private final boolean
private boolean
(package private) final boolean
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
client
-
onDemandOnly
private final boolean onDemandOnly -
subscriber
final boolean subscriber -
serviceRequest
private boolean serviceRequest
-
-
Constructor Details
-
ServiceRecord
ServiceRecord(Serviceable client, boolean onDemandOnly, boolean subscriber)
-
-
Method Details
-
serviced
final void serviced() -
needImmediateService
final boolean needImmediateService() -
needService
final boolean needService() -
called
final void called()
-