com.jxml.quick.ocm
Interface OCMbase

All Known Subinterfaces:
OCMpeerFactory, OCMsink, OCMsource, OCMvalidator

public interface OCMbase

A base interface for an OCM framework object. Base objects are thread-safe and read-only.


Inner Class Summary
static interface OCMbase.SubBase
          A processing object spawned from an OCM framework object.
 
Method Summary
 OCMbase.SubBase spawn(HashMap prior)
          Creates a processing structure.
 

Method Detail

spawn

public OCMbase.SubBase spawn(HashMap prior)
Creates a processing structure.
Parameters:
prior - A table of already spawned objects, keyed by their base object.