mx.udlap.kjGateway
Class KannelJMSGateway

java.lang.Object
  extended byjava.lang.Thread
      extended bymx.udlap.kjGateway.KannelJMSGateway
All Implemented Interfaces:
java.lang.Runnable

public class KannelJMSGateway
extends java.lang.Thread


Field Summary
static java.lang.String props_inBound
           
static java.lang.String props_JMSTransportClass
           
static java.lang.String props_outBound
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Method Summary
 KjReadingThread getInBoundThread()
           
 boolean getInBoundThreadOn()
           
 KannelBinding getKannelBind()
           
 KjWritingThread getOutBoundThread()
           
 boolean getOutBoundThreadOn()
           
 java.util.Properties getProperties()
           
static void main(java.lang.String[] args)
           
 void run()
           
 void setInBoundThread(KjReadingThread inBoundThread)
           
 void setInBoundThreadOn(boolean inBoundThreadOn)
           
 void setKannelBind(KannelBinding kannelBind)
           
 void setOutBoundThread(KjWritingThread outBoundThread)
           
 void setOutBoundThreadOn(boolean outBoundThreadOn)
           
 void setProperties(java.util.Properties properties)
           
 void terminate()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, 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
 

Field Detail

props_inBound

public static final java.lang.String props_inBound
See Also:
Constant Field Values

props_outBound

public static final java.lang.String props_outBound
See Also:
Constant Field Values

props_JMSTransportClass

public static final java.lang.String props_JMSTransportClass
See Also:
Constant Field Values
Method Detail

terminate

public void terminate()

run

public void run()

setProperties

public void setProperties(java.util.Properties properties)

setKannelBind

public void setKannelBind(KannelBinding kannelBind)

setOutBoundThread

public void setOutBoundThread(KjWritingThread outBoundThread)

setInBoundThread

public void setInBoundThread(KjReadingThread inBoundThread)

setInBoundThreadOn

public void setInBoundThreadOn(boolean inBoundThreadOn)

setOutBoundThreadOn

public void setOutBoundThreadOn(boolean outBoundThreadOn)

getInBoundThreadOn

public boolean getInBoundThreadOn()

getOutBoundThreadOn

public boolean getOutBoundThreadOn()

getOutBoundThread

public KjWritingThread getOutBoundThread()

getInBoundThread

public KjReadingThread getInBoundThread()

getProperties

public java.util.Properties getProperties()

getKannelBind

public KannelBinding getKannelBind()

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception