@MBean(description="MBean used for GraniteConfig operations") public interface ServletGraniteConfigMBean
@MBeanAttribute(description="Does this config use auto scanning?") boolean getScan()
@MBeanAttribute(description="The custom (webapp specific) granite-config.xml file location") java.lang.String getCustomConfigPath()
@MBeanAttribute(description="The AMF3Serializer class") java.lang.String getAmf3SerializerClass()
@MBeanAttribute(description="The AMF3Deserializer class") java.lang.String getAmf3DeserializerClass()
@MBeanAttribute(description="The AMF3MessageInterceptor class") java.lang.String getAmf3MessageInterceptorClass()
@MBeanAttribute(description="The MethodMatcher class") java.lang.String getMethodMatcherClass()
@MBeanAttribute(description="The ServiceInvocationListener class") java.lang.String getServiceInvocationListenerClass()
@MBeanAttribute(description="The ClassGetter class") java.lang.String getClassGetterClass()
@MBeanAttribute(description="The SecurityService class") java.lang.String getSecurityServiceClass()
@MBeanAttribute(description="The MessageSelector class") java.lang.String getMessageSelectorClass()
@MBeanOperation(description="Shows the custom (webapp specific) granite-config.xml file content", impact=INFO) java.lang.String showCustomConfig() throws java.io.IOException
java.io.IOException@MBeanOperation(description="Shows the standard (built-in) granite-config.xml file content", impact=INFO) java.lang.String showStandardConfig() throws java.io.IOException
java.io.IOException@MBeanOperation(description="Shows the list of all configured type converters", impact=INFO) java.lang.String showConverters()
@MBeanOperation(description="Shows the list of all configured instantiators", impact=INFO) java.lang.String showInstantiators()
@MBeanOperation(description="Shows the list of all configured exception converters", impact=INFO) java.lang.String showExceptionConverters()
@MBeanOperation(description="Shows scanned externalizers", impact=INFO) java.lang.String showScannedExternalizers()
@MBeanOperation(description="Shows which externalizer is used for a given serialized object (dynamic)", impact=INFO) java.lang.String showExternalizersByType()
@MBeanOperation(description="Shows which externalizer is used for a given serialized instance (configured)", impact=INFO) java.lang.String showExternalizersByInstanceOf()
@MBeanOperation(description="Shows which externalizer is used for a given serialized annotated object (configured)", impact=INFO) java.lang.String showExternalizersByAnnotatedWith()
@MBeanOperation(description="Shows which Java descriptor is used for a given serialized object (dynamic)", impact=INFO) java.lang.String showJavaDescriptorsByType()
@MBeanOperation(description="Shows which Java descriptor is used for a given serialized instance (configured)", impact=INFO) java.lang.String showJavaDescriptorsByInstanceOf()
@MBeanOperation(description="Shows which ActionScript3 descriptor is used for a given serialized object (dynamic)", impact=INFO) java.lang.String showAs3DescriptorsByType()
@MBeanOperation(description="Shows which ActionScript3 descriptor is used for a given serialized instance (configured)", impact=INFO) java.lang.String showAs3DescriptorsByInstanceOf()
@MBeanOperation(description="Shows enabled Tide components (configured)", impact=INFO) java.lang.String showEnabledTideComponentsByName()
@MBeanOperation(description="Shows disabled Tide components (configured)", impact=INFO) java.lang.String showDisabledTideComponentsByName()
@MBeanOperation(description="Shows Tide component matchers (configured)", impact=INFO) java.lang.String showTideComponentMatchers()
@MBeanOperation(description="Reload the granite-config.xml file", impact=ACTION) void reload()