Uses of Class
com.ibm.carma.transport.NotSynchronizedException

Packages that use NotSynchronizedException
com.ibm.carma.model   
com.ibm.carma.transport   
com.ibm.carma.ui   
com.ibm.carma.ui.action   
com.ibm.carma.ui.action.custom   
com.ibm.carma.ui.job   
com.ibm.carma.ui.mapper   
 

Uses of NotSynchronizedException in com.ibm.carma.model
 

Methods in com.ibm.carma.model that throw NotSynchronizedException
 Action CustomActionAccepter.findActionFor(java.lang.String actionId)
          Returns the action associated with the given action Id.
 CARMAContent ResourceContainer.findResource(java.lang.String memberId, int depth)
          Find an instance of CARMA content referenced by the given member ID
 org.eclipse.emf.common.util.EList RepositoryManager.getActions()
          Returns the value of the 'Actions' containment reference list.
 org.eclipse.emf.common.util.EList ResourceContainer.getContainerContents()
          Returns the value of the 'Container Contents' containment reference list.
 org.eclipse.emf.common.util.EList RepositoryManager.getCustomActions()
          Returns the value of the 'Custom Actions' containment reference list.
 org.eclipse.emf.common.util.EList RepositoryManager.getFields()
          Returns the value of the 'Fields' containment reference list.
 org.eclipse.emf.common.util.EMap CARMAResource.getMemberInfoMap()
          Returns the value of the 'Member Info Map' map.
 org.eclipse.emf.common.util.EList RepositoryManager.getRepositoryInstances()
          Returns the value of the 'Repository Instances' containment reference list.
 org.eclipse.emf.common.util.EList CARMA.getRepositoryManagers()
          Returns the value of the 'Repository Managers' containment reference list.
 org.eclipse.emf.common.util.EList CARMAMember.getVersionHistory()
          Returns the value of the 'Version History' containment reference list.
 org.eclipse.emf.common.util.EList Filterable.resolveFilter(java.lang.String filter)
          Retrieve the cached copy of the child content associated with the given filter string.
 

Uses of NotSynchronizedException in com.ibm.carma.transport
 

Constructors in com.ibm.carma.transport with parameters of type NotSynchronizedException
NotSynchronizedException(java.lang.String message, java.lang.String memberId, java.lang.String name, NotSynchronizedException cause)
          Constructs a new NotSynchronizedException with the specified detail message, member identifier, member name, and cause.
 

Uses of NotSynchronizedException in com.ibm.carma.ui
 

Methods in com.ibm.carma.ui that throw NotSynchronizedException
static CARMAResource CarmaUtil.getCarmaResource(org.eclipse.core.resources.IResource resource)
          Deprecated. Migrated to ResourceUtils.getCarmaResource(Object) using adapters
 

Uses of NotSynchronizedException in com.ibm.carma.ui.action
 

Methods in com.ibm.carma.ui.action that throw NotSynchronizedException
 java.util.Collection<CARMAResource> CarmaObjectActionDelegate.getBasicSelectedCarmaResources()
          Same as getSelectedCarmaResources() except that it does not catch and handle with a dialog NotSynchronizedExceptions, but instead hands them back to the caller
 

Uses of NotSynchronizedException in com.ibm.carma.ui.action.custom
 

Methods in com.ibm.carma.ui.action.custom that throw NotSynchronizedException
static java.lang.Object[] CustomActionUtil.getCustomParameters(CustomActionAccepter resource, java.lang.String actionId)
          This method will do all that is necessary to get the correct custom action parameters.
 java.lang.Object[] CustomActionParameterManager.getCustomParameters(CustomActionAccepter resource, java.lang.String actionId)
          This will return the correct customer parameters for the given action on the given resource.
static java.lang.Object[] CustomActionUtil.getCustomParametersForTask(CarmaTaskMemento memento, CustomActionAccepter resource, java.lang.String actionId)
          This method should be used to get the custom parameters inside a task.
 boolean CustomActionParameterManager.isPromptNeeded(CustomActionAccepter resource, java.lang.String actionId)
           
 

Uses of NotSynchronizedException in com.ibm.carma.ui.job
 

Methods in com.ibm.carma.ui.job that throw NotSynchronizedException
 CARMAReturn UnlockJob.performCommand(CARMAContent resource, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 CARMAReturn LockJob.performCommand(CARMAContent resource, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 CARMAReturn CheckoutJob.performCommand(CARMAContent resource, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 CARMAReturn CheckinJob.performCommand(CARMAContent resource, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 CARMAReturn CustomActionJob.performCommand(T resource, org.eclipse.core.runtime.IProgressMonitor monitor)
          By default this method calls the generic perform command action, but can be overriden to call any method on the passed CARMA Resource
 

Uses of NotSynchronizedException in com.ibm.carma.ui.mapper
 

Methods in com.ibm.carma.ui.mapper that throw NotSynchronizedException
 CARMAResource ICARMAResourceReference.getCarmaResource()
          Retrieves the CARMA resource associated with the reference.