org.glassfish.paas.orchestrator.config
Interface Service

All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable, org.jvnet.hk2.config.types.PropertyBag
All Known Subinterfaces:
ApplicationScopedService, ExternalService, SharedService

public interface Service
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable, org.jvnet.hk2.config.types.PropertyBag

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 getMatchingPlugin()
           
 String getParentService()
           
 List<org.jvnet.hk2.config.types.Property> getProperty()
          Properties as per PropertyBag
 String getRequestingPlugin()
           
 String getServiceName()
           
 String getType()
           
 void setMatchingPlugin(String matchingPlugin)
           
 void setParentService(String serviceName)
           
 void setRequestingPlugin(String requestingPlugin)
           
 void setServiceName(String name)
           
 void setType(String type)
           
 
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

getProperty

@PropertiesDesc(props={})
List<org.jvnet.hk2.config.types.Property> getProperty()
Properties as per PropertyBag

Specified by:
getProperty in interface org.jvnet.hk2.config.types.PropertyBag

getType

@NotNull
String getType()

setType

void setType(String type)
             throws PropertyVetoException
Throws:
PropertyVetoException

getServiceName

@NotNull
String getServiceName()

setServiceName

void setServiceName(String name)
                    throws PropertyVetoException
Throws:
PropertyVetoException

getParentService

String getParentService()

setParentService

void setParentService(String serviceName)
                      throws PropertyVetoException
Throws:
PropertyVetoException

getRequestingPlugin

String getRequestingPlugin()

setRequestingPlugin

void setRequestingPlugin(String requestingPlugin)
                         throws PropertyVetoException
Throws:
PropertyVetoException

getMatchingPlugin

String getMatchingPlugin()

setMatchingPlugin

void setMatchingPlugin(String matchingPlugin)
                       throws PropertyVetoException
Throws:
PropertyVetoException


Copyright © 2012. All Rights Reserved.