|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PonderTalkInterface
Interface for sending PonderTalk to the SMC. Retruns the result as a string if it is sucessful otherwise it throws a RemoteException
Method Summary | |
---|---|
java.lang.String |
compile(java.lang.String ponderTalk)
Takes a PonderTalk string and compiles it to internal XML. |
java.lang.String |
execute(java.lang.String ponderTalk)
Takes a PonderTalk string, compiles and executes it. |
java.lang.String |
executeXML(java.lang.String xml)
Takes a Ponder2 internal XML execution structure as a string, executes it and returns the result as a string. |
Method Detail |
---|
java.lang.String execute(java.lang.String ponderTalk) throws java.rmi.RemoteException
ponderTalk
- a string containing one or more PonderTalk statements separated
by full-stops (periods).
java.rmi.RemoteException
- if something goes wrongjava.lang.String compile(java.lang.String ponderTalk) throws java.rmi.RemoteException
ponderTalk
- a string containing one or more PonderTalk statements separated
by full-stops (periods).
java.rmi.RemoteException
- if something goes wrongjava.lang.String executeXML(java.lang.String xml) throws java.rmi.RemoteException
xml
- a string containing a single XML structure to be executed
java.rmi.RemoteException
- if something goes wrong
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |