|
OptimalTrace 5.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compuware.optimaltrace.framework.business.AbstractPropertiesContainer
com.compuware.optimaltrace.framework.business.AbstractBizObject
com.compuware.optimaltrace.tools.common.bizobjectslocal.ProjectContainer
public class ProjectContainer
Class ProjectContainer, project container singleton class.
Field Summary |
---|
Fields inherited from class com.compuware.optimaltrace.framework.business.AbstractPropertiesContainer |
---|
_propertyChangeSupport |
Fields inherited from interface com.compuware.optimaltrace.tools.common.bizobjectslocal.ProjectContainerIfc |
---|
ATTR_FLOW_DIAGRAM_WIDTH, FIT_TO_CONTENT, FIXED_SIZE, TRUNCATE_TEXT |
Fields inherited from interface com.compuware.optimaltrace.framework.business.BizObjectIfc |
---|
ATTR_IS_LOCKED, ATTR_IS_LOCKEDLOCALLY, ATTR_IS_READONLY, ATTR_LOCKOWNER, ATTR_NAME, BO_DB_TIMESTAMP, BO_ID, BO_ST, BO_TIMESTAMP, BO_TYPE |
Constructor Summary | |
---|---|
protected |
ProjectContainer()
Constructor ProjectContainer. |
Method Summary | |
---|---|
void |
addDocumentProfile(com.compuware.optimaltrace.tools.common.bizobjectslocal.DocumentProfileIfc documentProfile)
Adds the document profile. |
void |
addLocalProject(ProjectIfc project)
Adds the local project. |
void |
addRemoteProject(ProjectIfc project)
Adds the remote project. |
boolean |
canUserModify(ProjectIfc project,
long bizObjectId)
Checks the user modification. |
boolean |
canUserModify(ProjectIfc project,
long bizObjectId,
java.lang.String attr_name)
Checks the user modification. |
boolean |
canUserModifyCPs(ProjectIfc project,
long bizObjectId)
Checks the user modification of CPs. |
boolean |
containsRemoteProject()
Indicates if a remote projects is open in the container. |
com.compuware.optimaltrace.tools.common.bizobjectslocal.AdminToolSettingsIfc |
getAdminToolSettings()
Gets the admin tool settings. |
java.util.Collection<com.compuware.optimaltrace.tools.common.utils.ProjectCache> |
getAllProjectCaches()
Gets all project caches. |
com.compuware.optimaltrace.tools.common.bizobjectslocal.DocumentProfileIfc |
getDocumentProfile(java.lang.String name)
Gets the document profile. |
com.compuware.optimaltrace.tools.common.bizobjectslocal.DocumentSettingsIfc |
getDocumentSettings()
Gets the document settings. |
com.compuware.optimaltrace.tools.common.bizobjectslocal.TextGenSettingsIfc |
getExportSettings()
Gets the export settings. |
java.lang.String |
getFlowDiagramWidth()
Sets the node width policy for the flow diagram. |
void |
getGlobalLock()
Gets the global lock. |
void |
getGlobalLockInterruptible()
Gets the interruptible global lock. |
com.compuware.optimaltrace.tools.common.bizobjectslocal.TextGenSettingsIfc |
getHtmlGenSettings()
Gets the HtmlGen settings. |
static ProjectContainer |
getInstance()
Get the instance of this project container. |
BizObjectIfc |
getParentPermissionObject(ProjectIfc project,
long bizObjectId)
Gets the parent permission object. |
ProjectIfc |
getProjectBaseline(long bizObjectId,
java.lang.String baseline)
Gets the project baseline. |
ProjectIfc |
getProjectByLocation(java.lang.String fileName)
Gets the project by location. |
com.compuware.optimaltrace.tools.common.utils.ProjectCache |
getProjectCacheForProject(ProjectIfc project)
Gets the project cache. |
java.lang.String |
getProjectFileName(ProjectIfc project)
Gets the project file name. |
com.compuware.optimaltrace.tools.common.tpn.ProjectPermissionsManagerClient |
getProjectPermissionsManagerClientForProject(ProjectIfc project)
Gets the project permissions manager client. |
java.util.List<?> |
getProjects()
Gets the projects. |
com.compuware.optimaltrace.tools.common.bizobjects.QueryHolderIfc |
getQueryHolder()
Gets the query holder. |
java.lang.String |
getReadableName()
Gets the readable name. |
ProjectIfc |
getRemoteProject(long projectId)
Gets the remote project. |
ProjectIfc |
getRemoteProject(java.lang.String projectName)
Gets the remote project. |
UseCasePackageIfc |
getSelectedPackage()
Gets the selected package. |
ProjectIfc |
getSelectedProject()
Gets the selected project. |
com.compuware.optimaltrace.framework.ui.table.TableHolderListIfc |
getSelectedTableHolderList()
Gets the selected table holder list. |
com.compuware.optimaltrace.tools.common.bizobjectslocal.ServerSettingsIfc |
getServerSettings()
Gets the serever settings. |
ToolSettingsIfc |
getToolSettings()
Gets the tool settings. |
java.lang.String |
getTypeId()
Gets the type ID. |
boolean |
hasProject(ProjectIfc project)
Checks there is a project. |
boolean |
isLocalProjectLoaded(java.lang.String fileName)
Checks if the local project is loaded. |
boolean |
isProjectBaselineLoaded(long bizObjectId,
java.lang.String baseline)
Checks if the project baseline is loaded. |
boolean |
isProjectFullyReadOnly(ProjectIfc project)
Checks if the user can modify any element of the project |
boolean |
isProjectLoaded(long projectId,
boolean isProjectLocal,
java.lang.String location)
Checks if the project is loaded. |
boolean |
isProjectLoaded(ProjectIfc project,
java.lang.String location)
Checks if the project is loaded. |
boolean |
isProjectLoaded(java.lang.String projectName,
boolean isProjectLocal,
java.lang.String location)
Checks if the project is loaded. |
boolean |
isProjectLoaded(java.lang.String projectName,
java.lang.String baselineName,
boolean isProjectLocal,
java.lang.String location)
Checks if the project is loaded latest. |
boolean |
isProjectLoadedLATEST(java.lang.String projectName,
boolean isProjectLocal,
java.lang.String location)
Checks if the project is loaded latest. |
boolean |
isProjectPartialReadOnly(ProjectIfc project)
Checks to determine if the user is denied modify to any part of the project. |
boolean |
isXMLProject(ProjectIfc project)
Checks if it is XML project. |
void |
loadAdminToolSettings()
Loads the admin tool settings. |
void |
loadDocumentSettings()
Loads the document settings. |
void |
loadQueries()
Loads the queries. |
void |
loadServerSettings()
Loads the server settings. |
void |
loadToolSettings()
Loads the tool settings. |
void |
propertyChange(java.beans.PropertyChangeEvent evt)
PropertyChangeListener. |
void |
registerPermissionsManagerForProject(ProjectIfc project)
Registers the permissions manager for this project. |
void |
releaseGlobalLock()
Releases the global lock. |
void |
releaseProjectReferences(ProjectIfc project)
Releases the project references. |
void |
removeProject(ProjectIfc project)
Removes the project. |
void |
saveAdminToolSettings()
Saves the admin tool settings. |
void |
saveDocumentSettings()
Saves the document settings. |
void |
saveServerSettings()
Saves the server settings. |
void |
saveToolSettings()
Saves the tool settings. |
void |
setAdminToolSettings(com.compuware.optimaltrace.tools.common.bizobjectslocal.AdminToolSettingsIfc toolSettings)
Sets the admin tool settings. |
void |
setDocumentSettings(com.compuware.optimaltrace.tools.common.bizobjectslocal.DocumentSettingsIfc documentSettings)
Sets the document settings. |
void |
setExportGenSettings(com.compuware.optimaltrace.tools.common.bizobjectslocal.TextGenSettingsIfc textGenSettings)
Sets the export settings. |
void |
setFlowDiagramWidth(java.lang.String policy)
Sets the node width policy in the flow diagram. |
void |
setHtmlGenSettings(com.compuware.optimaltrace.tools.common.bizobjectslocal.TextGenSettingsIfc textGenSettings)
Sets the HtmlGen settings. |
void |
setProjectFileName(ProjectIfc project,
java.lang.String fileName)
Sets the project file name. |
void |
setSelectedPackage(UseCasePackageIfc selPackage)
Sets the selected package. |
void |
setSelectedProject(ProjectIfc project)
Sets the selected project. |
void |
setSelectedTableHolderList(com.compuware.optimaltrace.framework.ui.table.TableHolderListIfc tableHolderList)
Sets the selected table holder list. |
void |
setServerSettings(com.compuware.optimaltrace.tools.common.bizobjectslocal.ServerSettingsIfc serverSettings)
Sets the server settings. |
void |
setToolSettings(ToolSettingsIfc toolSettings)
Sets the tool settings. |
void |
setXMLProject(ProjectIfc project,
boolean isXML)
Sets the XML project indicating if the project is a local or remote one. |
void |
silentlyAddProject(ProjectIfc project,
boolean isXMLProject)
Adds the project silently. |
void |
silentlyAddProject(ProjectIfc project,
boolean isXMLProject,
boolean useFullIds)
Adds the project silently. |
void |
silentlyRemoveProject(ProjectIfc project)
Removes the project silently. |
void |
startPingingServer(int interval)
Starts pinging server. |
void |
startPollingRemoteProject()
Starts polling remote project. |
void |
stopPingingServer()
Stops pinging server. |
void |
stopPollingRemoteProject()
Stops polling remote project. |
boolean |
tryGlobalLock()
Tries the global lock. |
void |
unloadProjectAndReleaseReferences(ProjectIfc project)
Unloads the project and release references. |
void |
unregisterPermissionsManagerForProject(ProjectIfc project)
Unregisters the permissions manager for this project. |
boolean |
updateProjectName(ProjectIfc project,
java.lang.String newName)
Updates the project name. |
Methods inherited from class com.compuware.optimaltrace.framework.business.AbstractBizObject |
---|
addAssociate, addAssociateListener, addChild, addChildAt, addChildListener, addInwardAssociate, addParentListener, cloneObjectsAttributes, customPropertiesToDocArray, decrementChildPosition, deleteSQL, disableMergeObjectSupport, enableMergeObjectSupport, equals, fireAssociateEvent, fireChildEvent, fireChildEvent, getAssociate, getAssociateListeners, getAssociates, getAssociates, getAttributeTable, getAttributeTimeStamp, getBaselineId, getBizObjectId, getBooleanAttribute, getChild, getChild, getChildById, getChildDocPersistObjects, getChildListeners, getChildren, getChildren, getChildren, getFirstChild, getId, getIntAttribute, getInwardAssociates, getInwardAssociates, getLockOwner, getLongAttribute, getName, getNextChild, getNextChild, getObjectAttribute, getOutwardAssociates, getOutwardAssociates, getParent, getParent, getParentListeners, getPreviousChild, getShortAttribute, getStringAttribute, getTimeStamp, getTimeStamp, getTimeStampTable, hasAssociate, hasAttribute, hasChild, hasChildById, hasChildren, hasInwardAssociate, hasOutwardAssociate, incrementChildPosition, isAssociateChangedNewer, isAssociateChangedOlder, isAttributesChangedNewer, isAttributesChangedOlder, isChildConflict, isChildWasAdded, isChildWasRemoved, isCustomPropertyChanged, isCustomPropertyChangedAdded, isCustomPropertyChangedRemoved, isCustomPropertyValueChangedNewer, isCustomPropertyValueChangedOlder, isEqual, isEqualWithFilter, isLocked, isMergeAccepted, isMergeChanged, isMergeObjectSupportEnabled, isMergeRejected, isNewParentAfterMove, isOldParentAfterMove, isParentChanged, isPositionChangedNewer, isPositionChangedOlder, isReadOnly, isWasAdded, isWasRemoved, moveChild, moveChild, moveChildAt, numAssociates, numChildren, numInwardAssociates, numOutwardAssociates, reInitialiseListeners, removeAssociate, removeAssociateListener, removeAttribute, removeChild, removeChildListener, removeInwardAssociate, removeParentListener, renameAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeNoTimeStampUpdate, setAttributeNoTimeStampUpdate, setAttributeNoValidation, setAttributeTable, setAttributeTimeStamp, setAttributeWithParentTime, setBaselineId, setBizObjectId, setId, setIsAssociateChangedNewer, setIsAssociateChangedOlder, setIsAttributesChangedNewer, setIsAttributesChangedOlder, setIsChildConflict, setIsChildWasAdded, setIsChildWasRemoved, setIsCustomPropertyChanged, setIsCustomPropertyChangedAdded, setIsCustomPropertyChangedRemoved, setIsCustomPropertyValueChangedNewer, setIsCustomPropertyValueChangedOlder, setIsLocked, setIsMergeAccepted, setIsMergeChanged, setIsMergeRejected, setIsNewParentAfterMove, setIsOldParentAfterMove, setIsParentChanged, setIsPositionChangedNewer, setIsPositionChangedOlder, setIsReadOnly, setIsWasAdded, setIsWasRemoved, setLockOwner, setName, setObjectAttribute, setParent, setTimeStamp, setTimeStamp, setTimeStampNoParentUpdate, setTimeStampTable, silentlyAddChild, silentlyAddChildAt, silentlyRemoveChild, toDocArray, toSQL, toString |
Methods inherited from class com.compuware.optimaltrace.framework.business.AbstractPropertiesContainer |
---|
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener, setTimeStampListenersEnabled |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.compuware.optimaltrace.framework.business.PropertiesContainerIfc |
---|
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener |
Constructor Detail |
---|
protected ProjectContainer()
Method Detail |
---|
public static ProjectContainer getInstance()
public void getGlobalLock()
public void getGlobalLockInterruptible() throws java.lang.InterruptedException
java.lang.InterruptedException
public void releaseGlobalLock()
public boolean tryGlobalLock()
public boolean isXMLProject(ProjectIfc project)
isXMLProject
in interface com.compuware.optimaltrace.tools.common.bizobjectslocal.ProjectContainerIfc
project
-
public void setXMLProject(ProjectIfc project, boolean isXML)
setXMLProject
in interface com.compuware.optimaltrace.tools.common.bizobjectslocal.ProjectContainerIfc
project
- isXML
- indicates if the project is local or remote. A value of
true indicates a local project, false indicates remote.public void addLocalProject(ProjectIfc project)
addLocalProject
in interface com.compuware.optimaltrace.tools.common.bizobjectslocal.ProjectContainerIfc
project
- public void addRemoteProject(ProjectIfc project)
addRemoteProject
in interface com.compuware.optimaltrace.tools.common.bizobjectslocal.ProjectContainerIfc
project
- public void silentlyAddProject(ProjectIfc project, boolean isXMLProject)
project
- isXMLProject
- public void silentlyAddProject(ProjectIfc project, boolean isXMLProject, boolean useFullIds)
project
- isXMLProject
- useFullIds
- public void removeProject(ProjectIfc project)
removeProject
in interface com.compuware.optimaltrace.tools.common.bizobjectslocal.ProjectContainerIfc
project
- public void releaseProjectReferences(ProjectIfc project)
project
- public void silentlyRemoveProject(ProjectIfc project)
project
- public java.util.List<?> getProjects()
getProjects
in interface com.compuware.optimaltrace.tools.common.bizobjectslocal.ProjectContainerIfc
public ProjectIfc getRemoteProject(java.lang.String projectName)
projectName
-
public boolean containsRemoteProject()
public java.lang.String getTypeId()
getTypeId
in interface BizObjectIfc
getTypeId
in interface com.compuware.optimaltrace.tools.common.bizobjectslocal.ProjectContainerIfc
public java.lang.String getReadableName()
getReadableName
in interface BizObjectIfc
public java.lang.String getProjectFileName(ProjectIfc project)
getProjectFileName
in interface com.compuware.optimaltrace.tools.common.bizobjectslocal.ProjectContainerIfc
project
-
public ProjectIfc getSelectedProject()
getSelectedProject
in interface com.compuware.optimaltrace.tools.common.bizobjectslocal.ProjectContainerIfc
public void setSelectedProject(ProjectIfc project)
setSelectedProject
in interface com.compuware.optimaltrace.tools.common.bizobjectslocal.ProjectContainerIfc
project
- public boolean isProjectLoaded(long projectId, boolean isProjectLocal, java.lang.String location)
projectId
- isProjectLocal
- location
-
public boolean isProjectLoaded(java.lang.String projectName, boolean isProjectLocal, java.lang.String location)
projectName
- isProjectLocal
- location
-
public boolean isProjectLoadedLATEST(java.lang.String projectName, boolean isProjectLocal, java.lang.String location)
projectName
- isProjectLocal
- location
-
public boolean isProjectLoaded(java.lang.String projectName, java.lang.String baselineName, boolean isProjectLocal, java.lang.String location)
projectName
- baselineName
- isProjectLocal
- location
-
public boolean isProjectLoaded(ProjectIfc project, java.lang.String location)
isProjectLoaded
in interface com.compuware.optimaltrace.tools.common.bizobjectslocal.ProjectContainerIfc
project
- location
- - either local or on a repository
public void setProjectFileName(ProjectIfc project, java.lang.String fileName)
setProjectFileName
in interface com.compuware.optimaltrace.tools.common.bizobjectslocal.ProjectContainerIfc
project
- fileName
- public boolean updateProjectName(ProjectIfc project, java.lang.String newName)
updateProjectName
in interface com.compuware.optimaltrace.tools.common.bizobjectslocal.ProjectContainerIfc
project
- newName
-
public ToolSettingsIfc getToolSettings()
getToolSettings
in interface com.compuware.optimaltrace.tools.common.bizobjectslocal.ProjectContainerIfc
public com.compuware.optimaltrace.tools.common.bizobjectslocal.AdminToolSettingsIfc getAdminToolSettings()
public com.compuware.optimaltrace.tools.common.bizobjectslocal.ServerSettingsIfc getServerSettings()
public com.compuware.optimaltrace.tools.common.bizobjects.QueryHolderIfc getQueryHolder()
public void setToolSettings(ToolSettingsIfc toolSettings)
setToolSettings
in interface com.compuware.optimaltrace.tools.common.bizobjectslocal.ProjectContainerIfc
toolSettings
- public void setAdminToolSettings(com.compuware.optimaltrace.tools.common.bizobjectslocal.AdminToolSettingsIfc toolSettings)
toolSettings
- public void setServerSettings(com.compuware.optimaltrace.tools.common.bizobjectslocal.ServerSettingsIfc serverSettings)
serverSettings
- public void addDocumentProfile(com.compuware.optimaltrace.tools.common.bizobjectslocal.DocumentProfileIfc documentProfile)
addDocumentProfile
in interface com.compuware.optimaltrace.tools.common.bizobjectslocal.ProjectContainerIfc
documentProfile
- public com.compuware.optimaltrace.tools.common.bizobjectslocal.DocumentProfileIfc getDocumentProfile(java.lang.String name)
getDocumentProfile
in interface com.compuware.optimaltrace.tools.common.bizobjectslocal.ProjectContainerIfc
name
- the specific profile name that is being searched for
public com.compuware.optimaltrace.tools.common.bizobjectslocal.DocumentSettingsIfc getDocumentSettings() throws java.lang.Exception
getDocumentSettings
in interface com.compuware.optimaltrace.tools.common.bizobjectslocal.ProjectContainerIfc
java.lang.Exception
public void setDocumentSettings(com.compuware.optimaltrace.tools.common.bizobjectslocal.DocumentSettingsIfc documentSettings)
setDocumentSettings
in interface com.compuware.optimaltrace.tools.common.bizobjectslocal.ProjectContainerIfc
documentSettings
- public void loadDocumentSettings() throws java.lang.Exception
loadDocumentSettings
in interface com.compuware.optimaltrace.tools.common.bizobjectslocal.ProjectContainerIfc
java.lang.Exception
public void saveDocumentSettings() throws java.lang.Exception
saveDocumentSettings
in interface com.compuware.optimaltrace.tools.common.bizobjectslocal.ProjectContainerIfc
java.lang.Exception
public void loadToolSettings()
loadToolSettings
in interface com.compuware.optimaltrace.tools.common.bizobjectslocal.ProjectContainerIfc
public void loadAdminToolSettings()
public void loadServerSettings()
loadServerSettings
in interface com.compuware.optimaltrace.tools.common.bizobjectslocal.ProjectContainerIfc
public void loadQueries()
public void saveToolSettings() throws ReadOnlyFileException
saveToolSettings
in interface com.compuware.optimaltrace.tools.common.bizobjectslocal.ProjectContainerIfc
ReadOnlyFileException
public void saveAdminToolSettings() throws ReadOnlyFileException
ReadOnlyFileException
public void saveServerSettings() throws ReadOnlyFileException
saveServerSettings
in interface com.compuware.optimaltrace.tools.common.bizobjectslocal.ProjectContainerIfc
ReadOnlyFileException
public void propertyChange(java.beans.PropertyChangeEvent evt)
propertyChange
in interface java.beans.PropertyChangeListener
evt
- public com.compuware.optimaltrace.tools.common.bizobjectslocal.TextGenSettingsIfc getHtmlGenSettings() throws com.compuware.optimaltrace.tools.common.textgen.TextGenException
com.compuware.optimaltrace.tools.common.textgen.TextGenException
public void setHtmlGenSettings(com.compuware.optimaltrace.tools.common.bizobjectslocal.TextGenSettingsIfc textGenSettings)
textGenSettings
- public boolean isLocalProjectLoaded(java.lang.String fileName)
fileName
-
public ProjectIfc getProjectByLocation(java.lang.String fileName)
fileName
-
public void unloadProjectAndReleaseReferences(ProjectIfc project)
unloadProjectAndReleaseReferences
in interface com.compuware.optimaltrace.tools.common.bizobjectslocal.ProjectContainerIfc
project
- public com.compuware.optimaltrace.tools.common.bizobjectslocal.TextGenSettingsIfc getExportSettings() throws com.compuware.optimaltrace.tools.common.textgen.TextGenException
com.compuware.optimaltrace.tools.common.textgen.TextGenException
public void setExportGenSettings(com.compuware.optimaltrace.tools.common.bizobjectslocal.TextGenSettingsIfc textGenSettings)
textGenSettings
- public java.lang.String getFlowDiagramWidth()
getFlowDiagramWidth
in interface com.compuware.optimaltrace.tools.common.bizobjectslocal.ProjectContainerIfc
public void setFlowDiagramWidth(java.lang.String policy)
setFlowDiagramWidth
in interface com.compuware.optimaltrace.tools.common.bizobjectslocal.ProjectContainerIfc
policy
- public com.compuware.optimaltrace.tools.common.tpn.ProjectPermissionsManagerClient getProjectPermissionsManagerClientForProject(ProjectIfc project)
project
-
public boolean canUserModify(ProjectIfc project, long bizObjectId, java.lang.String attr_name)
project
- bizObjectId
- attr_name
-
public boolean canUserModifyCPs(ProjectIfc project, long bizObjectId)
project
- bizObjectId
-
public boolean canUserModify(ProjectIfc project, long bizObjectId)
project
- bizObjectId
-
public void registerPermissionsManagerForProject(ProjectIfc project)
project
- public void unregisterPermissionsManagerForProject(ProjectIfc project)
project
- public BizObjectIfc getParentPermissionObject(ProjectIfc project, long bizObjectId)
project
- bizObjectId
-
public boolean isProjectFullyReadOnly(ProjectIfc project)
public boolean isProjectPartialReadOnly(ProjectIfc project)
project
- - project to check
public ProjectIfc getRemoteProject(long projectId)
projectId
-
public ProjectIfc getProjectBaseline(long bizObjectId, java.lang.String baseline)
bizObjectId
- baseline
-
public boolean isProjectBaselineLoaded(long bizObjectId, java.lang.String baseline)
bizObjectId
- baseline
-
public boolean hasProject(ProjectIfc project)
project
-
public void startPollingRemoteProject()
public void stopPollingRemoteProject()
public void startPingingServer(int interval)
startPingingServer
in interface com.compuware.optimaltrace.tools.common.tpn.client.PingServerIfc
interval
- public void stopPingingServer()
stopPingingServer
in interface com.compuware.optimaltrace.tools.common.tpn.client.PingServerIfc
public com.compuware.optimaltrace.tools.common.utils.ProjectCache getProjectCacheForProject(ProjectIfc project)
project
- public java.util.Collection<com.compuware.optimaltrace.tools.common.utils.ProjectCache> getAllProjectCaches()
public void setSelectedPackage(UseCasePackageIfc selPackage)
selPackage
- public UseCasePackageIfc getSelectedPackage()
public void setSelectedTableHolderList(com.compuware.optimaltrace.framework.ui.table.TableHolderListIfc tableHolderList)
tableHolderList
- public com.compuware.optimaltrace.framework.ui.table.TableHolderListIfc getSelectedTableHolderList()
|
OptimalTrace 5.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |