Interface AppTenant
-
- All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy
public interface AppTenant extends org.jvnet.hk2.config.ConfigBeanProxyRecords 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)
-
-
-
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()
-
-