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

java.lang.Object
  extended byorg.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
(package private) 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 Mon 2007-06-04 09:58:47+0400, from revision ???

Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.