org.glassfish.paas.orchestrator.config
Interface ServiceRef
- All Superinterfaces:
- org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable
public interface ServiceRef
- extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable
- Author:
- Jagadish Ramu
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
createChild, deepCopy, getParent, getParent |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
injectedInto |
getServiceName
@NotNull
String getServiceName()
setServiceName
void setServiceName(String name)
throws PropertyVetoException
- Throws:
PropertyVetoException
getApplicationName
@NotNull
String getApplicationName()
setApplicationName
void setApplicationName(String applicationName)
throws PropertyVetoException
- Throws:
PropertyVetoException
Copyright © 2012. All Rights Reserved.