Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

oracle.ide.persistence
Interface NameSpaceVisitor


public interface NameSpaceVisitor

Visits the records in a NameSpace.

Since:
11.1.2

Nested Class Summary
static class NameSpaceVisitor.Status
          The status of the visitor.
 
Method Summary
 NameSpaceVisitor.Status visit(java.lang.String key, byte[] data)
          Visit a record in the namespace.
 

Method Detail

visit

NameSpaceVisitor.Status visit(java.lang.String key,
                              byte[] data)
                              throws java.lang.Exception
Visit a record in the namespace.

Parameters:
key - the key of the record being visited
data - the record data
Returns:
CONTINUE to keep visiting, STOP to stop
Throws:
java.lang.Exception - if the visitor fails

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

Copyright © 1997, 2011, Oracle. All rights reserved.