org.glassfish.paas.orchestrator.config
Interface PaasApplications

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

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

Author:
Sandhya Kripalani K

Config Bean representation of element in the CPAS domain.xml. This element is the parent 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
 List<PaasApplication> getPaasApplications()
           
 
Methods inherited from interface org.jvnet.hk2.component.Injectable
injectedInto
 
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
 

Method Detail

getPaasApplications

List<PaasApplication> getPaasApplications()


Copyright © 2012. All Rights Reserved.