public interface ParserServiceRemote extends java.rmi.Remote, ServiceRemote
Modifier and Type | Method and Description |
---|---|
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, restart
void parse(java.lang.String str, MboRemote mbo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
int getNodeDataType(java.lang.String str) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
int getNodeDataType(java.lang.String str, MboRemote mbo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
boolean getBoolean(java.lang.String str, MboRemote mbo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
java.lang.String getString(java.lang.String str, MboRemote mbo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
double getDouble(java.lang.String str, MboRemote mbo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
int getInt(java.lang.String str, MboRemote mbo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
java.util.Date getDate(java.lang.String str, MboRemote mbo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
java.lang.String nodeString(java.lang.String str) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException