org.glassfish.paas.orchestrator.config
Interface SharedService
- All Superinterfaces:
- org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable, org.jvnet.hk2.config.types.PropertyBag, Service
public interface SharedService
- extends Service
- Author:
- Jagadish Ramu
| 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.glassfish.paas.orchestrator.config.Service |
getMatchingPlugin, getParentService, getProperty, getRequestingPlugin, getServiceName, getType, setMatchingPlugin, setParentService, setRequestingPlugin, setServiceName, setType |
| 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 |
getDefault
boolean getDefault()
setDefault
void setDefault(boolean defaultValue)
throws PropertyVetoException
- Throws:
PropertyVetoException
getInitMode
String getInitMode()
setInitMode
void setInitMode(String initMode)
throws PropertyVetoException
- Throws:
PropertyVetoException
getState
String getState()
setState
void setState(String state)
throws PropertyVetoException
- Throws:
PropertyVetoException
getTemplate
String getTemplate()
setTemplate
void setTemplate(String template)
throws PropertyVetoException
- Throws:
PropertyVetoException
getCharacteristics
Characteristics getCharacteristics()
setCharacteristics
void setCharacteristics(Characteristics characteristics)
throws PropertyVetoException
- Throws:
PropertyVetoException
getConfigurations
Configurations getConfigurations()
setConfigurations
void setConfigurations(Configurations configurations)
throws PropertyVetoException
- Throws:
PropertyVetoException
Copyright © 2012. All Rights Reserved.