org.glassfish.paas.orchestrator.config
Interface ApplicationScopedService
- All Superinterfaces:
- org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable, org.jvnet.hk2.config.types.PropertyBag, Service
public interface ApplicationScopedService
- 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 |
getState
String getState()
setState
void setState(String state)
throws PropertyVetoException
- Throws:
PropertyVetoException
getApplicationName
String getApplicationName()
setApplicationName
void setApplicationName(String applicationName)
throws PropertyVetoException
- Throws:
PropertyVetoException
getTemplate
String getTemplate()
setTemplate
void setTemplate(String template)
throws PropertyVetoException
- Throws:
PropertyVetoException
Copyright © 2012. All Rights Reserved.