Uses of Class
appilog.common.system.types.vectors.ObjectStateHolderVector

Packages that use ObjectStateHolderVector
appilog.common.system.types.vectors This package contains the ObjectStateHolderVector Class. 
com.hp.ucmdb.discovery.probe.services.dynamic.core This package contains the framework interface. 
 

Uses of ObjectStateHolderVector in appilog.common.system.types.vectors
 

Methods in appilog.common.system.types.vectors that return ObjectStateHolderVector
 ObjectStateHolderVector ObjectStateHolderVector.getSubVector(int from, int to)
          Returns a vector comprising the elements in this vector between the specified indexes (inclusive).
static ObjectStateHolderVector ObjectStateHolderVector.parseXml(byte[] xmlBuffer)
           
static ObjectStateHolderVector ObjectStateHolderVector.parseXml(java.io.InputStream xmlStream)
           
static ObjectStateHolderVector ObjectStateHolderVector.parseXml(java.io.InputStream xmlStream, boolean isZipped)
           
static ObjectStateHolderVector ObjectStateHolderVector.parseXml(java.lang.String xmlString)
           
static ObjectStateHolderVector ObjectStateHolderVector.parseXml(java.lang.String xmlString, boolean isZipped)
           
 ObjectStateHolderVector ObjectStateHolderVector.subList(int indexFrom, int indexTo)
           
 

Methods in appilog.common.system.types.vectors with parameters of type ObjectStateHolderVector
 void ObjectStateHolderVector.addAll(ObjectStateHolderVector elements)
          Appends a vector of elements to the end of this vector.
 

Uses of ObjectStateHolderVector in com.hp.ucmdb.discovery.probe.services.dynamic.core
 

Methods in com.hp.ucmdb.discovery.probe.services.dynamic.core that return ObjectStateHolderVector
 ObjectStateHolderVector Framework.getObjectsForAddOrUpdate()
          Returns the objects that were placed in the framework cache for create, delete, or update.
 ObjectStateHolderVector Framework.getObjectsForDelete()
          Returns the objects that were placed in the framework cache for deletion.
 

Methods in com.hp.ucmdb.discovery.probe.services.dynamic.core with parameters of type ObjectStateHolderVector
 void Framework.deleteObjects(ObjectStateHolderVector deletedObjects)
          Updates the framework with the CI objects deleted by a pattern while the pattern is still running.
 void Framework.sendObjects(ObjectStateHolderVector discoveredObjects)
          Updates the framework with the CI objects created by a pattern while the pattern is still running.
 



© Copyright 2010 Hewlett-Packard Development Company, L.P.