MBean

Partial ObjectName:
WebSphere:*,type=


MBean

A bean to operate on the target tree, initialized during ODR startup.


Operation Summary
getTargetTree()
           Retrieves target tree data as a string.
exportTargetTree()
           Writes target tree xml into file.
exportTargetTree( path)
           Writes target tree xml into file.
removeNode( nodePath)
           remove nodes from the odc tree
addNode( parentPath,  nodeType,  nodeName, java.lang.String[] args)
           add node to the odc tree
addEdge( pathA,  pathB)
           add edge relationship between two nodes on the odc tree
removeEdge( pathA,  pathB)
           remove edge relationship between two nodes on the odc tree
modifyProperty( nodePath,  propDesc,  val)
           add/modify a node property on the odc tree
readApplication( applicationName,  editionName)
           Tells ODC to read or re-read an application from the config repository
generateMemberLeft( memberName)
           Fake a membership departure to ODC
generateMemberJoined( memberName)
           Fake a membership departure to ODC
lock( milliseconds)
           Lock the tree for the specified amount of time.
getP2PMemberData()
           Retrieves p2p member data.
generateHAPluginCfgs( genDefs)
           Force plugin-cfg.

Operation Detail

getTargetTree

public  getTargetTree()
Retrieves target tree data as a string.

exportTargetTree

public  exportTargetTree()
Writes target tree xml into file.

exportTargetTree

public  exportTargetTree( path)
Writes target tree xml into file.
Parameters:
path - path where file should be saved

removeNode

public  removeNode( nodePath)
remove nodes from the odc tree
Parameters:
nodePath -

addNode

public  addNode( parentPath,  nodeType,  nodeName, java.lang.String[] args)
add node to the odc tree
Parameters:
parentPath -
nodeType -
nodeName -
args -

addEdge

public  addEdge( pathA,  pathB)
add edge relationship between two nodes on the odc tree
Parameters:
pathA -
pathB -

removeEdge

public  removeEdge( pathA,  pathB)
remove edge relationship between two nodes on the odc tree
Parameters:
pathA -
pathB -

modifyProperty

public  modifyProperty( nodePath,  propDesc,  val)
add/modify a node property on the odc tree
Parameters:
nodePath -
propDesc -
val -

readApplication

public  readApplication( applicationName,  editionName)
Tells ODC to read or re-read an application from the config repository
Parameters:
applicationName -
editionName -

generateMemberLeft

public  generateMemberLeft( memberName)
Fake a membership departure to ODC
Parameters:
memberName -

generateMemberJoined

public  generateMemberJoined( memberName)
Fake a membership departure to ODC
Parameters:
memberName -

lock

public  lock( milliseconds)
Lock the tree for the specified amount of time. Debug only.
Parameters:
milliseconds -

getP2PMemberData

public  getP2PMemberData()
Retrieves p2p member data.

generateHAPluginCfgs

public  generateHAPluginCfgs( genDefs)
Force plugin-cfg.xml generation for the specified definitions
Parameters:
genDefs -

Copyright IBM Corp. 1996 - 2007