|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.folt.rpc.messages.ReturnOpenTMSDataSources
public class ReturnOpenTMSDataSources
| Constructor Summary | |
|---|---|
ReturnOpenTMSDataSources()
|
|
| Method Summary | |
|---|---|
java.util.Vector |
execute(java.util.Hashtable message)
ReturnOpenTMSDataSources returns a list of OpenTMS data sources. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReturnOpenTMSDataSources()
| Method Detail |
|---|
public java.util.Vector execute(java.util.Hashtable message)
dataModel - either TMX or TBX or ALL depending on the data sources to be returned
It returns:
com.araya.OpenTMS.Interface.runReturnDBs(message);
The result is vector of length number of data sources + 1
the description of single data sources looks like that:
String value = "TBX|" + name + "|" + user + "|" + password + "|" + type + "|" + server + "|" + port; or
String value = "TMX|" + name + "|" + user + "|" + password + "|" + type + "|" + server + "|" + port;
or
vec.add("1");
vec.add(ex.getMessage());
execute in interface RPCMessagemessage - a hash table containing the message specific parameters
RPCMessage.execute(java.util.Hashtable)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||