mx.udlap.kjGateway
Class SimpleService

java.lang.Object
  extended bymx.udlap.kjGateway.SimpleService

public class SimpleService
extends java.lang.Object


Field Summary
static java.lang.String prop_ContentFile
           
 
Constructor Summary
SimpleService(java.util.Properties props)
           
 
Method Summary
static void main(java.lang.String[] arg)
           
 void onMessage(Message parMessage)
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prop_ContentFile

public static final java.lang.String prop_ContentFile
See Also:
Constant Field Values
Constructor Detail

SimpleService

public SimpleService(java.util.Properties props)
              throws javax.naming.NamingException,
                     JMSException
Method Detail

start

public void start()

onMessage

public void onMessage(Message parMessage)

main

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