com.sun.n1.sps.model.bundle
Interface BundleSessionInfo


public interface BundleSessionInfo

The results of a bundle import / export operation.


Method Summary
 int getCount(EntityType objectType)
          The number of objects of the supplied object type that have been handled (imported/exported) by this session.
 

Method Detail

getCount

int getCount(EntityType objectType)
The number of objects of the supplied object type that have been handled (imported/exported) by this session.

Parameters:
objectType - the object type.
Returns:
number of objects of the supplied type that have been handled by this session. 0, if the object type is unknown or hasn't yet been handled.