Interface AppTenant
-
- All Superinterfaces:
ConfigBeanProxy
public interface AppTenant extends ConfigBeanProxy
Records information about a tenant provisioned for a given application.- Author:
- Tim Quinn
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAppTenant.Duck
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContextRoot()PropertiesgetDeployProperties()StringgetTenant()voidsetContextRoot(String value)voidsetTenant(String value)-
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
-
-
-
-
Method Detail
-
getTenant
String getTenant()
-
setTenant
void setTenant(String value) throws PropertyVetoException
- Throws:
PropertyVetoException
-
getContextRoot
String getContextRoot()
-
setContextRoot
void setContextRoot(String value) throws PropertyVetoException
- Throws:
PropertyVetoException
-
getDeployProperties
@DuckTyped Properties getDeployProperties()
-
-