com.agfa.hap.sdo
Interface SnapshotDefinition

All Known Implementing Classes:
ReachableDefinition, SelectClause

public interface SnapshotDefinition

Defines which properties belong to the Snapshot.

Author:
AMOCZ

Method Summary
<T> void
visit(DataMapper<T> mapper, ObjectPropertyVisitor visitor, T root)
          Visits all properties of the object that are part of the definition.
 

Method Detail

visit

<T> void visit(DataMapper<T> mapper,
               ObjectPropertyVisitor visitor,
               T root)
           throws java.lang.Exception
Visits all properties of the object that are part of the definition.

Throws:
org.omg.CORBA.Any - exception that is thrown by the visitor
java.lang.Exception


Copyright © 2007. All Rights Reserved.