org.glassfish.paas.orchestrator.config
Interface ExternalService

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

public interface ExternalService
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable, 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
 Configurations getConfigurations()
           
 boolean getDefault()
           
 void setConfigurations(Configurations configurations)
           
 void setDefault(boolean defaultValue)
           
 
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

getDefault

boolean getDefault()

setDefault

void setDefault(boolean defaultValue)
                throws PropertyVetoException
Throws:
PropertyVetoException

getConfigurations

Configurations getConfigurations()

setConfigurations

void setConfigurations(Configurations configurations)
                       throws PropertyVetoException
Throws:
PropertyVetoException


Copyright © 2012. All Rights Reserved.