org.jclarion.clarion
Class AbstractThreaded

java.lang.Object
  extended by org.jclarion.clarion.AbstractThreaded
All Implemented Interfaces:
Threaded

public abstract class AbstractThreaded
extends java.lang.Object
implements Threaded


Nested Class Summary
static class AbstractThreaded.State
           
 
Constructor Summary
AbstractThreaded()
           
 
Method Summary
 java.lang.Object getThread()
           
 void initThread()
           
 boolean isThreaded()
           
protected  void lock(AbstractThreaded base, java.lang.Thread t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jclarion.clarion.Threaded
getLockedObject
 

Constructor Detail

AbstractThreaded

public AbstractThreaded()
Method Detail

getThread

public java.lang.Object getThread()

initThread

public void initThread()
Specified by:
initThread in interface Threaded

lock

protected void lock(AbstractThreaded base,
                    java.lang.Thread t)

isThreaded

public boolean isThreaded()
Specified by:
isThreaded in interface Threaded


Copyright © 2010. All Rights Reserved.