genDevs.devsBridge.translator
Class MsgEntityConstr
java.lang.Object
genDevs.devsBridge.translator.MsgEntityConstr
public class MsgEntityConstr
- extends java.lang.Object
Method Summary |
static devsBridge.MsgEntity |
constructDoubleMsg(org.omg.CORBA.ORB orb,
java.lang.String port,
double content)
|
static devsBridge.MsgEntity |
constructIntMsg(org.omg.CORBA.ORB orb,
java.lang.String port,
int content)
|
static devsBridge.MsgEntity |
constructStringMsg(org.omg.CORBA.ORB orb,
java.lang.String port,
java.lang.String content)
|
static double |
getDouble(devsBridge.MsgEntity msg)
|
static int |
getInt(devsBridge.MsgEntity msg)
|
static java.lang.String |
getString(devsBridge.MsgEntity msg)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MsgEntityConstr
public MsgEntityConstr()
constructStringMsg
public static devsBridge.MsgEntity constructStringMsg(org.omg.CORBA.ORB orb,
java.lang.String port,
java.lang.String content)
constructDoubleMsg
public static devsBridge.MsgEntity constructDoubleMsg(org.omg.CORBA.ORB orb,
java.lang.String port,
double content)
constructIntMsg
public static devsBridge.MsgEntity constructIntMsg(org.omg.CORBA.ORB orb,
java.lang.String port,
int content)
getString
public static java.lang.String getString(devsBridge.MsgEntity msg)
getDouble
public static double getDouble(devsBridge.MsgEntity msg)
getInt
public static int getInt(devsBridge.MsgEntity msg)