FileDocCategorySizeDatePackage
ModuleLogLevels.javaAPI DocGlassfish v2 API34354Fri May 26 10:47:10 BST 2006com.sun.enterprise.config.serverbeans

ModuleLogLevels

public class ModuleLogLevels extends com.sun.enterprise.config.ConfigBean implements Serializable
This generated bean class ModuleLogLevels matches the DTD element module-log-levels

Fields Summary
static Vector
comparators
private static final org.netbeans.modules.schema2beans.Version
runtimeVersion
public static final String
ELEMENT_PROPERTY
Constructors Summary
public ModuleLogLevels()


	  
		this(Common.USE_DEFAULT_VALUES);
	
public ModuleLogLevels(int options)

		super(comparators, runtimeVersion);
		// Properties (see root bean comments for the bean graph)
		initPropertyTables(1);
		this.createProperty("property", ELEMENT_PROPERTY, 
			Common.TYPE_0_N | Common.TYPE_BEAN | Common.TYPE_KEY, 
			ElementProperty.class);
		this.createAttribute(ELEMENT_PROPERTY, "name", "Name", 
						AttrProp.CDATA | AttrProp.REQUIRED,
						null, null);
		this.createAttribute(ELEMENT_PROPERTY, "value", "Value", 
						AttrProp.CDATA | AttrProp.REQUIRED,
						null, null);
		this.initialize(options);
	
Methods Summary
public static voidaddComparator(org.netbeans.modules.schema2beans.BeanComparator c)

		comparators.add(c);
	
public intaddElementProperty(ElementProperty value)

		return addElementProperty(value, true);
	
public intaddElementProperty(ElementProperty value, boolean overwrite)

		ElementProperty old = getElementPropertyByName(value.getName());
		if(old != null) {
			throw new ConfigException(StringManager.getManager(ModuleLogLevels.class).getString("cannotAddDuplicate",  "ElementProperty"));
		}
		return this.addValue(ELEMENT_PROPERTY, value, overwrite);
	
public voiddump(java.lang.StringBuffer str, java.lang.String indent)

		String s;
		Object o;
		org.netbeans.modules.schema2beans.BaseBean n;
		str.append(indent);
		str.append("ElementProperty["+this.sizeElementProperty()+"]");	// NOI18N
		for(int i=0; i<this.sizeElementProperty(); i++)
		{
			str.append(indent+"\t");
			str.append("#"+i+":");
			n = (org.netbeans.modules.schema2beans.BaseBean) this.getElementProperty(i);
			if (n != null)
				n.dump(str, indent + "\t");	// NOI18N
			else
				str.append(indent+"\tnull");	// NOI18N
			this.dumpAttributes(ELEMENT_PROPERTY, i, str, indent);
		}

	
public java.lang.StringdumpBeanNode()

		StringBuffer str = new StringBuffer();
		str.append("ModuleLogLevels\n");	// NOI18N
		this.dump(str, "\n  ");	// NOI18N
		return str.toString();
	
public java.lang.StringgetAdmin()
Getter for Admin of the Element module-log-levels

return
the Admin of the Element module-log-levels

		return getAttributeValue(ServerTags.ADMIN);
	
public java.lang.StringgetClassloader()
Getter for Classloader of the Element module-log-levels

return
the Classloader of the Element module-log-levels

		return getAttributeValue(ServerTags.CLASSLOADER);
	
public java.lang.StringgetCmp()
Getter for Cmp of the Element module-log-levels

return
the Cmp of the Element module-log-levels

		return getAttributeValue(ServerTags.CMP);
	
public java.lang.StringgetCmpContainer()
Getter for CmpContainer of the Element module-log-levels

return
the CmpContainer of the Element module-log-levels

		return getAttributeValue(ServerTags.CMP_CONTAINER);
	
public java.lang.StringgetConfiguration()
Getter for Configuration of the Element module-log-levels

return
the Configuration of the Element module-log-levels

		return getAttributeValue(ServerTags.CONFIGURATION);
	
public java.lang.StringgetConnector()
Getter for Connector of the Element module-log-levels

