Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.apache.derby.iapi.services.daemon.Serviceable

Uses of Serviceable in org.apache.derby.iapi.services.daemon
 

Methods in org.apache.derby.iapi.services.daemon with parameters of type Serviceable
 int DaemonService.subscribe(Serviceable newClient, boolean onDemandOnly)
          Add a new client that this daemon needs to service
 boolean DaemonService.enqueue(Serviceable newClient, boolean serviceNow)
          Request a one time service from the Daemon.