org.glassfish.paas.orchestrator.config
Interface SharedService

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

public interface SharedService
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
 Characteristics getCharacteristics()
           
 Configurations getConfigurations()
           
 boolean getDefault()
           
 String getInitMode()
           
 String getState()
           
 String getTemplate()
           
 void setCharacteristics(Characteristics characteristics)
           
 void setConfigurations(Configurations configurations)
           
 void setDefault(boolean defaultValue)
           
 void setInitMode(String initMode)
           
 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

getDefault

boolean getDefault()

setDefault

void setDefault(boolean defaultValue)
                throws PropertyVetoException
Throws:
PropertyVetoException

getInitMode

String getInitMode()

setInitMode

void setInitMode(String initMode)
                 throws PropertyVetoException
Throws:
PropertyVetoException

getState

String getState()

setState

void setState(String state)
              throws PropertyVetoException
Throws:
PropertyVetoException

getTemplate

String getTemplate()

setTemplate

void setTemplate(String template)
                 throws PropertyVetoException
Throws:
PropertyVetoException

getCharacteristics

Characteristics getCharacteristics()

setCharacteristics

void setCharacteristics(Characteristics characteristics)
                        throws PropertyVetoException
Throws:
PropertyVetoException

getConfigurations

Configurations getConfigurations()

setConfigurations

void setConfigurations(Configurations configurations)
                       throws PropertyVetoException
Throws:
PropertyVetoException


Copyright © 2012. All Rights Reserved.