org.glassfish.paas.orchestrator.provisioning
Class ServiceInfo

java.lang.Object
  extended by org.glassfish.paas.orchestrator.provisioning.ServiceInfo

public class ServiceInfo
extends Object

A subset of a ProvisionedService that is persisted in CPAS' configuration store.

Author:
bhavanishankar@java.net

Constructor Summary
ServiceInfo()
           
 
Method Summary
 void addChildService(ServiceInfo serviceInfo)
           
 String getAppName()
           
 Set<ServiceInfo> getChildServices()
           
 String getInstanceId()
           
 String getIpAddress()
           
 ServiceInfo getParentService()
           
 Map<String,String> getProperties()
           
 String getProperty(String name)
           
 String getServerType()
           
 String getServiceName()
           
 String getState()
           
 void setAppName(String appName)
           
 void setInstanceId(String instanceId)
           
 void setIpAddress(String ipAddress)
           
 void setParentService(ServiceInfo serviceInfo)
           
 void setProperty(String name, String value)
           
 void setServerType(String serverType)
           
 void setServiceName(String cloudName)
           
 void setState(String state)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceInfo

public ServiceInfo()
Method Detail

getServiceName

public String getServiceName()

setServiceName

public void setServiceName(String cloudName)

getAppName

public String getAppName()

setAppName

public void setAppName(String appName)

getIpAddress

public String getIpAddress()

setIpAddress

public void setIpAddress(String ipAddress)

getInstanceId

public String getInstanceId()

setInstanceId

public void setInstanceId(String instanceId)

getServerType

public String getServerType()

setServerType

public void setServerType(String serverType)

getState

public String getState()

setState

public void setState(String state)

getProperty

public String getProperty(String name)

setProperty

public void setProperty(String name,
                        String value)

getProperties

public Map<String,String> getProperties()

getChildServices

public Set<ServiceInfo> getChildServices()

addChildService

public void addChildService(ServiceInfo serviceInfo)

getParentService

public ServiceInfo getParentService()

setParentService

public void setParentService(ServiceInfo serviceInfo)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.