org.glassfish.paas.orchestrator.config
Interface PaasApplication

All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable

public interface PaasApplication
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable

* @author Sandhya Kripalani K

Config Bean representation of element in the CPAS domain.xml. This element is a child of element. This representation is required as all the application related details are stored only in the domain.xml of the individual DAS(s) provisioned during deployment of an application in PaaS style.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
org.jvnet.hk2.config.ConfigBeanProxy.Duck
 
Method Summary
 String getAppName()
           
 boolean isEnabled()
           
 void setAppName(String name)
           
 void setEnabled(boolean enabled)
           
 
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

getAppName

@NotNull
String getAppName()

setAppName

void setAppName(String name)
                throws PropertyVetoException
Throws:
PropertyVetoException

isEnabled

@NotNull
boolean isEnabled()

setEnabled

void setEnabled(boolean enabled)
                throws PropertyVetoException
Throws:
PropertyVetoException


Copyright © 2012. All Rights Reserved.