|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BootstrapProducer
A schema object producer which uses a callback to announce object creation rather than completely returning objects in bulk. This way registries can be populated while the producer is doing is creating schema objects.
Method Summary | |
---|---|
ProducerTypeEnum |
getType()
Gets the type of producer this is. |
void |
produce(Registries registries,
ProducerCallback cb)
Produces schema objects announcing each one after creation via the callback before continuing on to create more objects. |
Method Detail |
---|
ProducerTypeEnum getType()
void produce(Registries registries, ProducerCallback cb) throws javax.naming.NamingException
registries
- the registry set used by this producercb
- the producer's callback
javax.naming.NamingException
- callbacks often operate upon registries and can
throw these exceptions so we must throw this as well since
implementations will have to call the callback methods
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |