com.francetelecom.admindm.api
Interface Factory


public interface Factory

The Interface Factory.


Method Summary
 int createObjectInstance(long instanceId, IParameterData data)
          Creates the instance and return status, status = 0 if the Object has been created.
 

Method Detail

createObjectInstance

int createObjectInstance(long instanceId,
                         IParameterData data)
                         throws Fault
Creates the instance and return status, status = 0 if the Object has been created.
status = 1 if the Object has been validated and committed but not yet applied.

Parameters:
instanceId - the instance id
data - the data
Returns:
the status [O:1]
Throws:
Fault - the fault


Copyright © 2011 FranceTelecom. All Rights Reserved.