return
the Connector of the Element module-log-levels

		return getAttributeValue(ServerTags.CONNECTOR);
	
public java.lang.StringgetCorba()
Getter for Corba of the Element module-log-levels

return
the Corba of the Element module-log-levels

		return getAttributeValue(ServerTags.CORBA);
	
public static java.lang.StringgetDefaultAdmin()
Get the default value of Admin from dtd

		return "INFO".trim();
	
public static java.lang.StringgetDefaultAttributeValue(java.lang.String attr)

		if(attr == null) return null;
		attr = attr.trim();
		if(attr.equals(ServerTags.ROOT)) return "INFO".trim();
		if(attr.equals(ServerTags.SERVER)) return "INFO".trim();
		if(attr.equals(ServerTags.EJB_CONTAINER)) return "INFO".trim();
		if(attr.equals(ServerTags.CMP_CONTAINER)) return "INFO".trim();
		if(attr.equals(ServerTags.MDB_CONTAINER)) return "INFO".trim();
		if(attr.equals(ServerTags.WEB_CONTAINER)) return "INFO".trim();
		if(attr.equals(ServerTags.CLASSLOADER)) return "INFO".trim();
		if(attr.equals(ServerTags.CONFIGURATION)) return "INFO".trim();
		if(attr.equals(ServerTags.NAMING)) return "INFO".trim();
		if(attr.equals(ServerTags.SECURITY)) return "INFO".trim();
		if(attr.equals(ServerTags.JTS)) return "INFO".trim();
		if(attr.equals(ServerTags.JTA)) return "INFO".trim();
		if(attr.equals(ServerTags.ADMIN)) return "INFO".trim();
		if(attr.equals(ServerTags.DEPLOYMENT)) return "INFO".trim();
		if(attr.equals(ServerTags.VERIFIER)) return "INFO".trim();
		if(attr.equals(ServerTags.JAXR)) return "INFO".trim();
		if(attr.equals(ServerTags.JAXRPC)) return "INFO".trim();
		if(attr.equals(ServerTags.SAAJ)) return "INFO".trim();
		if(attr.equals(ServerTags.CORBA)) return "INFO".trim();
		if(attr.equals(ServerTags.JAVAMAIL)) return "INFO".trim();
		if(attr.equals(ServerTags.JMS)) return "INFO".trim();
		if(attr.equals(ServerTags.CONNECTOR)) return "INFO".trim();
		if(attr.equals(ServerTags.JDO)) return "INFO".trim();
		if(attr.equals(ServerTags.CMP)) return "INFO".trim();
		if(attr.equals(ServerTags.UTIL)) return "INFO".trim();
		if(attr.equals(ServerTags.RESOURCE_ADAPTER)) return "INFO".trim();
		if(attr.equals(ServerTags.SYNCHRONIZATION)) return "INFO".trim();
		if(attr.equals(ServerTags.NODE_AGENT)) return "INFO".trim();
		if(attr.equals(ServerTags.SELF_MANAGEMENT)) return "INFO".trim();
		if(attr.equals(ServerTags.GROUP_MANAGEMENT_SERVICE)) return "INFO".trim();
		if(attr.equals(ServerTags.MANAGEMENT_EVENT)) return "INFO".trim();
	return null;
	
public static java.lang.StringgetDefaultClassloader()
Get the default value of Classloader from dtd

		return "INFO".trim();
	
public static java.lang.StringgetDefaultCmp()
Get the default value of Cmp from dtd

		return "INFO".trim();
	
public static java.lang.StringgetDefaultCmpContainer()
Get the default value of CmpContainer from dtd

		return "INFO".trim();
	
public static java.lang.StringgetDefaultConfiguration()
Get the default value of Configuration from dtd

		return "INFO".trim();
	
public static java.lang.StringgetDefaultConnector()
Get the default value of Connector from dtd

		return "INFO".trim();
	
public static java.lang.StringgetDefaultCorba()
Get the default value of Corba from dtd

		return "INFO".trim();
	
public static java.lang.StringgetDefaultDeployment()
Get the default value of Deployment from dtd

		return "INFO".trim();
	
