public class ContainerConfigElement extends com.sankhya.util.xml.AbstractXMLElement implements ContainerConfig
| Constructor and Description |
|---|
ContainerConfigElement() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCommitTypeDRefreshRate() |
int |
getEntityCacheMaxIdle() |
int |
getEntityCacheMaxSize() |
java.lang.String |
getIdentifier() |
int |
getInstanceCacheMaxSize() |
void |
handleElement(org.xml.sax.Attributes atts,
com.sankhya.util.xml.AbstractXMLElement parent) |
java.lang.String |
toString() |
public int getCommitTypeDRefreshRate()
getCommitTypeDRefreshRate in interface ContainerConfigpublic int getEntityCacheMaxIdle()
getEntityCacheMaxIdle in interface ContainerConfigpublic int getEntityCacheMaxSize()
getEntityCacheMaxSize in interface ContainerConfigpublic java.lang.String getIdentifier()
getIdentifier in class com.sankhya.util.xml.AbstractXMLElementpublic int getInstanceCacheMaxSize()
getInstanceCacheMaxSize in interface ContainerConfigpublic void handleElement(org.xml.sax.Attributes atts,
com.sankhya.util.xml.AbstractXMLElement parent)
throws org.xml.sax.SAXException
handleElement in class com.sankhya.util.xml.AbstractXMLElementorg.xml.sax.SAXExceptionpublic java.lang.String toString()
toString in class java.lang.Object