Uses of Interface
com.ibm.carma.model.CARMA

Packages that use CARMA
com.ibm.carma   
com.ibm.carma.model   
com.ibm.carma.model.util   
com.ibm.carma.ui   
com.ibm.carma.ui.dialog   
com.ibm.carma.ui.view   
com.ibm.carma.ui.view.fields   
 

Uses of CARMA in com.ibm.carma
 

Methods in com.ibm.carma that return CARMA
 CARMA CARMASystemFactory.getCARMAInstance(java.lang.String identifier)
          Return a new CARMA connection object associated with the default transport layer using default connection properties.
 CARMA CARMASystemFactory.getCARMAInstance(java.lang.String identifier, java.util.Map<java.lang.String,?> connectionProperties)
          Return a new CARMA connection object associated with the default transport layer using the given connection properties.
 CARMA CARMASystemFactory.getCARMAInstance(java.lang.String identifier, java.lang.String backendId, java.util.Map<java.lang.String,?> connectionProperties)
          Return a new CARMA connection object associated with the transport layer identified by the given backendId and using the given connection properties.
 

Uses of CARMA in com.ibm.carma.model
 

Methods in com.ibm.carma.model that return CARMA
 CARMA ModelFactory.createCARMA()
          Returns a new object of class 'CARMA'.
 CARMA ModelFactory.createCARMA(java.lang.String identifier, java.lang.String backendId, java.util.Map<java.lang.String,?> connectionProperties)
          Returns a new object of class 'CARMA'.
 CARMA RepositoryManager.getCARMA()
          Returns the value of the 'CARMA' container reference.
 CARMA CARMAResource.getCARMA()
          Returns the CARMA connection manager associated with the CARMA resource
 

Uses of CARMA in com.ibm.carma.model.util
 

Methods in com.ibm.carma.model.util with parameters of type CARMA
 java.lang.Object ModelSwitch.caseCARMA(CARMA object)
          Returns the result of interpretting the object as an instance of 'CARMA'.
 void ConnectionStateListener.connectionStateChanged(CARMA carma)
          Notification method to indicate that the connected status of the given CARMA connection has changed
 

Uses of CARMA in com.ibm.carma.ui
 

Methods in com.ibm.carma.ui that return CARMA
 CARMA CarmaRegistry.getCarma(java.lang.String name)
          Method used to retrieve a specific CARMA by name
 CARMA[] CarmaRegistry.getCarmas()
          Used to get a List of CARMAs in the CarmaRegistry
 

Methods in com.ibm.carma.ui with parameters of type CARMA
 void CarmaRegistry.addCarma(CARMA carma)
          Add carma to the CarmaRegistry.
 void CarmaRegistryListener.carmaAdded(CarmaRegistry registry, CARMA carma)
          This method will be called by CarmaRegistry when a CARMA is added to CarmaRegistry.
 void CarmaRegistryListener.carmaRemoved(CarmaRegistry registry, CARMA carma)
          This method will be called by CarmaRegistry when a CARMA is removed from CarmaRegistry.
 void CarmaRegistry.removeCarma(CARMA carma)
          Remove carma from the CarmaRegistry.
 

Uses of CARMA in com.ibm.carma.ui.dialog
 

Methods in com.ibm.carma.ui.dialog with parameters of type CARMA
static boolean CarmaConnectDialog.connectCarma(org.eclipse.swt.widgets.Shell parentShell, CARMA carma)
          Will connect carma if it is disconnected.
 

Uses of CARMA in com.ibm.carma.ui.view
 

Methods in com.ibm.carma.ui.view with parameters of type CARMA
 void CarmaTreeContentProvider.carmaAdded(CarmaRegistry registry, CARMA carma)
           
 void CarmaTreeContentProvider.carmaRemoved(CarmaRegistry registry, CARMA carma)
           
 

Uses of CARMA in com.ibm.carma.ui.view.fields
 

Methods in com.ibm.carma.ui.view.fields with parameters of type CARMA
 void FrameInputRemovalListener.carmaAdded(CarmaRegistry registry, CARMA carma)
           
 void FrameInputRemovalListener.carmaRemoved(CarmaRegistry registry, CARMA carma)