com.irisel.oms.guiom.control
Class BusinessDelegate
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
BusinessDelegate
public BusinessDelegate()
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