com.instantbank.servicing.control.ejb.handlers
Class ParmLevel2ValuesHandler

java.lang.Object
  |
  +--com.instantbank.servicing.control.ejb.handlers.StateHandlerSupport
        |
        +--com.instantbank.servicing.control.ejb.handlers.ParmLevel2ValuesHandler
All Implemented Interfaces:
java.io.Serializable, StateHandler

public class ParmLevel2ValuesHandler
extends StateHandlerSupport

Parameter Level 2 values usecase: handler of user requests in the Services layer

Author:
Instant-bank (Roberto Contreras)
See Also:
Serialized Form

Field Summary
private  Debug debug
           
 
Fields inherited from class com.instantbank.servicing.control.ejb.handlers.StateHandlerSupport
machine
 
Constructor Summary
ParmLevel2ValuesHandler()
           
 
Method Summary
 java.lang.Object perform(ServicingEvent event)
          Principal method that process a user request invoking Model EJBs methods
 
Methods inherited from class com.instantbank.servicing.control.ejb.handlers.StateHandlerSupport
doEnd, doStart, init
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

debug

private Debug debug
Constructor Detail

ParmLevel2ValuesHandler

public ParmLevel2ValuesHandler()
Method Detail

perform

public java.lang.Object perform(ServicingEvent event)
                         throws ServicingEventException
Principal method that process a user request invoking Model EJBs methods
Overrides:
perform in class StateHandlerSupport
Parameters:
event - request data
Returns:
answer to request
Throws:
ServicingEventException -