com.ibm.premises.reusable.validation
Interface Validation
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
public interface Validation
- extends javax.ejb.EJBObject
Remote interface for Enterprise Bean: Validation
Method Summary |
boolean |
validate(java.lang.String event_xml)
|
boolean |
validateEvent(com.ibm.sensorevent.model.ISensorEvent event)
|
boolean |
validateMap(java.util.Map event_map)
|
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
validateEvent
boolean validateEvent(com.ibm.sensorevent.model.ISensorEvent event)
throws java.rmi.RemoteException
- Parameters:
event
-
- Returns:
-
- Throws:
java.rmi.RemoteException
validate
boolean validate(java.lang.String event_xml)
throws java.rmi.RemoteException
- Parameters:
event_xml
-
- Throws:
java.rmi.RemoteException
validateMap
boolean validateMap(java.util.Map event_map)
throws java.rmi.RemoteException
- Parameters:
event_map
-
- Throws:
java.rmi.RemoteException