public class JBIComponentInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BINDING_TYPE
Binding type
|
static String |
ENGINE_TYPE
Engine Type
|
static String |
SHARED_LIBRARY_TYPE
Namespace Type
|
static String |
SHUTDOWN_STATE
Installed status
|
static String |
STARTED_STATE
Started status
|
static String |
STOPPED_STATE
Stopped status
|
static String |
UNKNOWN_STATE
state Loaded status.
|
static String |
UNKNOWN_TYPE
unknown type
|
static String |
XMLNS
namespace
|
static String |
XMLNS_VERSION |
| Constructor and Description |
|---|
JBIComponentInfo()
Creates a new instance of JBIComponentInfo
|
JBIComponentInfo(String type,
String state,
String name,
String description)
Creates a new instance of JBIComponentInfo
|
| Modifier and Type | Method and Description |
|---|---|
static JBIComponentInfo |
createJbiComponentInfo(Element compInfoElement)
return component info object
|
String |
getBuildNumber()
Getter for property builder number.
|
String |
getComponentVersion()
Getter for property component version.
|
String |
getDescription()
Getter for property description.
|
String |
getLocalizedState()
Return the localized state value
|
String |
getName()
Getter for property aliasName.
|
String |
getState()
Getter for property state.
|
String |
getType()
Getter for property type.
|
static List |
readFromXmlText(Reader xmlReader)
creates list of objects
|
static List |
readFromXmlText(String xmlText)
creates list of objects
|
void |
setBuildNumber(String buildNumber)
Setter for property build number.
|
void |
setComponentVersion(String componentVersion)
Setter for property version.
|
void |
setDescription(String description)
Setter for property description.
|
void |
setName(String name)
Setter for property aliasName.
|
void |
setState(String state)
Setter for property state.
|
void |
setType(String type)
Setter for property type.
|
static void |
sort(List compInfoList)
sort the list
|
String |
toString()
string value
|
String |
toXmlString()
xml text
|
static String |
writeAsXmlText(List compInfoList)
write to xml text
|
public static final String XMLNS
public static final String XMLNS_VERSION
public static final String UNKNOWN_TYPE
public static final String BINDING_TYPE
public static final String ENGINE_TYPE
public static final String SHARED_LIBRARY_TYPE
public static final String UNKNOWN_STATE
public static final String SHUTDOWN_STATE
public static final String STOPPED_STATE
public static final String STARTED_STATE
public JBIComponentInfo()
public String getName()
public void setName(String name)
name - New value of property aliasName.public String getState()
public void setState(String state)
state - New value of property state.public String getDescription()
public void setDescription(String description)
description - New value of property description.public String getType()
public void setType(String type)
type - New value of property type.public String getComponentVersion()
public void setComponentVersion(String componentVersion)
type - New value of property version.public String getBuildNumber()
public void setBuildNumber(String buildNumber)
type - New value of property build number.public String getLocalizedState()
public String toString()
public String toXmlString()
public static JBIComponentInfo createJbiComponentInfo(Element compInfoElement)
compInfoElement - xml elementpublic static List readFromXmlText(Reader xmlReader)
xmlReader - Readerpublic static List readFromXmlText(String xmlText)
xmlText - xml textpublic static String writeAsXmlText(List compInfoList)
compInfoList - list of objectspublic static void sort(List compInfoList)
compInfoList - listCopyright © 2011-2016 OpenESB Community. All Rights Reserved.