public static java.lang.StringgetDefaultEjbContainer()
Get the default value of EjbContainer from dtd

		return "INFO".trim();
	
public static java.lang.StringgetDefaultGroupManagementService()
Get the default value of GroupManagementService from dtd

		return "INFO".trim();
	
public static java.lang.StringgetDefaultJavamail()
Get the default value of Javamail from dtd

		return "INFO".trim();
	
public static java.lang.StringgetDefaultJaxr()
Get the default value of Jaxr from dtd

		return "INFO".trim();
	
public static java.lang.StringgetDefaultJaxrpc()
Get the default value of Jaxrpc from dtd

		return "INFO".trim();
	
public static java.lang.StringgetDefaultJdo()
Get the default value of Jdo from dtd

		return "INFO".trim();
	
public static java.lang.StringgetDefaultJms()
Get the default value of Jms from dtd

		return "INFO".trim();
	
public static java.lang.StringgetDefaultJta()
Get the default value of Jta from dtd

		return "INFO".trim();
	
public static java.lang.StringgetDefaultJts()
Get the default value of Jts from dtd

		return "INFO".trim();
	
public static java.lang.StringgetDefaultManagementEvent()
Get the default value of ManagementEvent from dtd

		return "INFO".trim();
	
public static java.lang.StringgetDefaultMdbContainer()
Get the default value of MdbContainer from dtd

		return "INFO".trim();
	
public static java.lang.StringgetDefaultNaming()
Get the default value of Naming from dtd

		return "INFO".trim();
	
public static java.lang.StringgetDefaultNodeAgent()
Get the default value of NodeAgent from dtd

		return "INFO".trim();
	
public static java.lang.StringgetDefaultResourceAdapter()
Get the default value of ResourceAdapter from dtd

		return "INFO".trim();
	
public static java.lang.StringgetDefaultRoot()
Get the default value of Root from dtd

		return "INFO".trim();
	
public static java.lang.StringgetDefaultSaaj()
Get the default value of Saaj from dtd

		return "INFO".trim();
	
public static java.lang.StringgetDefaultSecurity()
Get the default value of Security from dtd

		return "INFO".trim();
	
public static java.lang.StringgetDefaultSelfManagement()
Get the default value of SelfManagement from dtd

		return "INFO".trim();
	
public static java.lang.StringgetDefaultServer()
Get the default value of Server from dtd

		return "INFO".trim();
	
public static java.lang.StringgetDefaultSynchronization()
Get the default value of Synchronization from dtd

		return "INFO".trim();
	
public static java.lang.StringgetDefaultUtil()
Get the default value of Util from dtd

		return "INFO".trim();
	
public static java.lang.StringgetDefaultVerifier()
Get the default value of Verifier from dtd

		return "INFO".trim();
	
public static java.lang.StringgetDefaultWebContainer()
Get the default value of WebContainer from dtd

		return "INFO".trim();
	
public java.lang.StringgetDeployment()
Getter for Deployment of the Element module-log-levels

return
the Deployment of the Element module-log-levels

		return getAttributeValue(ServerTags.DEPLOYMENT);
	
public java.lang.StringgetEjbContainer()
Getter for EjbContainer of the Element module-log-levels

return
the EjbContainer of the Element module-log-levels

		return getAttributeValue(ServerTags.EJB_CONTAINER);
	
public ElementPropertygetElementProperty(int index)

		return (ElementProperty)this.getValue(ELEMENT_PROPERTY, index);
	
public ElementProperty[]getElementProperty()

		return (ElementProperty[])this.getValues(ELEMENT_PROPERTY);
	
public ElementPropertygetElementPropertyByName(java.lang.String id)

	 if (null != id) { id = id.trim(); }
	ElementProperty[] o = getElementProperty();
	 if (o == null) return null;

	 for (int i=0; i < o.length; i++) {
	     if(o[i].getAttributeValue(Common.convertName(ServerTags.NAME)).equals(id)) {
	         return o[i];
	     }
	 }

		return null;
		
	
