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