org.apache.commons.pipeline.server
Class PipelineService

java.lang.Object
  extended by java.lang.Thread
      extended by org.apache.commons.pipeline.server.PipelineService
All Implemented Interfaces:
Runnable

public class PipelineService
extends Thread


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
PipelineService()
          Creates a new instance of PipelineService
 
Method Summary
 long getServiceInterval()
          Getter for property serviceInterval.
 void run()
           
 void setServiceInterval(long serviceInterval)
          Setter for property serviceInterval.
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PipelineService

public PipelineService()
Creates a new instance of PipelineService

Method Detail

getServiceInterval

public long getServiceInterval()
Getter for property serviceInterval.

Returns:
Value of property serviceInterval.

setServiceInterval

public void setServiceInterval(long serviceInterval)
Setter for property serviceInterval.

Parameters:
serviceInterval - New value of property serviceInterval.

run

public void run()
Specified by:
run in interface Runnable
Overrides:
run in class Thread


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.