Examples of determineInvalidationManagerName()


Examples of org.jboss.metadata.ejb.jboss.CacheInvalidationConfigMetaData.determineInvalidationManagerName()

      assertNotNull(cicmd);
      assertNull(cicmd.getInvalidationGroupName());
      assertNull(cicmd.getInvalidationManagerName());
      assertEquals("TestEntity1", cicmd.determineInvalidationGroupName());
      assertEquals(CacheInvalidationConfigMetaData.DEFAULT_INVALIDATION_MANAGER_NAME,
                   cicmd.determineInvalidationManagerName());
     
      // Test that a <cache-invalidation-config> block in jboss.xml
      // is respected
      bean = (JBossEntityBeanMetaData) enterpriseBeans.get("TestEntity2");
      assertNotNull(bean);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.