TargetTreeMbean MBean

Partial ObjectName:
WebSphere:*,type=TargetTreeMbean


MBean TargetTreeMbean

A bean to retrive target tree information, initialized during ODR startup.


Operation Summary

java.lang.StringgetTargetTree()
           Retrieves target tree data as a string.
java.lang.StringexportTargetTree()
           Writes target tree xml into file.
java.lang.StringexportTargetTree(java.lang.String path)
           Writes target tree xml into file.
voidremoveNode(java.lang.String nodePath)
           remove nodes from the odc tree
voidaddNode(java.lang.String parentPath, java.lang.String nodeType, java.lang.String nodeName, java.lang.String[] args)
           add node to the odc tree
voidaddEdge(java.lang.String pathA, java.lang.String pathB)
           add edge relationship between two nodes on the odc tree
voidremoveEdge(java.lang.String pathA, java.lang.String pathB)
           remove edge relationship between two nodes on the odc tree
voidmodifyProperty(java.lang.String nodePath, java.lang.String propDesc, java.lang.String val)
           add/modify a node property on the odc tree

Operation Detail

getTargetTree

public java.lang.String getTargetTree()

     Retrieves target tree data as a string.

Security Roles:

     administrator
     operator


exportTargetTree

public java.lang.String exportTargetTree()

     Writes target tree xml into file.

Security Roles:

     administrator
     operator


exportTargetTree

public java.lang.String exportTargetTree(java.lang.String path)

     Writes target tree xml into file.

Parameters:

     path - path where file should be saved

Security Roles:

     administrator
     operator


removeNode

public void removeNode(java.lang.String nodePath)

     remove nodes from the odc tree

Parameters:

     nodePath -

Security Roles:

     administrator
     operator


addNode

public void addNode(java.lang.String parentPath, java.lang.String nodeType, java.lang.String nodeName, java.lang.String[] args)

     add node to the odc tree

Parameters:

     parentPath -
     nodeType -
     nodeName -
     args -

Security Roles:

     administrator
     operator


addEdge

public void addEdge(java.lang.String pathA, java.lang.String pathB)

     add edge relationship between two nodes on the odc tree

Parameters:

     pathA -
     pathB -

Security Roles:

     administrator
     operator


removeEdge

public void removeEdge(java.lang.String pathA, java.lang.String pathB)

     remove edge relationship between two nodes on the odc tree

Parameters:

     pathA -
     pathB -

Security Roles:

     administrator
     operator


modifyProperty

public void modifyProperty(java.lang.String nodePath, java.lang.String propDesc, java.lang.String val)

     add/modify a node property on the odc tree

Parameters:

     nodePath -
     propDesc -
     val -

Security Roles:

     administrator
     operator


Copyright IBM Corporation 2002, 2012