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 Class Summary
 
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
 
Method Summary
 String getClassName()
           
 boolean getDefault()
           
 List<org.jvnet.hk2.config.types.Property> getProperty()
           
 String getType()
           
 void setClassName(String className)
           
 void setDefault(boolean defaultValue)
           
 void setType(String type)
           
 
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
 

Method Detail

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.