|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheManager | |
com.ptc.core.meta.classification.command.model.server.impl | |
com.ptc.core.meta.server.impl | |
com.ptc.core.meta.type.mgmt.server.impl | |
com.ptc.core.rule.server.delegate.selector | |
com.ptc.netmarkets.folder | |
com.ptc.netmarkets.forumTopic | |
com.ptc.netmarkets.projmgmt | |
com.ptc.wvs.server.util | |
wt.access |
The access control service is responsible for defining and
enforcing access to business and system objects. |
wt.admin.cache | |
wt.cache | |
wt.calendar | Uses the
CalendarAccessProtocol and the
CalendarService to provide iCalandar Access Protocol support. |
wt.csm.navigation.service | |
wt.fc.cache | |
wt.folder |
Provides classes to represent and manage folder and cabinet objects. |
wt.fv |
fv package — File Vault Service The file vault service (wt.fv package) is responsible for the definition and execution of rules that define the vaulting algorithm for content items. |
wt.fv.replica |
content replication - Content Replication Service
There are six content replication packages. |
wt.iba.definition.service | |
wt.index | |
wt.inf.container | |
wt.intersvrcom | Site External API: |
wt.lifecycle | |
wt.method | Defines the standard Windchill
MethodServer and
MethodServerLauncher and related functionality. |
wt.notify |
Provides classes to represent, manage, and execute notification definitions. |
wt.org | |
wt.pom | Provides low-level, yet database independent, access to a database. |
wt.prefs | Uses the
PreferenceService to manage
Preferences . |
wt.project | The notion of a
Project has been replaced by a
Team , see the wt.team package instead. |
wt.queue | Overview |
wt.recent | |
wt.rule | Uses the
RuleService (and server-side-only
RuleServiceSvr to manage the definition and application of
Rule s. |
wt.rule.init | |
wt.series | Defines various Series as used by the
wt.vc package for
Iterated and
Versioned . |
wt.session | Overview |
wt.team | |
wt.ufid | Uses the
UfidService (and server-side-only
wt.ufid.UfidServiceSvr ) to manage the Universal Federated Identifier
for Federatable objects. |
wt.units.dbService | |
wt.vc.views | |
wt.wait | |
wt.workflow.definer |
Provides workflow classes responsible for the definition of
processes, activities, and the other objects that compose the workflow network. |
wt.workflow.engine |
Provides workflow classes responsible for the flow of
control and data from an execution point of view. |
Uses of CacheManager in com.ptc.core.meta.classification.command.model.server.impl |
Subclasses of CacheManager in com.ptc.core.meta.classification.command.model.server.impl | |
class |
AttributeCache
|
class |
ClassificationCache
|
Uses of CacheManager in com.ptc.core.meta.server.impl |
Subclasses of CacheManager in com.ptc.core.meta.server.impl | |
static class |
IBAModelImplementation.DefaultIBATypeCache
|
class |
LogicalIdentifiedCacheMgr
Provides a cache for logical identifiers. |
class |
LogicalIdentifierCacheMgr
Provides a cache for logical identifiers. |
Uses of CacheManager in com.ptc.core.meta.type.mgmt.server.impl |
Subclasses of CacheManager in com.ptc.core.meta.type.mgmt.server.impl | |
class |
AbstractTypeDefinitionCacheManager
Abstract class that provides access cached branchIds of Type Definitions. |
class |
AdminTypeDefinitionCacheManager
Administrator implementation of TypeDefinitionCacheManager |
class |
StandardTypeDefinitionCacheManager
Non-Administrator (Standard) implementation of TypeDefinitionCacheManager |
Uses of CacheManager in com.ptc.core.rule.server.delegate.selector |
Subclasses of CacheManager in com.ptc.core.rule.server.delegate.selector | |
static class |
TypeBasedCompositeRuleSelector.Cache
A cache for type based rules. |
Fields in com.ptc.core.rule.server.delegate.selector declared as CacheManager | |
private static CacheManager |
TypeBasedCompositeRuleSelector._cache
|
Methods in com.ptc.core.rule.server.delegate.selector that return CacheManager | |
private static CacheManager |
TypeBasedCompositeRuleSelector.getCache()
Return the CacheManager that is used by this selector. |
Uses of CacheManager in com.ptc.netmarkets.folder |
Subclasses of CacheManager in com.ptc.netmarkets.folder | |
static class |
ProjectModelUpdater.NmUpdateService
|
Uses of CacheManager in com.ptc.netmarkets.forumTopic |
Subclasses of CacheManager in com.ptc.netmarkets.forumTopic | |
static class |
ForumModelUpdater.NmUpdateService
|
Uses of CacheManager in com.ptc.netmarkets.projmgmt |
Subclasses of CacheManager in com.ptc.netmarkets.projmgmt | |
static class |
PlanModelUpdater.NmUpdateService
|
Uses of CacheManager in com.ptc.wvs.server.util |
Subclasses of CacheManager in com.ptc.wvs.server.util | |
class |
WVSCache
|
Uses of CacheManager in wt.access |
Subclasses of CacheManager in wt.access | |
class |
AclCache
This class implements an ACL cache service. |
Uses of CacheManager in wt.admin.cache |
Subclasses of CacheManager in wt.admin.cache | |
class |
AdminDomainCache
Provides methods to access cached domains, domain names, and domain paths. |
Uses of CacheManager in wt.cache |
Subclasses of CacheManager in wt.cache | |
class |
MasterCacheMonitor
Special cache manager used to implement remote master monitoring. |
class |
Messenger
Provides a CacheManager that is only used for message passing. |
Fields in wt.cache declared as CacheManager | |
private CacheManager |
SlaveCache.master
|
private CacheManager |
RemoteCacheServer.localCacheManager
|
(package private) CacheManager |
ManagedCache.cacheManager
|
Methods in wt.cache with parameters of type CacheManager | |
int |
RemoteCacheServer.registerSlave(CacheManager slave)
|
(package private) void |
MasterCacheMonitor.registerCacheManager(CacheManager manager)
|
Constructors in wt.cache with parameters of type CacheManager | |
SlaveCache(CacheServer slave,
CacheManager master)
Construct a new slave wrapper and assign a unique slave id. |
|
ManagedCache(int size,
CacheManager cache_manager)
|
Uses of CacheManager in wt.calendar |
Subclasses of CacheManager in wt.calendar | |
class |
WTCalendarCache
This class implements a calendar cache service. |
Uses of CacheManager in wt.csm.navigation.service |
Subclasses of CacheManager in wt.csm.navigation.service | |
static class |
ClassificationDBService.ClassificationStructureCache
|
Uses of CacheManager in wt.fc.cache |
Subclasses of CacheManager in wt.fc.cache | |
static class |
ReferenceCache.ObjectReferenceCacheMessenger
Signals remote method servers of a modified Persistable by
istening for changes to the local cache |
Uses of CacheManager in wt.folder |
Subclasses of CacheManager in wt.folder | |
static class |
DefaultFolderCache.FolderCacheMessenger
|
static class |
DefaultFolderCache.WindchillPDMMessenger
Sends messages about Windchill PDM cabinets |
Uses of CacheManager in wt.fv |
Subclasses of CacheManager in wt.fv | |
class |
FvPolicyItemCache
This class implements cache service to store file vault policy items. |
static class |
StandardFvService.ActiveFolderCache
ActiveFolderCache maintains two mappings, vault-to-folder and folder-to-vault (we could have maintain only one mapping but CacheManager doesn't provide API to get a list of values without giving a key, so if we have only the vault-to-folder mapping, then given a folder, we have no way to find the corresponding vault, hence the extra mapping). |
static class |
StandardFvService.FvFolderCache
|
static class |
StandardFvService.FvMountCache
|
static class |
StandardFvService.HostCache
|
Uses of CacheManager in wt.fv.replica |
Subclasses of CacheManager in wt.fv.replica | |
class |
ConfigCache
|
Uses of CacheManager in wt.iba.definition.service |
Subclasses of CacheManager in wt.iba.definition.service | |
class |
IBADefinitionCache
This class implements a IBADefinition cache service. |
static class |
IBADefinitionDBService.DefaultViewbyPathCache
|
Uses of CacheManager in wt.index |
Subclasses of CacheManager in wt.index | |
class |
IndexListCache
This class implements cache service to store index lists. |
Uses of CacheManager in wt.inf.container |
Subclasses of CacheManager in wt.inf.container | |
static class |
ContainerPathCache.PathToContainerMessenger
|
static class |
OrganizationCache.DomainToOrgMessenger
|
static class |
OrganizationCache.OrgToContainerMessenger
|
Uses of CacheManager in wt.intersvrcom |
Subclasses of CacheManager in wt.intersvrcom | |
static class |
StandardInterSvrComService.SiteInfoCache
|
Uses of CacheManager in wt.lifecycle |
Subclasses of CacheManager in wt.lifecycle | |
class |
AdHocAclSpecCache
This class implements cache service to store the AdHocAclSpec of a Phase template. |
class |
CriterionCache
This class implements cache service to store the Criterion of a Phase template. |
class |
InitialPhaseCache
This class implements cache service to store the initial phase of a Life Cycle template. |
class |
LifeCycleTemplateCache
This class implements cache service to store all iterations of a Life Cycle template. |
class |
LifeCycleTemplateNameCache
This class implements cache service to store QuerySpec of all Life Cycle template, based on the name of the template. |
class |
PhaseTemplateCache
This class implements cache service to store a QuerySpec of all PhaseTemplates of a LifeCycleTemplate. |
Uses of CacheManager in wt.method |
Subclasses of CacheManager in wt.method | |
class |
ClusterMonitor
ClusterMonitor extends CacheManager to maintain a collection of live references to other ClusterMonitor objects in the cluster. |
static class |
MethodInterruptor.InterruptService
|
Uses of CacheManager in wt.notify |
Subclasses of CacheManager in wt.notify | |
class |
NotificationListCache
This class implements cache service to store notification lists. |
Uses of CacheManager in wt.org |
Subclasses of CacheManager in wt.org | |
class |
DirectoryInfrastructureNodeCache
This class implements a cache service for directory infrastructure nodes. |
class |
WTAuthNameCache
|
class |
WTDirKeyCache
|
class |
WTPrincipalCache
This class implements a principal cache service. |
Uses of CacheManager in wt.pom |
Subclasses of CacheManager in wt.pom | |
class |
EmptyTableManager
Provides methods to access cached empty tables information. |
class |
NoOpEmptyTableManager
Provides methods to access cached empty tables information. |
class |
PagingSessionCache
A fixed size cache of PagingSession information. |
Uses of CacheManager in wt.prefs |
Subclasses of CacheManager in wt.prefs | |
class |
PrefEntryCache
|
Uses of CacheManager in wt.project |
Subclasses of CacheManager in wt.project | |
class |
ProjectCache
This class implements a Project cache service. |
Uses of CacheManager in wt.queue |
Subclasses of CacheManager in wt.queue | |
class |
QueueCache
|
Uses of CacheManager in wt.recent |
Subclasses of CacheManager in wt.recent | |
class |
RecentUpdateCache
|
Uses of CacheManager in wt.rule |
Subclasses of CacheManager in wt.rule | |
class |
AbstractRuleCache
An abstract implementation of RuleCache that extends
CacheManager and provides some default implementations
for the RuleCache interface methods. |
Uses of CacheManager in wt.rule.init |
Subclasses of CacheManager in wt.rule.init | |
static class |
StandardInitRuleEvalService.Cache
A cache for parsed rules. |
Fields in wt.rule.init declared as CacheManager | |
private static CacheManager |
StandardInitRuleEvalService._cache
|
Methods in wt.rule.init that return CacheManager | |
private static CacheManager |
StandardInitRuleEvalService.getCache()
Return the CacheManager that is used by this service. |
Uses of CacheManager in wt.series |
Subclasses of CacheManager in wt.series | |
static class |
SeriesCache.ContextMessenger
|
Uses of CacheManager in wt.session |
Subclasses of CacheManager in wt.session | |
class |
SessionCache
A multi-level cache of SessionContext objects. |
Uses of CacheManager in wt.team |
Subclasses of CacheManager in wt.team | |
class |
TeamCache
This class implements a Team cache service. |
class |
TeamTemplateCache
This class implements a TeamTemplate cache service. |
Uses of CacheManager in wt.ufid |
Subclasses of CacheManager in wt.ufid | |
static class |
FederatableServerHelper.RepositoryCache
|
Uses of CacheManager in wt.units.dbService |
Subclasses of CacheManager in wt.units.dbService | |
class |
UnitCache
This class implements a IBA Units cache service. |
Uses of CacheManager in wt.vc.views |
Subclasses of CacheManager in wt.vc.views | |
class |
ViewCache
A cache of all View and ViewAssociation objects. |
Uses of CacheManager in wt.wait |
Subclasses of CacheManager in wt.wait | |
static class |
WaitService.Cache
|
Uses of CacheManager in wt.workflow.definer |
Subclasses of CacheManager in wt.workflow.definer | |
class |
WfProcessTemplateCache
This class implements cache service to store all iterations of a WfProcess template. |
Uses of CacheManager in wt.workflow.engine |
Subclasses of CacheManager in wt.workflow.engine | |
static class |
StandardWfEngineService.SynchRobotCache
Internal class for creation of distributed cache that maps event keys to oids of synchronization robots. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |