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 Class Summary
 
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
 
Method Summary
 String getApplicationName()
           
 String getState()
           
 String getTemplate()
           
 void setApplicationName(String applicationName)
           
 void setState(String state)
           
 void setTemplate(String template)
           
 
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
 

Method Detail

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.