public class BusinessDelegate extends java.lang.Object implements OMSEventListener
Modifier and Type | Field and Description |
---|---|
static int |
SVC_EXEC_ERROR |
static int |
SVC_EXEC_OK |
static int |
SVC_FOUND |
static int |
SVC_NOT_FOUND |
Constructor and Description |
---|
BusinessDelegate() |
Modifier and Type | Method and Description |
---|---|
Svc |
findSvc(OMSEvent e) |
Svc |
findSvc(java.lang.String action,
java.lang.String focusClass) |
java.lang.String |
onEvent(OMSEvent e) |
public static final int SVC_NOT_FOUND
public static final int SVC_FOUND
public static final int SVC_EXEC_OK
public static final int SVC_EXEC_ERROR
public Svc findSvc(java.lang.String action, java.lang.String focusClass) throws ServiceNotFoundException
ServiceNotFoundException
public java.lang.String onEvent(OMSEvent e) throws java.lang.Exception
onEvent
in interface OMSEventListener
java.lang.Exception
public Svc findSvc(OMSEvent e) throws ServiceNotFoundException
ServiceNotFoundException