Uses of Interface
com.telelogic.rhapsody.core.IRPApplication

Uses of IRPApplication in com.telelogic.rhapsody.core
 

Methods in com.telelogic.rhapsody.core that return IRPApplication
static IRPApplication RhapsodyAppServer.actualCreateRhapsodyApplicationDllServer()
          For internal use only.
static IRPApplication RhapsodyAppServer.actualCreateUninitializedRhapsodyApplicationDllServer()
          For internal use only.
static IRPApplication RhapsodyAppServer.attachToRhapsodyApplication(long nativeRhapsodyApp)
          For internal use only.
static IRPApplication RhapsodyAppServer.createRhapsodyApplication()
          Creates a new instance of Rhapsody and provides access to it.
static IRPApplication RhapsodyAppServer.createRhapsodyApplicationDllServer()
          For internal use only.
static IRPApplication RhapsodyAppServer.createUninitializedRhapsodyApplicationDllServer()
          For internal use only.
static IRPApplication RhapsodyAppServer.getActiveRhapsodyApplication()
          Accesses the currently running instance of Rhapsody.
static IRPApplication RhapsodyAppServer.getActiveRhapsodyApplicationByID(java.lang.String serverName)
          Accesses the instance of Rhapsody that is registered in the ROT (Running Object Table) with the specified ID.
 IRPApplication IRPRhapsodyServer.getApplication()
          getApplication
 IRPApplication IRPRhapsodyServer.getHiddenApplication()
          getHiddenApplication
 IRPApplication IRPRhapsodyServer.getUninitializedApplication()
          getUninitializedApplication
 

Methods in com.telelogic.rhapsody.core with parameters of type IRPApplication
 boolean RPApplicationListener.connect(IRPApplication connectionPoint)
           
 boolean RPRTCListener.connect(IRPApplication connectionPoint)
           
protected static void RhapsodyAppServer.createJavaPluginManager(IRPApplication rhpApp)
          For internal use only.
 void IRPRhapsodyServer.initializeApplication(IRPApplication pVal)
          initializeApplication
static void RhapsodyAppServer.initializeRhapsodyApplicationDllServer(IRPApplication rhpApp)
          For internal use only.
static boolean RhapsodyAppServer.registerAsActiveObject(IRPApplication app)
          For internal use only.
abstract  void RPUserPlugin.RhpPluginInit(IRPApplication rpyApplication)
           
 int IRPInternalOEMPlugin.rhpPluginSetApplication(IRPApplication pRPApp)
          Sets the IRPApplication of the plugin
static boolean RhapsodyAppServer.unRegisterAsActiveObject(IRPApplication app)
          For internal use only.