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 Class Summary
 
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
org.jvnet.hk2.config.ConfigBeanProxy.Duck
 
Method Summary
 String getApplicationName()
           
 String getServiceName()
           
 void setApplicationName(String applicationName)
           
 void setServiceName(String name)
           
 
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
 
Methods inherited from interface org.jvnet.hk2.component.Injectable
injectedInto
 

Method Detail

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.