Exemplo n.º 1
0
 public DecisionDefinitionCache(CacheFactory factory, int cacheCapacity, CacheDeployer cacheDeployer) : base(factory, cacheCapacity, cacheDeployer)
 {
 }
Exemplo n.º 2
0
 public ResourceDefinitionCache(CacheFactory factory, int cacheCapacity, CacheDeployer cacheDeployer)
 {
     this.cache         = factory.createCache(cacheCapacity);
     this.cacheDeployer = cacheDeployer;
 }
Exemplo n.º 3
0
 public ProcessDefinitionCache(CacheFactory factory, int cacheCapacity, CacheDeployer cacheDeployer) : base(factory, cacheCapacity, cacheDeployer)
 {
 }
Exemplo n.º 4
0
 public CallableAnonymousInnerClass2(CacheDeployer outerInstance, DeploymentEntity deployment)
 {
     this.outerInstance = outerInstance;
     this.deployment    = deployment;
 }