|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--TransformationManager
Object of this class implements the comention to the CIMOM and the different supported tranformation types.
Constructor Summary | |
TransformationManager(javax.wbem.cim.CIMNameSpace cns,
javax.wbem.client.UserPrincipal up,
javax.wbem.client.PasswordCredential pc,
boolean initializeFromCIMOM)
Class constructor, requiring the parameters used to establish CIMOM connection |
|
TransformationManager(String cns,
boolean initializeFromCIMOM)
Class constructor, requiring the parameters used to establish CIMOM connection. |
|
TransformationManager(String cns,
String up,
String pc,
boolean initializeFromCIMOM)
Class constructor, requiring the parameters used to establish CIMOM connection |
Method Summary | |
AdrenalineTransformation |
getAdrenalineTransformation()
|
VNUMLTransformation |
getVnumlTransformation()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TransformationManager(javax.wbem.cim.CIMNameSpace cns, javax.wbem.client.UserPrincipal up, javax.wbem.client.PasswordCredential pc, boolean initializeFromCIMOM) throws TIMTransformationException
cns
- the CIM name space to connect to CIMOMup
- the user name to connect to CIMOMpc
- the password to connect to CIMOMinitializeFromCIMOM
- if true, the testbed parameters are got from CIMON when
initializing the transformers, instead of using default values in the code
TIMTransformationException
javax.wbem.cim.CIMException
public TransformationManager(String cns, String up, String pc, boolean initializeFromCIMOM) throws TIMTransformationException
cns
- the CIM name space to connect to CIMOMup
- the user name to connect to CIMOMpc
- the password to connect to CIMOMinitializeFromCIMOM
- if true, the testbed parameters are got from CIMON when
initializing the transformers, instead of using default values in the code
javax.wbem.cim.CIMException
TIMTransformationException
public TransformationManager(String cns, boolean initializeFromCIMOM) throws TIMTransformationException
cns
- the CIM name space to connect to CIMOMinitializeFromCIMOM
- if true, the testbed parameters are got from CIMON when
initializing the transformers, instead of using default values in the code *
javax.wbem.cim.CIMException
TIMTransformationException
Method Detail |
public VNUMLTransformation getVnumlTransformation()
public AdrenalineTransformation getAdrenalineTransformation()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |