public class EndpointInfo extends Object
| Constructor and Description |
|---|
EndpointInfo()
Constructor
|
EndpointInfo(String endpointName,
String componentName,
String serviceUnitName,
List appVarList,
List appConfigList)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
List |
getApplicationConfigurations()
getter for list of application configurations used
|
List |
getApplicationVariables()
getter for list of application variables used
|
String |
getComponentName()
getter for componentName
|
boolean |
getEndpointConfigured()
This method is used to get the value of mIsEndpointConfigured
attribute
|
String |
getEndpointName()
getter for endpointName
|
String |
getServiceUnitName()
getter for serviceunitname
|
void |
setApplicationConfigurations(List appConfigList)
setter for list of application configurations used
|
void |
setApplicationVariables(List appVarList)
setter for list of application variables used
|
void |
setComponentName(String componentName)
setter for componentName
|
void |
setEndpointConfigured(boolean isConfigured)
This method is used to set the value of mIsEndpointConfigured
attribute
|
void |
setEndpointName(String name)
setter for endpointName
|
void |
setServiceUnitName(String serviceunitName)
setter for serviceunitname
|
String |
toString()
This method provides a String representation for an EndpointInfo object
|
public String getEndpointName()
public String getComponentName()
public String getServiceUnitName()
public List getApplicationVariables()
public List getApplicationConfigurations()
public void setEndpointName(String name)
name - the endpointNamepublic void setComponentName(String componentName)
componentName - the componentNamepublic void setServiceUnitName(String serviceunitName)
serviceunitName - the serviceunitnamepublic void setApplicationVariables(List appVarList)
appVarList - list of application variables
used by this endpointpublic void setApplicationConfigurations(List appConfigList)
appConfigList - list of application configurations associated
with this endpointpublic boolean getEndpointConfigured()
public void setEndpointConfigured(boolean isConfigured)
isConfigured - Copyright © 2011-2016 OpenESB Community. All Rights Reserved.