Interface ModuleLogLevels
-
- All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy,org.jvnet.hk2.config.types.PropertyBag
public interface ModuleLogLevels extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classModuleLogLevels.Duck
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAdmin()Gets the value of the admin property.Map<String,String>getAllLogLevels()StringgetClassloader()Gets the value of the classloader property.StringgetCmp()Gets the value of the cmp property.StringgetCmpContainer()Gets the value of the cmpContainer property.StringgetConfiguration()Gets the value of the configuration property.StringgetConnector()Gets the value of the connector property.StringgetCorba()Gets the value of the corba property.StringgetDeployment()Gets the value of the deployment property.StringgetEjbContainer()Gets the value of the ejbContainer property.StringgetGroupManagementService()Gets the value of the groupManagementService property.StringgetJavamail()Gets the value of the javamail property.StringgetJaxr()Gets the value of the jaxr property.StringgetJaxrpc()Gets the value of the jaxrpc property.StringgetJdo()Gets the value of the jdo property.StringgetJms()Gets the value of the jms property.StringgetJta()Gets the value of the jta property.StringgetJts()Gets the value of the jts property.StringgetManagementEvent()Gets the value of the managementEvent property.StringgetMdbContainer()Gets the value of the mdbContainer property.StringgetNaming()Gets the value of the naming property.StringgetNodeAgent()Gets the value of the nodeAgent property.List<org.jvnet.hk2.config.types.Property>getProperty()Properties as perPropertyBagStringgetResourceAdapter()Gets the value of the resourceAdapter property.StringgetRoot()Gets the value of the root property.StringgetSaaj()Gets the value of the saaj property.StringgetSecurity()Gets the value of the security property.StringgetSelfManagement()Gets the value of the selfManagement property.StringgetServer()Gets the value of the server property.StringgetSynchronization()Gets the value of the synchronization property.StringgetUtil()Gets the value of the util property.StringgetVerifier()Gets the value of the verifier property.StringgetWebContainer()Gets the value of the webContainer property.voidsetAdmin(String value)Sets the value of the admin property.voidsetClassloader(String value)Sets the value of the classloader property.voidsetCmp(String value)Sets the value of the cmp property.voidsetCmpContainer(String value)Sets the value of the cmpContainer property.voidsetConfiguration(String value)Sets the value of the configuration property.voidsetConnector(String value)Sets the value of the connector property.voidsetCorba(String value)Sets the value of the corba property.voidsetDeployment(String value)Sets the value of the deployment property.voidsetEjbContainer(String value)Sets the value of the ejbContainer property.voidsetGroupManagementService(String value)Sets the value of the groupManagementService property.voidsetJavamail(String value)Sets the value of the javamail property.voidsetJaxr(String value)Sets the value of the jaxr property.voidsetJaxrpc(String value)Sets the value of the jaxrpc property.voidsetJdo(String value)Sets the value of the jdo property.voidsetJms(String value)Sets the value of the jms property.voidsetJta(String value)Sets the value of the jta property.voidsetJts(String value)Sets the value of the jts property.voidsetManagementEvent(String value)Sets the value of the managementEvent property.voidsetMdbContainer(String value)Sets the value of the mdbContainer property.voidsetNaming(String value)Sets the value of the naming property.voidsetNodeAgent(String value)Sets the value of the nodeAgent property.voidsetResourceAdapter(String value)Sets the value of the resourceAdapter property.voidsetRoot(String value)Sets the value of the root property.voidsetSaaj(String value)Sets the value of the saaj property.voidsetSecurity(String value)Sets the value of the security property.voidsetSelfManagement(String value)Sets the value of the selfManagement property.voidsetServer(String value)Sets the value of the server property.voidsetSynchronization(String value)Sets the value of the synchronization property.voidsetUtil(String value)Sets the value of the util property.voidsetVerifier(String value)Sets the value of the verifier property.voidsetWebContainer(String value)Sets the value of the webContainer property.
-
-
-
Method Detail
-
setRoot
void setRoot(String value) throws PropertyVetoException
Sets the value of the root property.- Parameters:
value- allowed object isString- 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 isString- 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 isString- 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 isString- 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 isString- 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 isString- 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 isString- 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 isString- 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 isString- 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 isString- Throws:
PropertyVetoException
-
setJts
void setJts(String value) throws PropertyVetoException
Sets the value of the jts property.- Parameters:
value- allowed object isString- Throws:
PropertyVetoException
-
setJta
void setJta(String value) throws PropertyVetoException
Sets the value of the jta property.- Parameters:
value- allowed object isString- Throws:
PropertyVetoException
-
setAdmin
void setAdmin(String value) throws PropertyVetoException
Sets the value of the admin property.- Parameters:
value- allowed object isString- 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 isString- 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 isString- Throws:
PropertyVetoException
-
setJaxr
void setJaxr(String value) throws PropertyVetoException
Sets the value of the jaxr property.- Parameters:
value- allowed object isString- 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 isString- Throws:
PropertyVetoException
-
setSaaj
void setSaaj(String value) throws PropertyVetoException
Sets the value of the saaj property.- Parameters:
value- allowed object isString- Throws:
PropertyVetoException
-
setCorba
void setCorba(String value) throws PropertyVetoException
Sets the value of the corba property.- Parameters:
value- allowed object isString- 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 isString- Throws:
PropertyVetoException
-
setJms
void setJms(String value) throws PropertyVetoException
Sets the value of the jms property.- Parameters:
value- allowed object isString- 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 isString- Throws:
PropertyVetoException
-
setJdo
void setJdo(String value) throws PropertyVetoException
Sets the value of the jdo property.- Parameters:
value- allowed object isString- Throws:
PropertyVetoException
-
setCmp
void setCmp(String value) throws PropertyVetoException
Sets the value of the cmp property.- Parameters:
value- allowed object isString- Throws:
PropertyVetoException
-
setUtil
void setUtil(String value) throws PropertyVetoException
Sets the value of the util property.- Parameters:
value- allowed object isString- 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 isString- 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 isString- 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 isString- 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 isString- 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 isString- 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 isString- Throws:
PropertyVetoException
-
getProperty
@ToDo(priority=IMPORTANT, details="Provide PropertyDesc for legal props") @PropertiesDesc(props={}) List<org.jvnet.hk2.config.types.Property> getProperty()Properties as perPropertyBag- Specified by:
getPropertyin interfaceorg.jvnet.hk2.config.types.PropertyBag
-
-