Uses of Class
genDevs.devsBridge.ORBHelper.ORBInfo

Packages that use ORBHelper.ORBInfo
genDevs.devsBridge Adapting DevsJava to the DevsBridge. 
genDevs.devsBridge.factory Classes for creating DevsJava implementation of DevsInterface models via factories. 
genDevs.devsBridge.proxy Wrapping DevsInterface models to act as native DevsJava atomic models. 
simpArc.devsBridge Example initializeable models and Publication via an DevsFactory. 
 

Uses of ORBHelper.ORBInfo in genDevs.devsBridge
 

Fields in genDevs.devsBridge declared as ORBHelper.ORBInfo
(package private)  ORBHelper.ORBInfo vbProcTest.orbInfo
           
(package private)  ORBHelper.ORBInfo corbaTest.orbInfo
           
(package private)  ORBHelper.ORBInfo atomicDevsTest.orbInfo
           
 

Methods in genDevs.devsBridge that return ORBHelper.ORBInfo
static ORBHelper.ORBInfo ORBHelper.initOrb(java.lang.String[] args, int defaultPort)
          create and initialize the ORB, initial port 2809, if no other specified
 

Methods in genDevs.devsBridge with parameters of type ORBHelper.ORBInfo
static org.omg.CORBA.Object ORBHelper.resolveObjectByNaming(ORBHelper.ORBInfo orbInfo, java.lang.String name)
           
 

Uses of ORBHelper.ORBInfo in genDevs.devsBridge.factory
 

Fields in genDevs.devsBridge.factory declared as ORBHelper.ORBInfo
protected static ORBHelper.ORBInfo TradingDevsFactoryPublisher.oInfo
           
protected  ORBHelper.ORBInfo DevsFactoryServer.orbInfo
          references to ORB and POA
protected  ORBHelper.ORBInfo DevsFactoryBroker.orbInfo
          references to ORB and POA
 

Methods in genDevs.devsBridge.factory with parameters of type ORBHelper.ORBInfo
protected static void TradingDevsFactoryPublisher.createServiceType(ORBHelper.ORBInfo orbInfo, CosTradingRepos.ServiceTypeRepository stRes, java.lang.String serverTypeName)
           
static devsBridge.TradingDevsFactory TradingDevsFactoryPublisher.createTradingFactoryStub(ORBHelper.ORBInfo orbInfo, devsBridge.TradingDevsFactoryOperations impl)
           
protected static CosTrading.Lookup TradingDevsFactoryPublisher.getLookup(ORBHelper.ORBInfo orbInfo)
           
protected static void DevsFactoryServer.invokeFactory(ORBHelper.ORBInfo orbInfo, DevsFactoryServer impl, java.lang.String factoryName, java.lang.String[] args)
          Starts the given implementation of a DevsFactoryServer within given orbInfo and given command line arguments.
static void TradingDevsFactoryPublisher.modifyActiveModelsCnt(ORBHelper.ORBInfo orbInfo, java.lang.String offerId, int newCnt)
           
static java.lang.String TradingDevsFactoryPublisher.publishTradingFactory(ORBHelper.ORBInfo orbInfo, devsBridge.TradingDevsFactory stub)
           
static java.lang.String TradingDevsFactoryPublisher.publishTradingFactory(ORBHelper.ORBInfo orbInfo, devsBridge.TradingDevsFactoryOperations impl)
           
static void TradingDevsFactoryPublisher.withDrawFactory(ORBHelper.ORBInfo orbInfo, java.lang.String offerId)
           
 

Constructors in genDevs.devsBridge.factory with parameters of type ORBHelper.ORBInfo
DevsFactoryBroker(ORBHelper.ORBInfo orbInfo)
          Constructor.
DevsFactoryServer(ORBHelper.ORBInfo orbInfo)
          Constructor.
TradingDevsFactoryPublisher(ORBHelper.ORBInfo orbInfo)
           
 

Uses of ORBHelper.ORBInfo in genDevs.devsBridge.proxy
 

Fields in genDevs.devsBridge.proxy declared as ORBHelper.ORBInfo
protected  ORBHelper.ORBInfo InitializableAtomicCorbaFactory.orbInfo
           
 

Constructors in genDevs.devsBridge.proxy with parameters of type ORBHelper.ORBInfo
InitializableAtomicCorbaFactory(ORBHelper.ORBInfo orbInfo, java.lang.String host, int port, java.lang.String factoryName, java.lang.String modelName, java.lang.String translatorName, int timeoutHours, java.lang.String name, MessageTranslator trans, java.lang.String params)
          constructs a new proxy for the DevsModel obtained from the factory
InitializableAtomicCorbaFactory(ORBHelper.ORBInfo orbInfo, java.lang.String corbaLoc, java.lang.String modelName, java.lang.String translatorName, int timeoutHours, java.lang.String name, MessageTranslator trans, java.lang.String params)
          constructs a new proxy for the DevsModel obtained from the factory
 

Uses of ORBHelper.ORBInfo in simpArc.devsBridge
 

Constructors in simpArc.devsBridge with parameters of type ORBHelper.ORBInfo
SimpArcFactoryServer(ORBHelper.ORBInfo orbInfo)