public java.lang.StringgetGroupManagementService()
Getter for GroupManagementService of the Element module-log-levels

return
the GroupManagementService of the Element module-log-levels

		return getAttributeValue(ServerTags.GROUP_MANAGEMENT_SERVICE);
	
public java.lang.StringgetJavamail()
Getter for Javamail of the Element module-log-levels

return
the Javamail of the Element module-log-levels

		return getAttributeValue(ServerTags.JAVAMAIL);
	
public java.lang.StringgetJaxr()
Getter for Jaxr of the Element module-log-levels

return
the Jaxr of the Element module-log-levels

		return getAttributeValue(ServerTags.JAXR);
	
public java.lang.StringgetJaxrpc()
Getter for Jaxrpc of the Element module-log-levels

return
the Jaxrpc of the Element module-log-levels

		return getAttributeValue(ServerTags.JAXRPC);
	
public java.lang.StringgetJdo()
Getter for Jdo of the Element module-log-levels

return
the Jdo of the Element module-log-levels

		return getAttributeValue(ServerTags.JDO);
	
public java.lang.StringgetJms()
Getter for Jms of the Element module-log-levels

return
the Jms of the Element module-log-levels

		return getAttributeValue(ServerTags.JMS);
	
public java.lang.StringgetJta()
Getter for Jta of the Element module-log-levels

return
the Jta of the Element module-log-levels

		return getAttributeValue(ServerTags.JTA);
	
public java.lang.StringgetJts()
Getter for Jts of the Element module-log-levels

return
the Jts of the Element module-log-levels

		return getAttributeValue(ServerTags.JTS);
	
public java.lang.StringgetManagementEvent()
Getter for ManagementEvent of the Element module-log-levels

return
the ManagementEvent of the Element module-log-levels

		return getAttributeValue(ServerTags.MANAGEMENT_EVENT);
	
public java.lang.StringgetMdbContainer()
Getter for MdbContainer of the Element module-log-levels

return
the MdbContainer of the Element module-log-levels

		return getAttributeValue(ServerTags.MDB_CONTAINER);
	
public java.lang.StringgetNaming()
Getter for Naming of the Element module-log-levels

return
the Naming of the Element module-log-levels

		return getAttributeValue(ServerTags.NAMING);
	
public java.lang.StringgetNodeAgent()
Getter for NodeAgent of the Element module-log-levels

return
the NodeAgent of the Element module-log-levels

		return getAttributeValue(ServerTags.NODE_AGENT);
	
protected java.lang.StringgetRelativeXPath()
get the xpath representation for this element returns something like abc[@name='value'] or abc depending on the type of the bean

	    String ret = null;
	    ret = "module-log-levels";
	    return (null != ret ? ret.trim() : null);
	
public java.lang.StringgetResourceAdapter()
Getter for ResourceAdapter of the Element module-log-levels

return
the ResourceAdapter of the Element module-log-levels

		return getAttributeValue(ServerTags.RESOURCE_ADAPTER);
	
public java.lang.StringgetRoot()
Getter for Root of the Element module-log-levels

return
the Root of the Element module-log-levels

		return getAttributeValue(ServerTags.ROOT);
	
public java.lang.StringgetSaaj()
Getter for Saaj of the Element module-log-levels

return
the Saaj of the Element module-log-levels

		return getAttributeValue(ServerTags.SAAJ);
	
public java.lang.StringgetSecurity()
Getter for Security of the Element module-log-levels

return
the Security of the Element module-log-levels

		return getAttributeValue(ServerTags.SECURITY);
	
public java.lang.StringgetSelfManagement()
Getter for SelfManagement of the Element module-log-levels

return
the SelfManagement of the Element module-log-levels

		return getAttributeValue(ServerTags.SELF_MANAGEMENT);
	
public java.lang.StringgetServer()
Getter for Server of the Element module-log-levels

return
the Server of the Element module-log-levels

		return getAttributeValue(ServerTags.SERVER);
	
public java.lang.StringgetSynchronization()
Getter for Synchronization of the Element module-log-levels

return
the Synchronization of the Element module-log-levels

		return getAttributeValue(ServerTags.SYNCHRONIZATION);
	
public java.lang.StringgetUtil()
Getter for Util of the Element module-log-levels

return
the Util of the Element module-log-levels

		return getAttributeValue(ServerTags.UTIL);
	
public java.lang.StringgetVerifier()
Getter for Verifier of the Element module-log-levels

return
the Verifier of the Element module-log-levels

		return getAttributeValue(ServerTags.VERIFIER);
	
public java.lang.StringgetWebContainer()
Getter for WebContainer of the Element module-log-levels

return
the WebContainer of the Element module-log-levels

		return getAttributeValue(ServerTags.WEB_CONTAINER);
	
voidinitialize(int options)


	
public ElementPropertynewElementProperty()
Create a new bean using it's default constructor. This does not add it to any bean graph.

		return new ElementProperty();
	
public static voidremoveComparator(org.netbeans.modules.schema2beans.BeanComparator c)

		comparators.remove(c);
	
public intremoveElementProperty(ElementProperty value)

		return this.removeValue(ELEMENT_PROPERTY, value);
	
public intremoveElementProperty(ElementProperty value, boolean overwrite)

		return this.removeValue(ELEMENT_PROPERTY, value, overwrite);
	
public voidsetAdmin(java.lang.String v, boolean overwrite)
Modify the Admin of the Element module-log-levels

param
v the new value
throws
StaleWriteConfigException if overwrite is false and file changed on disk

		setAttributeValue(ServerTags.ADMIN, v, overwrite);
	
public voidsetAdmin(java.lang.String v)
Modify the Admin of the Element module-log-levels

param
v the new value

		setAttributeValue(ServerTags.ADMIN, v);
	
public voidsetClassloader(java.lang.String v, boolean overwrite)
Modify the Classloader of the Element module-log-levels

param
v the new value
throws
StaleWriteConfigException if overwrite is false and file changed on disk

		setAttributeValue(ServerTags.CLASSLOADER, v, overwrite);
	
public voidsetClassloader(java.lang.String v)
Modify the Classloader of the Element module-log-levels

param
v the new value

		setAttributeValue(ServerTags.CLASSLOADER, v);
	
public voidsetCmp(java.lang.String v, boolean overwrite)
Modify the Cmp of the Element module-log-levels

param
v the new value
throws
StaleWriteConfigException if overwrite is false and file changed on disk

		setAttributeValue(ServerTags.CMP, v, overwrite);
	
public voidsetCmp(java.lang.String v)
Modify the Cmp of the Element module-log-levels

param
v the new value

		setAttributeValue(ServerTags.CMP, v);
	
public voidsetCmpContainer(java.lang.String v, boolean overwrite)
Modify the CmpContainer of the Element module-log-levels

param
v the new value
throws
StaleWriteConfigException if overwrite is false and file changed on disk

		setAttributeValue(ServerTags.CMP_CONTAINER, v, overwrite);
	
public voidsetCmpContainer(java.lang.String v)
Modify the CmpContainer of the Element module-log-levels

param
v the new value

		setAttributeValue(ServerTags.CMP_CONTAINER, v);
	
public voidsetConfiguration(java.lang.String v, boolean overwrite)
Modify the Configuration of the Element module-log-levels

param
v the new value
throws
StaleWriteConfigException if overwrite is false and file changed on disk

		setAttributeValue(ServerTags.CONFIGURATION, v, overwrite);
	
public voidsetConfiguration(java.lang.String v)
Modify the Configuration of the Element module-log-levels

param
v the new value

		setAttributeValue(ServerTags.CONFIGURATION, v);
	
public voidsetConnector(java.lang.String v, boolean overwrite)
Modify the Connector of the Element module-log-levels

param
v the new value
throws
StaleWriteConfigException if overwrite is false and file changed on disk

		setAttributeValue(ServerTags.CONNECTOR, v, overwrite);
	
public voidsetConnector(java.lang.String v)
Modify the Connector of the Element module-log-levels

param
v the new value

		setAttributeValue(ServerTags.CONNECTOR, v);
	
public voidsetCorba(java.lang.String v, boolean overwrite)
Modify the Corba of the Element module-log-levels

param
v the new value
throws
StaleWriteConfigException if overwrite is false and file changed on disk

		setAttributeValue(ServerTags.CORBA, v, overwrite);
	
public voidsetCorba(java.lang.String v)
Modify the Corba of the Element module-log-levels

param
v the new value

		setAttributeValue(ServerTags.CORBA, v);
	
public voidsetDeployment(java.lang.String v, boolean overwrite)
Modify the Deployment of the Element module-log-levels

param
v the new value
throws
StaleWriteConfigException if overwrite is false and file changed on disk

		setAttributeValue(ServerTags.DEPLOYMENT, v, overwrite);
	
public voidsetDeployment(java.lang.String v)
Modify the Deployment of the Element module-log-levels

param
v the new value

		setAttributeValue(ServerTags.DEPLOYMENT, v);
	
public voidsetEjbContainer(java.lang.String v, boolean overwrite)
Modify the EjbContainer of the Element module-log-levels

param
v the new value
throws
StaleWriteConfigException if overwrite is false and file changed on disk

		setAttributeValue(ServerTags.EJB_CONTAINER, v, overwrite);
	
public voidsetEjbContainer(java.lang.String v)
Modify the EjbContainer of the Element module-log-levels

param
v the new value

		setAttributeValue(ServerTags.EJB_CONTAINER, v);
	
public voidsetElementProperty(ElementProperty[] value)

		this.setValue(ELEMENT_PROPERTY, value);
	
public voidsetGroupManagementService(java.lang.String v, boolean overwrite)
Modify the GroupManagementService of the Element module-log-levels

param
v the new value
throws
StaleWriteConfigException if overwrite is false and file changed on disk

		setAttributeValue(ServerTags.GROUP_MANAGEMENT_SERVICE, v, overwrite);
	
public voidsetGroupManagementService(java.lang.String v)
Modify the GroupManagementService of the Element module-log-levels

param
v the new value

		setAttributeValue(ServerTags.GROUP_MANAGEMENT_SERVICE, v);
	
public voidsetJavamail(java.lang.String v, boolean overwrite)
Modify the Javamail of the Element module-log-levels

param
v the new value
throws
StaleWriteConfigException if overwrite is false and file changed on disk

		setAttributeValue(ServerTags.JAVAMAIL, v, overwrite);
	
public voidsetJavamail(java.lang.String v)
Modify the Javamail of the Element module-log-levels

param
v the new value

		setAttributeValue(ServerTags.JAVAMAIL, v);
	
public voidsetJaxr(java.lang.String v, boolean overwrite)
Modify the Jaxr of the Element module-log-levels

param
v the new value
throws
StaleWriteConfigException if overwrite is false and file changed on disk

		setAttributeValue(ServerTags.JAXR, v, overwrite);
	
public voidsetJaxr(java.lang.String v)
Modify the Jaxr of the Element module-log-levels

param
v the new value

		setAttributeValue(ServerTags.JAXR, v);
	
public voidsetJaxrpc(java.lang.String v, boolean overwrite)
Modify the Jaxrpc of the Element module-log-levels

param
v the new value
throws
StaleWriteConfigException if overwrite is false and file changed on disk

		setAttributeValue(ServerTags.JAXRPC, v, overwrite);
	
public voidsetJaxrpc(java.lang.String v)
Modify the Jaxrpc of the Element module-log-levels

param
v the new value

		setAttributeValue(ServerTags.JAXRPC, v);
	
public voidsetJdo(java.lang.String v, boolean overwrite)
Modify the Jdo of the Element module-log-levels

param
v the new value
throws
StaleWriteConfigException if overwrite is false and file changed on disk

		setAttributeValue(ServerTags.JDO, v, overwrite);
	
public voidsetJdo(java.lang.String v)
Modify the Jdo of the Element module-log-levels

param
v the new value

		setAttributeValue(ServerTags.JDO, v);
	
