public class ServiceAssemblyInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ANY_FW_STATE
state
|
static String |
ANY_STATE
state
|
static String |
SHUTDOWN_STATE
state
|
static String |
STARTED_STATE
state
|
static String |
STOPPED_STATE
state
|
static String |
UNKNOWN_STATE
state
|
static String |
XMLNS
namespace
|
| Constructor and Description |
|---|
ServiceAssemblyInfo()
Creates a new instance of JBIComponentInfo
|
ServiceAssemblyInfo(String name,
String description,
String state)
Creates a new instance of JBIComponentInfo
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceAssemblyInfo |
createFromServiceAssemblyDD(Reader jbiXmlReader)
create sa info
|
static ServiceAssemblyInfo |
createFromServiceAssemblyDD(ServiceAssemblyDD saDD)
creates sa info
|
static ServiceAssemblyInfo |
createServiceAssemblyInfo(Element saInfoEl)
return component info object
|
static List |
createServiceAssemblyInfoList(Element saInfoListEl)
creates list of objects
|
String |
getDescription()
Getter for property description.
|
String |
getLocalizedState()
Return the localized state value
|
String |
getName()
Getter for property aliasName.
|
List |
getServiceUnitInfoList()
Getter for property description.
|
String |
getState()
Getter for property state.
|
static List |
readFromXmlTextWithProlog(Reader xmlReader)
creates list of objects
|
static List |
readFromXmlTextWithProlog(String xmlText)
creates list of objects
|
void |
setDescription(String description)
Setter for property description.
|
void |
setName(String name)
Setter for property aliasName.
|
void |
setState(String state)
Setter for property state.
|
static void |
sort(List saInfoList)
sorts the list.
|
String |
toString()
string value
|
String |
toXmlString()
xml text
|
static String |
writeAsXmlText(List saInfoList)
write to xml text
|
static String |
writeAsXmlTextWithProlog(List saInfoList)
write to xml text
|
public static final String XMLNS
public static final String STARTED_STATE
public static final String STOPPED_STATE
public static final String SHUTDOWN_STATE
public static final String UNKNOWN_STATE
public static final String ANY_STATE
public static final String ANY_FW_STATE
public ServiceAssemblyInfo()
public String getName()
public void setName(String name)
name - New value of property aliasName.public String getDescription()
public void setDescription(String description)
description - New value of property description.public String getState()
public void setState(String state)
state - statepublic List getServiceUnitInfoList()
public String getLocalizedState()
public String toString()
public String toXmlString()
public static ServiceAssemblyInfo createServiceAssemblyInfo(Element saInfoEl)
saInfoEl - xml elementpublic static List createServiceAssemblyInfoList(Element saInfoListEl)
saInfoListEl - xml element.public static List readFromXmlTextWithProlog(Reader xmlReader)
xmlReader - xml text readerpublic static List readFromXmlTextWithProlog(String xmlText)
xmlText - xml textpublic static String writeAsXmlText(List saInfoList)
saInfoList - list.public static String writeAsXmlTextWithProlog(List saInfoList)
saInfoList - list.public static ServiceAssemblyInfo createFromServiceAssemblyDD(ServiceAssemblyDD saDD)
saDD - sa descriptor.public static ServiceAssemblyInfo createFromServiceAssemblyDD(Reader jbiXmlReader)
jbiXmlReader - readerpublic static void sort(List saInfoList)
saInfoList - list.Copyright © 2011-2016 OpenESB Community. All Rights Reserved.