com.sun.enterprise.config.serverbeans
Interface ModuleLogLevels

All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable, org.jvnet.hk2.config.types.PropertyBag

public interface ModuleLogLevels
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable, org.jvnet.hk2.config.types.PropertyBag


Nested Class Summary
static class ModuleLogLevels.Duck
           
 
Method Summary
 String getAdmin()
          Gets the value of the admin property.
 Map<String,String> getAllLogLevels()
           
 String getClassloader()
          Gets the value of the classloader property.
 String getCmp()
          Gets the value of the cmp property.
 String getCmpContainer()
          Gets the value of the cmpContainer property.
 String getConfiguration()
          Gets the value of the configuration property.
 String getConnector()
          Gets the value of the connector property.
 String getCorba()
          Gets the value of the corba property.
 String getDeployment()
          Gets the value of the deployment property.
 String getEjbContainer()
          Gets the value of the ejbContainer property.
 String getGroupManagementService()
          Gets the value of the groupManagementService property.
 String getJavamail()
          Gets the value of the javamail property.
 String getJaxr()
          Gets the value of the jaxr property.
 String getJaxrpc()
          Gets the value of the jaxrpc property.
 String getJdo()
          Gets the value of the jdo property.
 String getJms()
          Gets the value of the jms property.
 String getJta()
          Gets the value of the jta property.
 String getJts()
          Gets the value of the jts property.
 String getManagementEvent()
          Gets the value of the managementEvent property.
 String getMdbContainer()
          Gets the value of the mdbContainer property.
 String getNaming()
          Gets the value of the naming property.
 String getNodeAgent()
          Gets the value of the nodeAgent property.
 List<org.jvnet.hk2.config.types.Property> getProperty()
          Properties as per PropertyBag
 String getResourceAdapter()
          Gets the value of the resourceAdapter property.
 String getRoot()
          Gets the value of the root property.
 String getSaaj()
          Gets the value of the saaj property.
 String getSecurity()
          Gets the value of the security property.
 String getSelfManagement()
          Gets the value of the selfManagement property.
 String getServer()
          Gets the value of the server property.
 String getSynchronization()
          Gets the value of the synchronization property.
 String getUtil()
          Gets the value of the util property.
 String getVerifier()
          Gets the value of the verifier property.
 String getWebContainer()
          Gets the value of the webContainer property.
 void setAdmin(String value)
          Sets the value of the admin property.
 void setClassloader(String value)
          Sets the value of the classloader property.
 void setCmp(String value)
          Sets the value of the cmp property.
 void setCmpContainer(String value)
          Sets the value of the cmpContainer property.
 void setConfiguration(String value)
          Sets the value of the configuration property.
 void setConnector(String value)
          Sets the value of the connector property.
 void setCorba(String value)
          Sets the value of the corba property.
 void setDeployment(String value)
          Sets the value of the deployment property.
 void setEjbContainer(String value)
          Sets the value of the ejbContainer property.
 void setGroupManagementService(String value)
          Sets the value of the groupManagementService property.
 void setJavamail(String value)
          Sets the value of the javamail property.
 void setJaxr(String value)
          Sets the value of the jaxr property.
 void setJaxrpc(String value)
          Sets the value of the jaxrpc property.
 void setJdo(String value)
          Sets the value of the jdo property.
 void setJms(String value)
          Sets the value of the jms property.
 void setJta(String value)
          Sets the value of the jta property.
 void setJts(String value)
          Sets the value of the jts property.
 void setManagementEvent(String value)
          Sets the value of the managementEvent property.
 void setMdbContainer(String value)
          Sets the value of the mdbContainer property.
 void setNaming(String value)
          Sets the value of the naming property.
 void setNodeAgent(String value)
          Sets the value of the nodeAgent property.
 void setResourceAdapter(String value)
          Sets the value of the resourceAdapter property.
 void setRoot(String value)
          Sets the value of the root property.
 void setSaaj(String value)
          Sets the value of the saaj property.
 void setSecurity(String value)
          Sets the value of the security property.
 void setSelfManagement(String value)
          Sets the value of the selfManagement property.
 void setServer(String value)
          Sets the value of the server property.
 void setSynchronization(String value)
          Sets the value of the synchronization property.
 void setUtil(String value)
          Sets the value of the util property.
 void setVerifier(String value)
          Sets the value of the verifier property.
 void setWebContainer(String value)
          Sets the value of the webContainer property.
 
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
 
Methods inherited from interface org.jvnet.hk2.component.Injectable
injectedInto
 
Methods inherited from interface org.jvnet.hk2.config.types.PropertyBag
getProperty, getPropertyValue, getPropertyValue
 

Method Detail

getRoot

String getRoot()
Gets the value of the root property.

Returns:
possible object is String

setRoot

void setRoot(String value)
             throws PropertyVetoException
Sets the value of the root property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getServer

String getServer()
Gets the value of the server property.

Returns:
possible object is String

setServer

void setServer(String value)
               throws PropertyVetoException
Sets the value of the server property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getEjbContainer

String getEjbContainer()
Gets the value of the ejbContainer property.

Returns:
possible object is String

setEjbContainer

void setEjbContainer(String value)
                     throws PropertyVetoException
Sets the value of the ejbContainer property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getCmpContainer

String getCmpContainer()
Gets the value of the cmpContainer property.

Returns:
possible object is String

setCmpContainer

void setCmpContainer(String value)
                     throws PropertyVetoException
Sets the value of the cmpContainer property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getMdbContainer

String getMdbContainer()
Gets the value of the mdbContainer property.

Returns:
possible object is String

setMdbContainer

void setMdbContainer(String value)
                     throws PropertyVetoException
Sets the value of the mdbContainer property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getWebContainer