public voidsetJms(java.lang.String v, boolean overwrite)
Modify the Jms of the Element module-log-levels

param
v the new value
throws
StaleWriteConfigException if overwrite is false and file changed on disk

		setAttributeValue(ServerTags.JMS, v, overwrite);
	
public voidsetJms(java.lang.String v)
Modify the Jms of the Element module-log-levels

param
v the new value

		setAttributeValue(ServerTags.JMS, v);
	
public voidsetJta(java.lang.String v, boolean overwrite)
Modify the Jta of the Element module-log-levels

param
v the new value
throws
StaleWriteConfigException if overwrite is false and file changed on disk

		setAttributeValue(ServerTags.JTA, v, overwrite);
	
public voidsetJta(java.lang.String v)
Modify the Jta of the Element module-log-levels

param
v the new value

		setAttributeValue(ServerTags.JTA, v);
	
public voidsetJts(java.lang.String v, boolean overwrite)
Modify the Jts of the Element module-log-levels

param
v the new value
throws
StaleWriteConfigException if overwrite is false and file changed on disk

		setAttributeValue(ServerTags.JTS, v, overwrite);
	
public voidsetJts(java.lang.String v)
Modify the Jts of the Element module-log-levels

param
v the new value

		setAttributeValue(ServerTags.JTS, v);
	
public voidsetManagementEvent(java.lang.String v, boolean overwrite)
Modify the ManagementEvent of the Element module-log-levels

param
v the new value
throws
StaleWriteConfigException if overwrite is false and file changed on disk

		setAttributeValue(ServerTags.MANAGEMENT_EVENT, v, overwrite);
	
public voidsetManagementEvent(java.lang.String v)
Modify the ManagementEvent of the Element module-log-levels

param
v the new value

		setAttributeValue(ServerTags.MANAGEMENT_EVENT, v);
	
public voidsetMdbContainer(java.lang.String v, boolean overwrite)
Modify the MdbContainer of the Element module-log-levels

param
v the new value
throws
StaleWriteConfigException if overwrite is false and file changed on disk

		setAttributeValue(ServerTags.MDB_CONTAINER, v, overwrite);
	
public voidsetMdbContainer(java.lang.String v)
Modify the MdbContainer of the Element module-log-levels

param
v the new value

		setAttributeValue(ServerTags.MDB_CONTAINER, v);
	
public voidsetNaming(java.lang.String v, boolean overwrite)
Modify the Naming of the Element module-log-levels

param
v the new value
throws
StaleWriteConfigException if overwrite is false and file changed on disk

		setAttributeValue(ServerTags.NAMING, v, overwrite);
	
public voidsetNaming(java.lang.String v)
Modify the Naming of the Element module-log-levels

param
v the new value

		setAttributeValue(ServerTags.NAMING, v);
	
public voidsetNodeAgent(java.lang.String v, boolean overwrite)
Modify the NodeAgent of the Element module-log-levels

param
v the new value
throws
StaleWriteConfigException if overwrite is false and file changed on disk

		setAttributeValue(ServerTags.NODE_AGENT, v, overwrite);
	
public voidsetNodeAgent(java.lang.String v)
Modify the NodeAgent of the Element module-log-levels

param
v the new value

		setAttributeValue(ServerTags.NODE_AGENT, v);
	
public voidsetResourceAdapter(java.lang.String v, boolean overwrite)
Modify the ResourceAdapter of the Element module-log-levels

param
v the new value
throws
StaleWriteConfigException if overwrite is false and file changed on disk

		setAttributeValue(ServerTags.RESOURCE_ADAPTER, v, overwrite);
	
public voidsetResourceAdapter(java.lang.String v)
Modify the ResourceAdapter of the Element module-log-levels

param
v the new value

		setAttributeValue(ServerTags.RESOURCE_ADAPTER, v);
	
public voidsetRoot(java.lang.String v, boolean overwrite)
Modify the Root of the Element module-log-levels

param
v the new value
throws
StaleWriteConfigException if overwrite is false and file changed on disk

		setAttributeValue(ServerTags.ROOT, v, overwrite);
	
