org.glassfish.paas.orchestrator.config
Interface Service
- All Superinterfaces:
- org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable, org.jvnet.hk2.config.types.PropertyBag
- All Known Subinterfaces:
- ApplicationScopedService, ExternalService, SharedService
public interface Service
- extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable, org.jvnet.hk2.config.types.PropertyBag
- 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.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 |
getProperty
@PropertiesDesc(props={})
List<org.jvnet.hk2.config.types.Property> getProperty()
- Properties as per
PropertyBag
- Specified by:
getProperty in interface org.jvnet.hk2.config.types.PropertyBag
getType
@NotNull
String getType()
setType
void setType(String type)
throws PropertyVetoException
- Throws:
PropertyVetoException
getServiceName
@NotNull
String getServiceName()
setServiceName
void setServiceName(String name)
throws PropertyVetoException
- Throws:
PropertyVetoException
getParentService
String getParentService()
setParentService
void setParentService(String serviceName)
throws PropertyVetoException
- Throws:
PropertyVetoException
getRequestingPlugin
String getRequestingPlugin()
setRequestingPlugin
void setRequestingPlugin(String requestingPlugin)
throws PropertyVetoException
- Throws:
PropertyVetoException
getMatchingPlugin
String getMatchingPlugin()
setMatchingPlugin
void setMatchingPlugin(String matchingPlugin)
throws PropertyVetoException
- Throws:
PropertyVetoException
Copyright © 2012. All Rights Reserved.