| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |
java.lang.Object
|
+--com.ibm.wsspi.odc.ODCHelper
|
+--com.ibm.ws.xd.odc.XDODCHelper
Field Summary | |
---|---|
public ODCNodeType | SIBBus
|
public ODCNodeType | SIBDestination
|
public ODCNodeType | RARModule
|
public ODCNodeType | JMSSLAWorkClass
|
public ODCNodeType | proxyMultiClusterRoutingPolicy
|
public ODCEdgeType | webModule2txcls
|
public ODCEdgeType | ejbModule2txcls
|
public ODCEdgeType | rarModule2txcls
|
public ODCEdgeType | app2RarModule
|
public ODCEdgeType | webServiceRteWkCls2WSOperation
|
public ODCEdgeType | webServiceSlaWkCls2WSOperation
|
public ODCEdgeType | proxyContainer2Application
|
public ODCPropertyDescriptor | cellIsXD
|
public ODCPropertyDescriptor | cellGoodnessWeightFactor
|
public ODCPropertyDescriptor | cellGoodnessWeightThreshold
|
public ODCPropertyDescriptor | cellRHOWeightFactor
|
public ODCPropertyDescriptor | cellRHOWeightThreshold
|
public ODCPropertyDescriptor | cellExternalPlacement
|
public ODCPropertyDescriptor | cellLimitArfmByThreads
|
public ODCPropertyDescriptor | cellInsignificantLambdaFraction
|
public ODCPropertyDescriptor | cellProfilerResetHalfLives
|
public ODCPropertyDescriptor | cellProfilerMaxGoodness
|
public ODCPropertyDescriptor | cellProfilerGoodnessThreshold
|
public ODCPropertyDescriptor | cellProfilerAlphaSmoothingHalfLife
|
public ODCPropertyDescriptor | cellProfilerGoodnessBlend0
|
public ODCPropertyDescriptor | cellProfilerGoodnessBlend1
|
public ODCPropertyDescriptor | cellProfilerServerRunningDelay
|
public ODCPropertyDescriptor | cellProfilerDefaultWorkFactor
|
public ODCPropertyDescriptor | cellProfilerDefaultGoodness
|
public ODCPropertyDescriptor | cellProfilerHiLowFactor
|
public ODCPropertyDescriptor | cellProfilerHiLowFactor2
|
public ODCPropertyDescriptor | cellUseLoadDistClues
|
public ODCPropertyDescriptor | cellLoadDistBlend
|
public ODCPropertyDescriptor | cellMaxHttpLiveRequests
|
public ODCPropertyDescriptor | cellMaxIiopLiveRequests
|
public ODCPropertyDescriptor | cellGoodServiceTimeLimitSpec
|
public ODCPropertyDescriptor | cellTimeoutFactor
|
public ODCPropertyDescriptor | cellArfmInactivityTime
|
public ODCPropertyDescriptor | clusterEnableDWLM
|
public ODCPropertyDescriptor | clusterGridType
|
public ODCPropertyDescriptor | clusterMode
|
public ODCPropertyDescriptor | clusterWorkFactorOverrideSpec
|
public ODCPropertyDescriptor | gridModule
|
public ODCPropertyDescriptor | nodePlatformType
|
public ODCPropertyDescriptor | nodeGroupPretendZ
|
public ODCPropertyDescriptor | svcgoalViolationEnabled
|
public ODCPropertyDescriptor | proxyMCRPName
|
public ODCPropertyDescriptor | applicationIsSystem
|
public ODCEdgeType | cell2SIBBus
|
public ODCEdgeType | SIBBus2SIBDestination
|
public ODCEdgeType | webModule2SIBDestination
|
public ODCEdgeType | ejbModule2SIBDestination
|
public ODCEdgeType | rarModule2SIBDestination
|
public ODCEdgeType | application2JMSSlaWkCls
|
public ODCEdgeType | JMSSlaWkCls2Rule
|
public ODCEdgeType | JMSSlaWkCls2SIBDestination
|
public ODCEdgeType | Proxy2MCRP
|
protected ODCSchema | schema
|
Fields inherited from com.ibm.wsspi.odc.ODCHelper |
---|
appEdition, appIsWebSphere, application, appRoot, appState, cell, cellArfmCtlCycleMinLength, cellArfmMode, cellArfmSmoothingWindow, cellArfmStatsPeriod, cellBoostCPUThreshold, cellCpuLimit, cellGroup, cellIsWebSphere, cellMagicN, cellMagicNMode, cellMaxArfmQueueLength, cellProfilerHalfLife, cellProfilerPeriod, cellUseODRs, cellUseOverhead, cellUseProcessCPU, channel, channelChain, channelChainCFEndpoint, channelFactoryClass, cluster, CLUSTER_TYPE_DYNAMIC, CLUSTER_TYPE_GENERIC, CLUSTER_TYPE_SINGLE_SERVER, CLUSTER_TYPE_STATIC, clusterIsReal, clusterSpeedFactorOverrideSpec, clusterType, ejbMethod, ejbModule, ejbModuleContextRoot, ejbPattern, ejbRouteWorkClass, ejbSLAWorkClass, met, metg, metgAlpha, metPriority, mgr, node, nodeGroup, nodeHostName, nodeIsWebSphere, nodeIsXD, nodeNumberOfCPUs, nodeSpeed, nodeStatsCollectorConfig, nodeStatsCollectorImplClass, nodeStatsCollectorRemoteAgentPort, proxy, proxyCellName, proxyContainer, proxyNodeName, proxyServerName, rule, ruleAction, ruleExpression, server, serverApplication, serverApplicationState, serverCloneId, serverIsODR, serverReachable, serverState, serverSubType, serverThreadPoolIsGrowable, serverThreadPoolMax, serverThreadPoolMin, serverType, serverWeight, SOAPAction, svccls, svcgoal, svcgoalDeltaValue, svcgoalImportance, svcgoalMaxTp, svcgoalMaxTpUnit, svcgoalPercentile, svcgoalTimePeriodValue, svcgoalType, svcgoalValue, transport, transportClass, transportHost, transportODR, transportPort, transportProtocol, transportSSL, txcls, txclsId, uri, vhost, vhostGroup, vhostHost, vhostPort, webModule, webModuleContextRoot, webModuleFailureStatusCode, webModuleFileServingEnabled, webModuleId, webModuleProtocolMap, webModuleRedirectURL, webModuleRoutingEnabled, webModuleServeServletsByName, webRouteWorkClass, webService, webServiceOperation, webServiceRouteWorkClass, webServiceSLAWorkClass, webSLAWorkClass |
Constructor Summary | |
---|---|
XDODCHelper()
|
Method Summary | |
---|---|
public
XDODCHelper | getXDInstance()
|
protected
ODCPropertyDescriptor | getPD(com.ibm.wsspi.odc.ODCNodeType, java.lang.String, com.ibm.wsspi.odc.ODCPropertyType, java.lang.Object, boolean)
|
protected
ODCNodeType | getNT(java.lang.String)
|
protected
ODCEdgeType | getET(com.ibm.wsspi.odc.ODCNodeType, com.ibm.wsspi.odc.ODCNodeType, com.ibm.wsspi.odc.ODCEdgeCardinality, boolean)
|
Methods inherited from com.ibm.wsspi.odc.ODCHelper |
---|
getInstance |
Methods inherited from java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public SIBBus
public SIBDestination
public RARModule
public JMSSLAWorkClass
public proxyMultiClusterRoutingPolicy
public webModule2txcls
public ejbModule2txcls
public rarModule2txcls
public app2RarModule
public webServiceRteWkCls2WSOperation
public webServiceSlaWkCls2WSOperation
public proxyContainer2Application
public cellIsXD
public cellGoodnessWeightFactor
public cellGoodnessWeightThreshold
public cellRHOWeightFactor
public cellRHOWeightThreshold
public cellExternalPlacement
public cellLimitArfmByThreads
public cellInsignificantLambdaFraction
public cellProfilerResetHalfLives
public cellProfilerMaxGoodness
public cellProfilerGoodnessThreshold
public cellProfilerAlphaSmoothingHalfLife
public cellProfilerGoodnessBlend0
public cellProfilerGoodnessBlend1
public cellProfilerServerRunningDelay
public cellProfilerDefaultWorkFactor
public cellProfilerDefaultGoodness
public cellProfilerHiLowFactor
public cellProfilerHiLowFactor2
public cellUseLoadDistClues
public cellLoadDistBlend
public cellMaxHttpLiveRequests
public cellMaxIiopLiveRequests
public cellGoodServiceTimeLimitSpec
public cellTimeoutFactor
public cellArfmInactivityTime
public clusterEnableDWLM
public clusterGridType
public clusterMode
public clusterWorkFactorOverrideSpec
public gridModule
public nodePlatformType
public nodeGroupPretendZ
public svcgoalViolationEnabled
public proxyMCRPName
public applicationIsSystem
public cell2SIBBus
public SIBBus2SIBDestination
public webModule2SIBDestination
public ejbModule2SIBDestination
public rarModule2SIBDestination
public application2JMSSlaWkCls
public JMSSlaWkCls2Rule
public JMSSlaWkCls2SIBDestination
public Proxy2MCRP
protected schema
Constructor Detail |
public XDODCHelper( | ) |
Method Detail |
public XDODCHelper getXDInstance( | ) |
protected ODCPropertyDescriptor getPD( | ODCNodeType nodeType , | String name ,
| ODCPropertyType type ,
| Object defaultValue ,
| boolean global )
|
protected ODCNodeType getNT( | String name )
|
protected ODCEdgeType getET( | ODCNodeType src , | ODCNodeType dst ,
| ODCEdgeCardinality cardinality ,
| boolean linked )
|
| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |