org.apache.derby.impl.services.daemon
Class ServiceRecord

java.lang.Object
  extended by org.apache.derby.impl.services.daemon.ServiceRecord

 class ServiceRecord
extends java.lang.Object

wrapper class for basic daemon's clients


Field Summary
(package private)  Serviceable client
           
private  boolean onDemandOnly
           
private  boolean serviceRequest
           
(package private)  boolean subscriber
           
 
Constructor Summary
ServiceRecord(Serviceable client, boolean onDemandOnly, boolean subscriber)
           
 
Method Summary
(package private)  void called()
           
(package private)  boolean needImmediateService()
           
(package private)  boolean needService()
           
(package private)  void serviced()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

client

final Serviceable client

onDemandOnly

private final boolean onDemandOnly

subscriber

final boolean subscriber

serviceRequest

private boolean serviceRequest
Constructor Detail

ServiceRecord

ServiceRecord(Serviceable client,
              boolean onDemandOnly,
              boolean subscriber)
Method Detail

serviced

final void serviced()

needImmediateService

final boolean needImmediateService()

needService

final boolean needService()

called

final void called()

Built on Thu 2011-03-10 11:54:14+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.