Class TransformationManager

java.lang.Object
  extended by TransformationManager

public class TransformationManager
extends java.lang.Object

Object of this class implements the comention to the CIMOM and the different supported tranformation types.

Author:
Fermin Galan Marquez

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(java.lang.String cns, boolean initializeFromCIMOM)
          Class constructor, requiring the parameters used to establish CIMOM connection.
TransformationManager(java.lang.String cns, java.lang.String up, java.lang.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

TransformationManager

public TransformationManager(javax.wbem.cim.CIMNameSpace cns,
                             javax.wbem.client.UserPrincipal up,
                             javax.wbem.client.PasswordCredential pc,
                             boolean initializeFromCIMOM)
                      throws TIMTransformationException
Class constructor, requiring the parameters used to establish CIMOM connection

Parameters:
cns - the CIM name space to connect to CIMOM
up - the user name to connect to CIMOM
pc - the password to connect to CIMOM
initializeFromCIMOM - if true, the testbed parameters are got from CIMON when initializing the transformers, instead of using default values in the code
Throws:
TIMTransformationException
javax.wbem.cim.CIMException

TransformationManager

public TransformationManager(java.lang.String cns,
                             java.lang.String up,
                             java.lang.String pc,
                             boolean initializeFromCIMOM)
                      throws TIMTransformationException
Class constructor, requiring the parameters used to establish CIMOM connection

Parameters:
cns - the CIM name space to connect to CIMOM
up - the user name to connect to CIMOM
pc - the password to connect to CIMOM
initializeFromCIMOM - if true, the testbed parameters are got from CIMON when initializing the transformers, instead of using default values in the code
Throws:
javax.wbem.cim.CIMException
TIMTransformationException

TransformationManager

public TransformationManager(java.lang.String cns,
                             boolean initializeFromCIMOM)
                      throws TIMTransformationException
Class constructor, requiring the parameters used to establish CIMOM connection. Udes and password are not specified in this case.

Parameters:
cns - the CIM name space to connect to CIMOM
up - the user name to connect to CIMOM
initializeFromCIMOM - if true, the testbed parameters are got from CIMON when initializing the transformers, instead of using default values in the code *
Throws:
javax.wbem.cim.CIMException
TIMTransformationException
Method Detail

getVnumlTransformation

public VNUMLTransformation getVnumlTransformation()

getAdrenalineTransformation

public AdrenalineTransformation getAdrenalineTransformation()