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

Packages that use NotConnectedException
com.ibm.carma.model   
com.ibm.carma.transport   
com.ibm.carma.ui.job   
com.ibm.carma.ui.mapper   
 

Uses of NotConnectedException in com.ibm.carma.model
 

Methods in com.ibm.carma.model that throw NotConnectedException
 CARMAReturn Managed.checkin(org.eclipse.core.runtime.IProgressMonitor pm, java.lang.Object[] parameters)
          Marks the resource as checked-in, making the resource readable for all users The checkin action specification can be located using the CustomActionAccepter.findActionFor(String) method and inspecting the action object returned.
 CARMAReturn Managed.checkout(org.eclipse.core.runtime.IProgressMonitor pm, java.lang.Object[] parameters)
          Marks the resource as checked-out, marking the resource as read-only for all users but the user that checked-out the file The checkin action specification can be located using the CustomActionAccepter.findActionFor(String) method and inspecting the action object returned.
 void RepositoryManager.connect(org.eclipse.core.runtime.IProgressMonitor pm, java.lang.Object[] parameters)
          Loads and connects to the repository manager, activating the repository manager connection.
 CARMAReturn Movable.copy(org.eclipse.core.runtime.IProgressMonitor pm, ResourceContainer parent, java.lang.Object[] parameters)
          Copys the resource to another location in the CARMA system.
 CARMAReturn CARMAMember.copyFromExternal(org.eclipse.core.runtime.IProgressMonitor pm, java.lang.String remoteLocation, java.lang.Object[] parameters)
           
 CARMAReturn CARMAMember.copyToExternal(org.eclipse.core.runtime.IProgressMonitor pm, java.lang.String remoteLocation, java.lang.Object[] parameters)
           
 CARMAContainer ResourceContainer.createContainer(org.eclipse.core.runtime.IProgressMonitor pm, java.lang.String newContainerName, java.lang.Object[] parameters)
          Send the "createContainer" command to the RAM on the host.
 CARMAMember ResourceContainer.createMember(org.eclipse.core.runtime.IProgressMonitor pm, java.lang.String newMemberName, java.lang.Object[] parameters)
          Send the "createMember" command to the RAM on the host.
 CARMAMember ResourceContainer.createMemberWithContents(org.eclipse.core.runtime.IProgressMonitor pm, java.lang.String newMemberName, java.io.InputStream fileStream, java.lang.String encoding, java.lang.Boolean isBinary, java.lang.Object[] parameters)
          Send the "createMember" command to the RAM on the host and initialize the contents to the given filestream.
 CARMAReturn CARMAResource.delete(org.eclipse.core.runtime.IProgressMonitor pm, boolean force, java.lang.Object[] parameters)
          Removes the CARMA Resource from the CARMA content hierarchy
 CARMAReturn CARMAResource.delete(org.eclipse.core.runtime.IProgressMonitor pm, java.lang.Object[] parameters)
          Removes the CARMA Resource from the CARMA content hierarchy with the force option set to false
 FileReturn CARMAMember.getMemberContents(org.eclipse.core.runtime.IProgressMonitor pm, java.lang.Object[] parameters)
           
 java.lang.String CARMAResource.getMemberInfo(org.eclipse.core.runtime.IProgressMonitor pm, java.lang.String key, java.lang.Object[] parameters)
          Retrieves a specific piece of member information (meta-data) from the host relating to the CARMA resource.
 CARMAReturn Managed.lock(org.eclipse.core.runtime.IProgressMonitor pm, java.lang.Object[] parameters)
          Locks the resource, marking the resource as read-only for all users but the locking user The lock action specification can be located using the CustomActionAccepter.findActionFor(String) method and inspecting the action object returned.
 CARMAReturn Movable.move(org.eclipse.core.runtime.IProgressMonitor pm, ResourceContainer parent, java.lang.Object[] parameters)
          Moves the resource to another location in the CARMA system.
 CARMAReturn CustomActionAccepter.performAction(org.eclipse.core.runtime.IProgressMonitor pm, java.lang.String actionId, java.lang.Object[] parameters)
          Issues a custom command on the content that is to be sent to the CARMA host.
 void CARMA.refresh(org.eclipse.core.runtime.IProgressMonitor pm)
           
 CARMAReturn Filterable.refresh(org.eclipse.core.runtime.IProgressMonitor pm, int depth, boolean sendNotification, java.lang.Object[] parameters)
          Refreshes/updates the cached copy of the content information from the host The refresh action specification can be located using the CustomActionAccepter.findActionFor(String) method and inspecting the action object returned.
 CARMAReturn Filterable.refresh(org.eclipse.core.runtime.IProgressMonitor pm, java.lang.String filter, int depth, boolean sendNotification, java.lang.Object[] parameters)
          Refreshes/updates the cached copy of the content information from the host using the given filter string.
 void RepositoryManager.refreshConfiguration(org.eclipse.core.runtime.IProgressMonitor pm, boolean sendNotification)
          Refreshes the custom action and field configuration for the Repository Manager.
 void CARMAResource.refreshMemberInfo(org.eclipse.core.runtime.IProgressMonitor pm, boolean sendNotification, java.lang.Object[] parameters)
          Updates the list of member information (meta-data) for all information relating to the CARMA resource on the host.
 void CARMAResource.refreshRAMFileExtension(org.eclipse.core.runtime.IProgressMonitor pm, java.lang.Object[] parameters)
          Updates the file extension member information (meta-data) for the CARMA resource by querying the RAM for the file extension key on the host.
 CARMAReturn CARMAMember.refreshVersionHistory(org.eclipse.core.runtime.IProgressMonitor pm, boolean sendNotification, java.lang.Object[] parameters)
           
 CARMAReturn CARMAMember.refreshVersionHistoryWithMemberInfo(org.eclipse.core.runtime.IProgressMonitor pm, boolean sendNotification, java.lang.String[] keys, java.lang.Object[] parameters)
           
 CARMAReturn Filterable.refreshWithAllMemberInfo(org.eclipse.core.runtime.IProgressMonitor pm, java.lang.String filter, int depth, boolean sendNotification, java.lang.Object[] parameters)
          Refreshes/updates the cached copy of the content information from the host using the given filter string.
 CARMAReturn Filterable.refreshWithMemberInfo(org.eclipse.core.runtime.IProgressMonitor pm, java.lang.String filter, int depth, boolean sendNotification, java.lang.String[] keys, java.lang.Object[] parameters)
          Refreshes/updates the cached copy of the content information from the host using the given filter string.
 CARMAReturn CARMAMember.setMemberContents(org.eclipse.core.runtime.IProgressMonitor pm, java.lang.Object[] parameters, java.io.InputStream fileStream)
           
 void CARMAResource.setMemberInfo(org.eclipse.core.runtime.IProgressMonitor pm, java.lang.String key, java.lang.String value, java.lang.Object[] parameters)
          Sets the value of a specific piece of member information (meta-data) for the CARMA resource on the host The setMemberInfo action specification can be located using the CustomActionAccepter.findActionFor(String) method and inspecting the action object returned.
 CARMAReturn Managed.unlock(org.eclipse.core.runtime.IProgressMonitor pm, java.lang.Object[] parameters)
          Unlocks the resource, marking the resource as readable for all users The unlock action specification can be located using the CustomActionAccepter.findActionFor(String) method and inspecting the action object returned.
 

Uses of NotConnectedException in com.ibm.carma.transport
 

Subclasses of NotConnectedException in com.ibm.carma.transport
 class CARMANotConnectedException
          Exception occurs when the CARMA connection is in a not-connected state and a user attempts to execute a method that requires an active connection
 class RAMNotConnectedException
          Exception occurs when a CARMA RAM is in a not-connected state and a user attempts to execute a method that requires an active connection
 

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

Methods in com.ibm.carma.ui.job that throw NotConnectedException
 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 NotConnectedException in com.ibm.carma.ui.mapper
 

Methods in com.ibm.carma.ui.mapper that throw NotConnectedException
 CARMAResource ICARMANavigable.create(org.eclipse.core.runtime.IProgressMonitor monitor, ResourceContainer parentContainer, CarmaTaskMemento momento)
          Creates the given navigable resource as a new item in the CARMA hierachy.