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

Quick Search    Search Deep

com.k_int.OpenRequest.test.isoill.actions
Class HandleILLind  view HandleILLind download HandleILLind.java

java.lang.Object
  extended bycom.k_int.OpenRequest.api.AbstractMessageHandler
      extended bycom.k_int.OpenRequest.test.isoill.actions.HandleILLind

public class HandleILLind
extends com.k_int.OpenRequest.api.AbstractMessageHandler


Field Summary
private static LoggingContext cat
           
 
Constructor Summary
HandleILLind()
           
 
Method Summary
 java.lang.Object handle(java.lang.String event, java.lang.Object message, com.k_int.OpenRequest.api.MessageHandlerContext ctx)
          Handle an incoming ISO 10161 indication event sent to a test location.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cat

private static LoggingContext cat
Constructor Detail

HandleILLind

public HandleILLind()
Method Detail

handle

public java.lang.Object handle(java.lang.String event,
                               java.lang.Object message,
                               com.k_int.OpenRequest.api.MessageHandlerContext ctx)
                        throws com.k_int.OpenRequest.api.MessageHandlerException
Handle an incoming ISO 10161 indication event sent to a test location. Where possible, this handler should auto-respond to the incoming PDU if the test case begin run is known and the next step is also known. Preconditions: message parameter can be cast into the class expected by this handler (ILLMessageEnvelope). Postconditions: