| |
|
| java.lang.Object com.sun.jbi.ui.common.JBIComponentInfo
All known Subclasses: com.sun.jbi.jsf.bean.SelectableJBIComponentInfo,
JBIComponentInfo | public class JBIComponentInfo (Code) | | This class reads/writes the component info list xml.
author: Sun Microsystems, Inc. |
BINDING_TYPE | final public static String BINDING_TYPE(Code) | | Binding type
|
ENGINE_TYPE | final public static String ENGINE_TYPE(Code) | | Engine Type
|
SHARED_LIBRARY_TYPE | final public static String SHARED_LIBRARY_TYPE(Code) | | Namespace Type
|
SHUTDOWN_STATE | final public static String SHUTDOWN_STATE(Code) | | Installed status
|
STARTED_STATE | final public static String STARTED_STATE(Code) | | Started status
|
STOPPED_STATE | final public static String STOPPED_STATE(Code) | | Stopped status
|
UNKNOWN_STATE | final public static String UNKNOWN_STATE(Code) | | state Loaded status.
|
UNKNOWN_TYPE | final public static String UNKNOWN_TYPE(Code) | | unknown type
|
JBIComponentInfo | public JBIComponentInfo()(Code) | | Creates a new instance of JBIComponentInfo
|
JBIComponentInfo | public JBIComponentInfo(String type, String state, String name, String description)(Code) | | Creates a new instance of JBIComponentInfo
Parameters: type - type Parameters: state - state Parameters: name - name Parameters: description - description |
createJbiComponentInfo | public static JBIComponentInfo createJbiComponentInfo(Element compInfoElement)(Code) | | return component info object
Parameters: compInfoElement - xml element object |
getDescription | public String getDescription()(Code) | | Getter for property description.
Value of property description. |
getName | public String getName()(Code) | | Getter for property aliasName.
Value of property aliasName. |
getState | public String getState()(Code) | | Getter for property state.
Value of property state. |
getType | public String getType()(Code) | | Getter for property type.
Value of property type. |
readFromXmlText | public static List readFromXmlText(Reader xmlReader)(Code) | | creates list of objects
Parameters: xmlReader - Reader list of objects |
readFromXmlText | public static List readFromXmlText(String xmlText)(Code) | | creates list of objects
Parameters: xmlText - xml text list of objects |
setDescription | public void setDescription(String description)(Code) | | Setter for property description.
Parameters: description - New value of property description. |
setName | public void setName(String name)(Code) | | Setter for property aliasName.
Parameters: name - New value of property aliasName. |
setState | public void setState(String state)(Code) | | Setter for property state.
Parameters: state - New value of property state. |
setType | public void setType(String type)(Code) | | Setter for property type.
Parameters: type - New value of property type. |
sort | public static void sort(List compInfoList)(Code) | | sort the list
Parameters: compInfoList - list |
toString | public String toString()(Code) | | string value
string value |
toXmlString | public String toXmlString()(Code) | | xml text
xml text |
writeAsXmlText | public static String writeAsXmlText(List compInfoList)(Code) | | write to xml text
Parameters: compInfoList - list of objects xml text |
|
|
|