org.glassfish.paas.orchestrator.config
Interface ServiceProvisioningEngine
- All Superinterfaces:
- org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable, org.jvnet.hk2.config.types.PropertyBag
public interface ServiceProvisioningEngine
- extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable, org.jvnet.hk2.config.types.PropertyBag
ConfigBean representing the element
- Author:
- Sandhya Kripalani K
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.types.PropertyBag |
org.jvnet.hk2.config.types.PropertyBag.Duck |
| 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 |
getType
@NotNull
String getType()
setType
void setType(String type)
throws PropertyVetoException
- Throws:
PropertyVetoException
getClassName
@NotNull
String getClassName()
setClassName
void setClassName(String className)
throws PropertyVetoException
- Throws:
PropertyVetoException
getDefault
boolean getDefault()
setDefault
void setDefault(boolean defaultValue)
throws PropertyVetoException
- Throws:
PropertyVetoException
getProperty
@PropertiesDesc(props={})
List<org.jvnet.hk2.config.types.Property> getProperty()
- Specified by:
getProperty in interface org.jvnet.hk2.config.types.PropertyBag
Copyright © 2012. All Rights Reserved.