|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
| Method Summary | |
|---|---|
RSEDOMNode |
createNode(RSEDOMNode parent,
IConnectorService cs,
boolean clean)
Creates a DOM node for a connector service |
RSEDOMNode |
createNode(RSEDOMNode parent,
IHost host,
boolean clean)
Create a DOM node representing a host |
RSEDOMNode |
createNode(RSEDOMNode parent,
IServerLauncherProperties sl,
boolean clean)
Creates a DOM node for a server launcher |
RSEDOMNode |
createNode(RSEDOMNode parent,
ISubSystem ss,
boolean clean)
Creates a DOM node for a subsystem |
RSEDOMNode |
createNode(RSEDOMNode parent,
ISystemFilter filter,
boolean clean)
Creates a DOM node for a filter |
RSEDOMNode |
createNode(RSEDOMNode parent,
ISystemFilterPool fp,
boolean clean)
Create a DOM node representing a filter pool |
RSEDOMNode |
createNode(RSEDOMNode parent,
ISystemFilterPoolReference fpr,
boolean clean)
Creates a DOM node for a filter pool reference |
RSEDOMNode |
createNode(RSEDOMNode parent,
ISystemFilterString fs,
boolean clean)
Creates a DOM node for a filter string |
RSEDOMNode[] |
createPropertySetNodes(RSEDOMNode parent,
IRSEModelObject mo,
boolean clean)
Creates DOM nodes for each associated property set of a model object |
RSEDOM |
createRSEDOM(ISystemProfile profile,
boolean clean)
Creates the RSE DOM for this profile |
RSEDOM |
getRSEDOM(ISystemProfile profile)
Returns the RSEDOM for this profile iff it exists |
RSEDOM |
populateRSEDOM(RSEDOM dom,
ISystemProfile profile,
boolean clean)
Creates an RSE DOM for use in persistence |
| Method Detail |
public RSEDOM createRSEDOM(ISystemProfile profile,
boolean clean)
profile - clean - true if the node should being created from scratch, false if the an existing
node should be found and merged
public RSEDOM populateRSEDOM(RSEDOM dom,
ISystemProfile profile,
boolean clean)
dom - profile - clean - true if the node should being created from scratch, false if the an existing
node should be found and merged
public RSEDOM getRSEDOM(ISystemProfile profile)
profile -
public RSEDOMNode createNode(RSEDOMNode parent,
IHost host,
boolean clean)
parent - the parent of this node, must be node for an ISystemProfilehost - the host from which to create this nodeclean - true if the node should being created from scratch, false if the an existing
node should be found and merged
public RSEDOMNode createNode(RSEDOMNode parent,
IConnectorService cs,
boolean clean)
parent - the parent of this node, must be node for an IHostcs - the connector service from which to create a nodeclean - true if the node should being created from scratch, false if the an existing
node should be found and merged
public RSEDOMNode createNode(RSEDOMNode parent,
IServerLauncherProperties sl,
boolean clean)
parent - the parent of this node, must be a node for an IConnectorServicesl - the server launcher properties from which to create a nodeclean - true if the node should being created from scratch, false if the an existing
node should be found and merged
public RSEDOMNode createNode(RSEDOMNode parent,
ISubSystem ss,
boolean clean)
parent - the parent of this node, must be a node for an IConnectorServicess - the subsystem from which to create a nodeclean - true if the node should being created from scratch, false if the an existing
node should be found and merged
public RSEDOMNode createNode(RSEDOMNode parent,
ISystemFilter filter,
boolean clean)
parent - the parent DOM node for this new node, must be a node for an ISystemFilterPoolfilter - the filter from which to create the nodeclean - true if the node should being created from scratch, false if the an existing
node should be found and merged
public RSEDOMNode createNode(RSEDOMNode parent,
ISystemFilterPool fp,
boolean clean)
parent - the parent DOM node for this new node, must be a node for an ISystemProfileclean - true if the node should being created from scratch, false if the an existing
node should be found and merged
public RSEDOMNode createNode(RSEDOMNode parent,
ISystemFilterPoolReference fpr,
boolean clean)
parent - the parent DOM node for this new node, must be a node for an ISubSystemfpr - the filter pool reference from which to create the nodeclean - true if the node should being created from scratch, false if the an existing
node should be found and merged
public RSEDOMNode createNode(RSEDOMNode parent,
ISystemFilterString fs,
boolean clean)
parent - the parent DOM node for this new node, must be node for an ISystemFilterfs - the filter string from which to create the nodeclean - true if the node should being created from scratch, false if the an existing
node should be found and merged
public RSEDOMNode[] createPropertySetNodes(RSEDOMNode parent,
IRSEModelObject mo,
boolean clean)
parent - the parent DOM node for these new nodes, can be DOM node for any RSE model objectmo - the model objectclean - true if the node should being created from scratch, false if the an existing
node should be found and merged
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||