|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTestCase
test.implementation.modelmbean.AttributeCacheTEST
Tests attribute caching and operation mapping for XMBean.
Field Summary |
Fields inherited from interface org.jboss.mx.modelmbean.XMBeanConstants (src) |
DESCRIPTOR, GET_METHOD_ATTRIBUTE, METADATA_DESCRIPTOR_PREFIX, RESOURCE_DESCRIPTOR_PREFIX, RESOURCE_REFERENCE, RESOURCE_TYPE, SAX_PARSER, SET_METHOD_ATTRIBUTE, STANDARD_INTERFACE, STANDARD_MBEAN, XMBEAN_DESCRIPTOR_PREFIX, XML_VALIDATION |
Constructor Summary | |
AttributeCacheTEST(java.lang.String s)
|
Method Summary | |
void |
testAttributeChangeNotifications()
Tests attribute change notifications |
void |
testCachedAttribute()
Tests attribute that caches the value for 10 secs. |
void |
testCachedAttribute2()
Tests attribute that caches the value for 1 secs. |
void |
testExplicitDisabledAttributeCaching()
Tests that attribute values are not cached if currencyTimeLimit = 0 This test uses the xmbean.dtd |
void |
testImplicitDisabledAttributeCaching()
Tests that attribute values are not cached if nothing is declared in xml. |
void |
testNeverStaleAttributeCaching()
Tests attribute that is never stale (currencyTimeLimit = -1) This test uses the xmbean.dtd |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AttributeCacheTEST(java.lang.String s)
Method Detail |
public void testImplicitDisabledAttributeCaching() throws java.lang.Exception
java.lang.Exception
public void testExplicitDisabledAttributeCaching() throws java.lang.Exception
java.lang.Exception
public void testNeverStaleAttributeCaching() throws java.lang.Exception
java.lang.Exception
public void testCachedAttribute() throws java.lang.Exception
java.lang.Exception
public void testCachedAttribute2() throws java.lang.Exception
java.lang.Exception
public void testAttributeChangeNotifications() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |