public interface ParserServiceRemote extends java.rmi.Remote, ServiceRemote
| Modifier and Type | Method and Description |
|---|---|
void |
checkSqlInjection(java.lang.String where)
Checks if where clause includes ";" with sql injection statement.
|
boolean |
getBoolean(java.lang.String str,
MboRemote mbo)
Parse the string and returns its evaluated value as a boolean.
|
java.util.Date |
getDate(java.lang.String str,
MboRemote mbo)
Parse the string and returns its evaluated value as a DateTime.
|
double |
getDouble(java.lang.String str,
MboRemote mbo)
Parse the string and returns its evaluated value as a double.
|
int |
getInt(java.lang.String str,
MboRemote mbo)
Parse the string and returns its evaluated value as a int.
|
int |
getNodeDataType(java.lang.String str)
Returns the data type of the expression.
|
int |
getNodeDataType(java.lang.String str,
MboRemote mbo)
Returns the data type of the expression based on a Mbo.
|
java.lang.String |
getString(java.lang.String str,
MboRemote mbo)
Parse the string and returns its evaluated value as a String.
|
java.lang.String |
nodeString(java.lang.String str)
Prints the tree nodes.
|
void |
parse(java.lang.String str,
MboRemote mbo)
Parse the string.
|
getName, getURL, isAppService, isSingletonService, restartvoid parse(java.lang.String str,
MboRemote mbo)
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionint getNodeDataType(java.lang.String str)
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionint getNodeDataType(java.lang.String str,
MboRemote mbo)
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionboolean getBoolean(java.lang.String str,
MboRemote mbo)
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionjava.lang.String getString(java.lang.String str,
MboRemote mbo)
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptiondouble getDouble(java.lang.String str,
MboRemote mbo)
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionint getInt(java.lang.String str,
MboRemote mbo)
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionjava.util.Date getDate(java.lang.String str,
MboRemote mbo)
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionjava.lang.String nodeString(java.lang.String str)
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionvoid checkSqlInjection(java.lang.String where)
throws MXApplicationException,
java.rmi.RemoteException
MXApplicationExceptionjava.rmi.RemoteException