public voidsetRoot(java.lang.String v)
Modify the Root of the Element module-log-levels

param
v the new value

		setAttributeValue(ServerTags.ROOT, v);
	
public voidsetSaaj(java.lang.String v, boolean overwrite)
Modify the Saaj of the Element module-log-levels

param
v the new value
throws
StaleWriteConfigException if overwrite is false and file changed on disk

		setAttributeValue(ServerTags.SAAJ, v, overwrite);
	
public voidsetSaaj(java.lang.String v)
Modify the Saaj of the Element module-log-levels

param
v the new value

		setAttributeValue(ServerTags.SAAJ, v);
	
public voidsetSecurity(java.lang.String v, boolean overwrite)
Modify the Security of the Element module-log-levels

param
v the new value
throws
StaleWriteConfigException if overwrite is false and file changed on disk

		setAttributeValue(ServerTags.SECURITY, v, overwrite);
	
public voidsetSecurity(java.lang.String v)
Modify the Security of the Element module-log-levels

param
v the new value

		setAttributeValue(ServerTags.SECURITY, v);
	
public voidsetSelfManagement(java.lang.String v, boolean overwrite)
Modify the SelfManagement of the Element module-log-levels

param
v the new value
throws
StaleWriteConfigException if overwrite is false and file changed on disk

		setAttributeValue(ServerTags.SELF_MANAGEMENT, v, overwrite);
	
public voidsetSelfManagement(java.lang.String v)
Modify the SelfManagement of the Element module-log-levels

param
v the new value

		setAttributeValue(ServerTags.SELF_MANAGEMENT, v);
	
public voidsetServer(java.lang.String v, boolean overwrite)
Modify the Server of the Element module-log-levels

param
v the new value
throws
StaleWriteConfigException if overwrite is false and file changed on disk

		setAttributeValue(ServerTags.SERVER, v, overwrite);
	
public voidsetServer(java.lang.String v)
Modify the Server of the Element module-log-levels

param
v the new value

		setAttributeValue(ServerTags.SERVER, v);
	
public voidsetSynchronization(java.lang.String v, boolean overwrite)
Modify the Synchronization of the Element module-log-levels

param
v the new value
throws
StaleWriteConfigException if overwrite is false and file changed on disk

		setAttributeValue(ServerTags.SYNCHRONIZATION, v, overwrite);
	
public voidsetSynchronization(java.lang.String v)
Modify the Synchronization of the Element module-log-levels

param
v the new value

		setAttributeValue(ServerTags.SYNCHRONIZATION, v);
	
public voidsetUtil(java.lang.String v, boolean overwrite)
Modify the Util of the Element module-log-levels

param
v the new value
throws
StaleWriteConfigException if overwrite is false and file changed on disk

		setAttributeValue(ServerTags.UTIL, v, overwrite);
	
public voidsetUtil(java.lang.String v)
Modify the Util of the Element module-log-levels

param
v the new value

		setAttributeValue(ServerTags.UTIL, v);
	
public voidsetVerifier(java.lang.String v, boolean overwrite)
Modify the Verifier of the Element module-log-levels

param
v the new value
throws
StaleWriteConfigException if overwrite is false and file changed on disk

		setAttributeValue(ServerTags.VERIFIER, v, overwrite);
	
public voidsetVerifier(java.lang.String v)
Modify the Verifier of the Element module-log-levels

param
v the new value

		setAttributeValue(ServerTags.VERIFIER, v);
	
public voidsetWebContainer(java.lang.String v, boolean overwrite)
Modify the WebContainer of the Element module-log-levels

param
v the new value
throws
StaleWriteConfigException if overwrite is false and file changed on disk

		setAttributeValue(ServerTags.WEB_CONTAINER, v, overwrite);
	
public voidsetWebContainer(java.lang.String v)
Modify the WebContainer of the Element module-log-levels

param
v the new value

		setAttributeValue(ServerTags.WEB_CONTAINER, v);
	
public intsizeElementProperty()

		return this.size(ELEMENT_PROPERTY);
	
public voidvalidate()