Interface AppTenant
- All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy
public interface AppTenant
extends org.jvnet.hk2.config.ConfigBeanProxy
Records information about a tenant provisioned for a given application.
- Author:
- Tim Quinn
-
Method Summary
Modifier and TypeMethodDescriptiondefault PropertiesvoidsetContextRoot(String contextRoot) voidMethods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
-
Method Details
-
getTenant
String getTenant() -
setTenant
- Throws:
PropertyVetoException
-
getContextRoot
String getContextRoot() -
setContextRoot
- Throws:
PropertyVetoException
-
getDeployProperties
-