String getWebContainer()
Gets the value of the webContainer property.

Returns:
possible object is String

setWebContainer

void setWebContainer(String value)
                     throws PropertyVetoException
Sets the value of the webContainer property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getClassloader

String getClassloader()
Gets the value of the classloader property.

Returns:
possible object is String

setClassloader

void setClassloader(String value)
                    throws PropertyVetoException
Sets the value of the classloader property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getConfiguration

String getConfiguration()
Gets the value of the configuration property.

Returns:
possible object is String

setConfiguration

void setConfiguration(String value)
                      throws PropertyVetoException
Sets the value of the configuration property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getNaming

String getNaming()
Gets the value of the naming property.

Returns:
possible object is String

setNaming

void setNaming(String value)
               throws PropertyVetoException
Sets the value of the naming property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getSecurity

String getSecurity()
Gets the value of the security property.

Returns:
possible object is String

setSecurity

void setSecurity(String value)
                 throws PropertyVetoException
Sets the value of the security property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getJts

String getJts()
Gets the value of the jts property.

Returns:
possible object is String

setJts

void setJts(String value)
            throws PropertyVetoException
Sets the value of the jts property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getJta

String getJta()
Gets the value of the jta property.

Returns:
possible object is String

setJta

void setJta(String value)
            throws PropertyVetoException
Sets the value of the jta property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getAdmin

String getAdmin()
Gets the value of the admin property.

Returns:
possible object is String

setAdmin

void setAdmin(String value)
              throws PropertyVetoException
Sets the value of the admin property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getDeployment

String getDeployment()
Gets the value of the deployment property.

Returns:
possible object is String

setDeployment

void setDeployment(String value)
                   throws PropertyVetoException
Sets the value of the deployment property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getVerifier

String getVerifier()
Gets the value of the verifier property.

Returns:
possible object is String

setVerifier

void setVerifier(String value)
                 throws PropertyVetoException
Sets the value of the verifier property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getJaxr

String getJaxr()
Gets the value of the jaxr property.

Returns:
possible object is String

setJaxr

void setJaxr(String value)
             throws PropertyVetoException
Sets the value of the jaxr property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getJaxrpc

String getJaxrpc()
Gets the value of the jaxrpc property.

Returns:
possible object is String

setJaxrpc

void setJaxrpc(String value)
               throws PropertyVetoException
Sets the value of the jaxrpc property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getSaaj

String getSaaj()
Gets the value of the saaj property.

Returns:
possible object is String

setSaaj

void setSaaj(String value)
             throws PropertyVetoException
Sets the value of the saaj property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getCorba

String getCorba()
Gets the value of the corba property.

Returns:
possible object is String

setCorba

void setCorba(String value)
              throws PropertyVetoException
Sets the value of the corba property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getJavamail

String getJavamail()
Gets the value of the javamail property.

Returns:
possible object is String

setJavamail

void setJavamail(String value)
                 throws PropertyVetoException
Sets the value of the javamail property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getJms

String getJms()
Gets the value of the jms property.

Returns:
possible object is String

setJms

void setJms(String value)
            throws PropertyVetoException
Sets the value of the jms property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getConnector

String getConnector()
Gets the value of the connector property.

Returns:
possible object is String

setConnector

void setConnector(String value)
                  throws PropertyVetoException
Sets the value of the connector property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getJdo

String getJdo()
Gets the value of the jdo property.

Returns:
possible object is String

setJdo

void setJdo(String value)
            throws PropertyVetoException
Sets the value of the jdo property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getCmp

String getCmp()
Gets the value of the cmp property.

Returns:
possible object is String

setCmp

void setCmp(String value)
            throws PropertyVetoException
Sets the value of the cmp property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getUtil

String getUtil()
Gets the value of the util property.

Returns:
possible object is String

setUtil

void setUtil(String value)
             throws PropertyVetoException
Sets the value of the util property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getResourceAdapter

String getResourceAdapter()
Gets the value of the resourceAdapter property.

Returns:
possible object is String

setResourceAdapter

void setResourceAdapter(String value)
                        throws PropertyVetoException
Sets the value of the resourceAdapter property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getSynchronization

String getSynchronization()
Gets the value of the synchronization property.

Returns:
possible object is String

setSynchronization

void setSynchronization(String value)
                        throws PropertyVetoException
Sets the value of the synchronization property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getNodeAgent

String getNodeAgent()
Gets the value of the nodeAgent property.

Returns:
possible object is String

setNodeAgent

void setNodeAgent(String value)
                  throws PropertyVetoException
Sets the value of the nodeAgent property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getSelfManagement

String getSelfManagement()
Gets the value of the selfManagement property.

Returns:
possible object is String

setSelfManagement

void setSelfManagement(String value)
                       throws PropertyVetoException
Sets the value of the selfManagement property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getGroupManagementService

String getGroupManagementService()
Gets the value of the groupManagementService property.

Returns:
possible object is String

setGroupManagementService

void setGroupManagementService(String value)
                               throws PropertyVetoException
Sets the value of the groupManagementService property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getManagementEvent

String getManagementEvent()
Gets the value of the managementEvent property.

Returns:
possible object is String

setManagementEvent

void setManagementEvent(String value)
                        throws PropertyVetoException
Sets the value of the managementEvent property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getAllLogLevels

@DuckTyped
Map<String,String> getAllLogLevels()

getProperty

@ToDo(priority=IMPORTANT,
      details="Provide PropertyDesc for legal props")
@PropertiesDesc(props={})
List<org.jvnet.hk2.config.types.Property> getProperty()
Properties as per PropertyBag

Specified by:
getProperty in interface org.jvnet.hk2.config.types.PropertyBag


Copyright © 2012 GlassFish Community. All Rights Reserved.