com.irisel.oms.guiom.control
Class BusinessDelegate

java.lang.Object
  extended by com.irisel.oms.guiom.control.BusinessDelegate
All Implemented Interfaces:
OMSEventListener, java.util.EventListener
Direct Known Subclasses:
RPCDelegate

public class BusinessDelegate
extends java.lang.Object
implements OMSEventListener


Field Summary
static int SVC_EXEC_ERROR
           
static int SVC_EXEC_OK
           
static int SVC_FOUND
           
static int SVC_NOT_FOUND
           
 
Constructor Summary
BusinessDelegate()
           
 
Method Summary
 Svc findSvc(OMSEvent e)
           
 Svc findSvc(java.lang.String action, java.lang.String focusClass)
           
 java.lang.String onEvent(OMSEvent e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SVC_NOT_FOUND

public static final int SVC_NOT_FOUND
See Also:
Constant Field Values

SVC_FOUND

public static final int SVC_FOUND
See Also:
Constant Field Values

SVC_EXEC_OK

public static final int SVC_EXEC_OK
See Also:
Constant Field Values

SVC_EXEC_ERROR

public static final int SVC_EXEC_ERROR
See Also:
Constant Field Values
Constructor Detail

BusinessDelegate

public BusinessDelegate()
Method Detail

findSvc

public Svc findSvc(java.lang.String action,
                   java.lang.String focusClass)
            throws ServiceNotFoundException
Throws:
ServiceNotFoundException

onEvent

public java.lang.String onEvent(OMSEvent e)
                         throws java.lang.Exception
Specified by:
onEvent in interface OMSEventListener
Throws:
java.lang.Exception

findSvc

public Svc findSvc(OMSEvent e)
            throws ServiceNotFoundException
Throws:
ServiceNotFoundException